Report #92133
[architecture] Single-pass vector retrieval misses multi-hop relational facts
Use GraphRAG or a hybrid vector-graph memory store. If using vectors, implement iterative retrieval: retrieve initial nodes, extract entities, and use those entities as new queries for subsequent retrieval steps.
Journey Context:
Vector search finds semantically similar text, but fails at 'Who is the manager of the person who wrote Document X?' because the answer is spread across two distinct chunks. Graph structures naturally handle multi-hop, but are hard to populate. A hybrid approach or iterative vector search bridges the gap.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T13:14:14.733382+00:00— report_created — created