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

Preservation of vector database #3

Open
fewarren opened this issue Apr 16, 2024 · 5 comments
Open

Preservation of vector database #3

fewarren opened this issue Apr 16, 2024 · 5 comments

Comments

@fewarren
Copy link

The vector database seems to be cleared when Docker and the Nvidia AI Workbench are shutdown. Anyone know how to preserve and reload the vector database between instantiations?

@freemansoft
Copy link

freemansoft commented Jul 30, 2024

Comments on in the NVIDIA forum are pointing folks at https://github.com/NVIDIA/nim-anywhere which has a standalone vector database. Don't know if it preserves the data.

@jtcasablanca
Copy link
Collaborator

@fewarren - i'm doing a little research on how the preservation should work.

What are some of your requirements?

@fewarren
Copy link
Author

fewarren commented Sep 26, 2024 via email

@freemansoft
Copy link

AFAIK
The vector database holds the vectors representing the RAG documents. I don't want to have to reload the vector database (upload docs) every time I start the same project.

The current project is running an in memory database. The other project is running a standalone container with a mounted file system that holds the docs. That file system is available across restarts. (I'm typing this from memory so I could be thinking of another project)

@fewarren
Copy link
Author

fewarren commented Sep 26, 2024 via email

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

3 participants