multiprocessing for VectorStoreIndexCreator #4124
Unanswered
IamExperimenting
asked this question in
Q&A
Replies: 2 comments 4 replies
-
This blog post shows a way to use Ray and AWS to parallelize the processing of embeddings: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I'm using LangChain to for my use-case, while creating
VectorStoreIndexCreator
is takes longer time to complete it. I believe it process pdf document squentially.Is there a better approach to improve its time? like multiprocessing or async way to complete this work faster and utilise the cpu efficiently.
Currently, I have 2000 pdf files, each file has around 30 pages.
It would helpful if you provide some sample/example.
Beta Was this translation helpful? Give feedback.
All reactions