is there a way to make the process of indexing documents parallele ? for example here the chroma_db creation process is using only one gpu for me, I was wondering if there was an option to make it use both my gpus ?
the process is just loading documents that I have already parsed and indexing them using huggingface embeddings and saving it to a chromadb