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

@@ -51,7 +51,7 @@ from mem0 import Memory
config = {
"vectordb": {
"provider": "chromadb",
"provider": "chroma",
"config": {
"collection_name": "test",
"path": "db",