Replies: 1 comment
-
it's likely because the container isn't set up to persist memory or automatically restart .. you can configure two things: external vector memory storage and persistent file storage First, for external memory, you can integrate a dedicated vector database on Pinecone in your account ig u must get your API key, and modify Agent Zero's code or configuration to use Pinecone as the memory backend. This way, your data stays intact even if the VPS restarts,, if, to persist data stored locally by Agent , you should use Docker volumes. This ensures that the data directory inside the container is linked to permanent storage on your host machine,, Also Also you can make the Docker container automatically restart after a crash or reboot by setting the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I cant find an option in the ui to setup and use my own vector DB from pinecone, I think this would help making the docker instance more reliable, I'm running the docker on a VPS and for some reason it was stopped (maybe VPS linux was rebooted) and I lost the work the agent was progressing on, is there a way to setup external memory both for the HD and the DB ?
Beta Was this translation helpful? Give feedback.
All reactions