Skip to content

Commit 3c8f991

Browse files
committed
feat: create index for qdrant
1 parent 2b3af23 commit 3c8f991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/memos/graph_dbs/neo4j_community.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def _create_basic_property_indexes(self) -> None:
273273
# Step 2: VectorDB indexes
274274
try:
275275
if hasattr(self.vec_db, "ensure_payload_indexes"):
276-
self.vec_db.ensure_payload_indexes(["user_name", "memory_type"])
276+
self.vec_db.ensure_payload_indexes(["user_name", "memory_type", "status"])
277277
else:
278278
logger.debug("VecDB does not support payload index creation; skipping.")
279279
except Exception as e:

0 commit comments

Comments
 (0)