Report #62474
[frontier] Vector RAG failing to answer global questions about dataset themes and abstractions?
Index documents into a knowledge graph with community summaries \(GraphRAG\) to enable global reasoning over concepts.
Journey Context:
Vector search excels at local queries \("What did Alice say?"\) but fails on global questions \("What are the main themes across all reports?"\) because themes are distributed across chunks. Microsoft's GraphRAG extracts entities and relationships into a graph, then uses community detection to generate natural language summaries of abstract themes. At query time, it traverses the graph and these summaries, enabling synthesis of global insights that require understanding the entire corpus structure, not just local similarity.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T11:20:56.546804+00:00— report_created — created