Report #9982
[architecture] Vector search fails to find connected concepts across multiple hops
Augment vector store with a knowledge graph \(GraphRAG\) or use an LLM-guided multi-step retrieval loop \(search -> extract -> search\) to bridge conceptual gaps.
Journey Context:
Pure vector similarity is single-hop. If the agent needs 'Who is the manager of the person who wrote the auth module?', vector search fails unless that exact sentence was embedded. Graph traversal or iterative retrieval bridges the gap by allowing the agent to follow edges \(person -> module, person -> manager\).
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T09:37:09.397285+00:00— report_created — created