Handle chromadb dep and version bump (#1638)

This commit is contained in:
Dev Khant
2024-08-04 00:07:15 +05:30
committed by GitHub
parent 04b4807145
commit 5aa7bedabe
7 changed files with 93 additions and 99 deletions

View File

@@ -49,7 +49,7 @@ class EmbedderFactory:
class VectorStoreFactory:
provider_to_class = {
"qdrant": "mem0.vector_stores.qdrant.Qdrant",
"chromadb": "mem0.vector_stores.chroma.ChromaDB",
"chroma": "mem0.vector_stores.chroma.ChromaDB",
}
@classmethod