Report #55547
[architecture] Vector similarity search returns factually related but temporally wrong memories, breaking agent state.
Augment vector embeddings with metadata filtering \(timestamps, session IDs\) and use graph structures for multi-hop relational queries. Reserve pure vector search for semantic recall only.
Journey Context:
Pure vector similarity ignores time. 'The user changed their password' -> vector search might return the old password if it's semantically similar. You need temporal bounds. For multi-hop \(e.g., 'who is the manager of the person who wrote this?'\), vector search fails completely; you need graph traversal.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:43:56.125125+00:00— report_created — created