Report #97494
[frontier] GraphRAG indexing is too expensive and vector RAG misses relational questions
Use query-class routing: cached context for known facts, sparse/dense retrieval for semantic lookups, graph traversal for multi-hop relational questions, and agentic search for open-ended exploration. Defer expensive graph summarization until query time when possible.
Journey Context:
Microsoft's LazyGraphRAG cut full GraphRAG indexing cost to 0.1% by deferring community summarization until query time. The 2026 consensus is that the right question is not 'RAG or long context?' but 'what mixture does this query class need?' The trap is indexing everything into one representation; the frontier is dynamic routing across multiple retrieval strategies.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-25T05:13:00.474919+00:00— report_created — created