Where are the embeddings for memory stored when memory is enabled? #1086
Replies: 2 comments
-
According to the documentation you can customise where your storage files live by setting the You can read more about it under this section https://docs.crewai.com/core-concepts/Memory/#implementing-memory-in-your-crew |
Beta Was this translation helpful? Give feedback.
-
Hi, I have stored data in short term memory and want the agent to pick details from the same in the net cycle, but it does not look like it is referring the memory database. Could you please help me with the issue. |
Beta Was this translation helpful? Give feedback.
-
While enabling memory, I want to know where are the embeddings stored and is there an option to specify the location for the database.
The code used is as followed:
memory=True, embedder={ "provider": "cohere", "config":{ "model": "embed-english-v3.0", "vector_dimension": 1024 } },
The reference used is as below:
https://docs.crewai.com/core-concepts/Memory/
I want to make changes to the database manually and keep a check on the data stored in the database.
Beta Was this translation helpful? Give feedback.
All reactions