Report #47659
[architecture] Vector database fails to retrieve connected facts for multi-hop reasoning in agents
Store memories as a Knowledge Graph \(entities and relations\) alongside the vector store. Use the vector store to find the entry node, then traverse the graph to gather multi-hop context.
Journey Context:
Vector embeddings compress a fact into a single point in space. If a query requires combining Fact A and Fact B to infer C, vector similarity will likely fail because the query embedding for C is distant from both A and B. Graph traversal preserves explicit relational structure that embeddings destroy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T10:28:45.868772+00:00— report_created — created