Skip to content

Commit 2cc2533

Browse files
authored
Fix mongodb config name (#3052)
1 parent e3e2da6 commit 2cc2533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mem0/configs/vector_stores/mongodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pydantic import BaseModel, Field, root_validator
44

55

6-
class MongoVectorConfig(BaseModel):
6+
class MongoDBConfig(BaseModel):
77
"""Configuration for MongoDB vector database."""
88

99
db_name: str = Field("mem0_db", description="Name of the MongoDB database")

0 commit comments

Comments
 (0)