You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a streaming data source and am using the Langchain Indexing API to keep the most update content and delete old.
I have a separate instance which is doing this indexing and the vector database is stored in AWS EFS.
When I want to use this database for RAG (in different instance than the instance that is building the database), The RAG instance uses the vector database through the EFS. I am currently loading this vector database as daemon process every 5 mins. But this slows down my RAG server. Is there any better way to do this or any other suggestion.
Looking forward to your reply.
Thanks,
Akash
The text was updated successfully, but these errors were encountered:
hi @hwchase17 and team,
I have a streaming data source and am using the Langchain Indexing API to keep the most update content and delete old.
I have a separate instance which is doing this indexing and the vector database is stored in AWS EFS.
When I want to use this database for RAG (in different instance than the instance that is building the database), The RAG instance uses the vector database through the EFS. I am currently loading this vector database as daemon process every 5 mins. But this slows down my RAG server. Is there any better way to do this or any other suggestion.
Looking forward to your reply.
Thanks,
Akash
The text was updated successfully, but these errors were encountered: