Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading in Vector Database where I am continuously updating using Langchain Indexing API #355

Open
akashsonowal opened this issue Jul 18, 2024 · 0 comments

Comments

@akashsonowal
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant