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 2b3af23 commit 3c8f991Copy full SHA for 3c8f991
src/memos/graph_dbs/neo4j_community.py
@@ -273,7 +273,7 @@ def _create_basic_property_indexes(self) -> None:
273
# Step 2: VectorDB indexes
274
try:
275
if hasattr(self.vec_db, "ensure_payload_indexes"):
276
- self.vec_db.ensure_payload_indexes(["user_name", "memory_type"])
+ self.vec_db.ensure_payload_indexes(["user_name", "memory_type", "status"])
277
else:
278
logger.debug("VecDB does not support payload index creation; skipping.")
279
except Exception as e:
0 commit comments