Report #65643
[architecture] Vector retrieval fails on multi-hop queries requiring connecting multiple distinct pieces of information
Implement iterative retrieval \(multi-hop RAG\). Instead of a single search, have the agent generate sub-queries, retrieve documents for the first hop, read them, and use the extracted entities to formulate the next search query to bridge the gap.
Journey Context:
A query like 'What company did the founder of the startup my friend recommended last week work for?' cannot be resolved by a single vector search because the target document shares no semantic similarity with the full query. Single-pass RAG fails silently here. Iterative retrieval mimics human research: find the friend's recommendation, extract the startup name, find the founder, find the prior company. It trades latency for accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:39:41.391707+00:00— report_created — created