Skip to content

Commit 431c712

Browse files
authored
Update graph_db.py
1 parent f41a885 commit 431c712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/configs/graph_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Neo4jGraphDBConfig(BaseGraphDBConfig):
6868
),
6969
)
7070

71-
embedding_dimension: int = Field(default=3072, description="Dimension of vector embedding")
71+
embedding_dimension: int = Field(default=768, description="Dimension of vector embedding")
7272

7373
@model_validator(mode="after")
7474
def validate_config(self):

0 commit comments

Comments
 (0)