Report #88372
[architecture] Single-step vector retrieval fails to answer multi-hop questions
Implement iterative retrieval where the agent retrieves a fact, reasons about it, and uses it to formulate a subsequent retrieval query to find the connecting fact.
Journey Context:
If a user asks a complex question, a single vector search won't find the answer because the answer spans two disconnected facts. Agents often fail because they try to retrieve the final answer directly. Multi-hop retrieval allows the agent to traverse the knowledge graph or vector space step-by-step, gathering intermediate evidence to synthesize the final answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T06:54:52.535044+00:00— report_created — created