mem0ai / mem0

The Memory layer for your AI apps
https://mem0.ai
Apache License 2.0
22.95k stars 2.11k forks source link

User cannot load persisted ChromaDB #1873

Open vrajpatel04 opened 2 months ago

vrajpatel04 commented 2 months ago

🚀 The feature

I would like to request a feature to support persisting and loading ChromaDB vector databases within the embedchain framework. Currently, there is no built-in functionality for persisting the ChromaDB state across different sessions or restarts of the embedchain application.

Motivation, pitch

Embedchain does not natively support persisting the state of ChromaDB, meaning that any data stored in the vector database is lost upon restarting the application or when the server is shut down.

spike-spiegel-21 commented 2 months ago

Hi @vrajpatel04 , Please add the sample code from your use case. I will the tell you in what ways you can persist data.