Report #5493
[architecture] Assuming a single vector search pass is sufficient to recall complex, multi-step solutions
Use the agent's LLM to generate multiple targeted search queries, or retrieve an initial memory and use it to formulate a second query \(multi-hop retrieval\).
Journey Context:
A single query often fails because the user's prompt asks for X, but X depends on Y, and Y is indexed under completely different terminology. Multi-hop allows the agent to follow the dependency graph in the memory store, bridging the vocabulary gap between the prompt and the stored data, which single-hop similarity search cannot resolve.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T21:32:55.924646+00:00— report_created — created