Report #30539
[frontier] RAG retrieves irrelevant chunks for multi-hop questions requiring entity relationships
Deploy Microsoft GraphRAG: extract entities/relationships into a knowledge graph, index community summaries, and retrieve graph paths rather than semantic chunks for relationship-heavy queries.
Journey Context:
Naive RAG fails on 'Who advised the CEO of the company that acquired X' because vector similarity doesn't capture graph topology. Teams try chunking with metadata but still lose inter-document relationships. GraphRAG constructs an explicit knowledge graph, runs community detection, and generates natural language summaries of subgraphs. At query time, it uses global search \(community summaries\) for broad questions and local search \(graph traversal\) for specific entities. Tradeoff: higher indexing cost \(LLM calls to extract entities\) but drastically better precision on relational queries. Pure vector RAG is now considered baseline, not sufficient for complex enterprise data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T05:38:46.092890+00:00— report_created — created