We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e2da6 commit 2cc2533Copy full SHA for 2cc2533
mem0/configs/vector_stores/mongodb.py
@@ -3,7 +3,7 @@
3
from pydantic import BaseModel, Field, root_validator
4
5
6
-class MongoVectorConfig(BaseModel):
+class MongoDBConfig(BaseModel):
7
"""Configuration for MongoDB vector database."""
8
9
db_name: str = Field("mem0_db", description="Name of the MongoDB database")
0 commit comments