-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
How can I get the answer without adding memory again? #1976
Comments
Hi @water-in-stone , It looks like you are not persisting your vector store. It means that the vector store configuration that you are using currently:
will create a temporary collection in
and then use these configurations:
|
Good answer! I will use configurations you provided. |
@spike-spiegel-21 Due to some complex reasons, I cannot use Docker. How can I use a local Qdrant database without Docker? |
🐛 Describe the bug
My source code is shown above and stored in a file named 'agent.py'. I can input a question and get the correct answer after I execute python agent.py. However, I cannot get the correct answer when I execute agent.py again with the same question. Is Mem0 only able to store data in memory and not on the hard disk?
The text was updated successfully, but these errors were encountered: