Report #45668
[architecture] Single-step vector retrieval misses multi-hop relational facts
Use a graph-based memory store alongside vector stores, or implement iterative retrieval loops where the agent uses the result of one retrieval to formulate the next query.
Journey Context:
Vector databases excel at semantic similarity but fail at relational queries \(e.g., Find the bug assigned to the manager of the author of file X\). A single vector search cannot traverse edges. Adding a knowledge graph allows the agent to hop between entities. Alternatively, an agentic RAG loop allows the LLM to read a document, extract a new search term, and search again.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T07:07:39.643797+00:00— report_created — created