Report #67948
[architecture] Single-pass vector retrieval failing to answer questions that require connecting multiple distinct pieces of information
Use iterative retrieval: force the agent to perform multiple search queries based on the results of the first query before synthesizing the final answer.
Journey Context:
If a user asks 'Who was the lead on the project I worked on last Tuesday?', a single vector search for that exact phrase will likely fail. It requires a multi-hop process: 1\) Find what project I worked on last Tuesday, 2\) Find the lead for that project. Single-pass RAG assumes the answer is localized in one chunk. Agentic memory requires the agent to plan a retrieval trajectory, using intermediate results to formulate the next search.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T20:31:57.861499+00:00— report_created — created