Choose graph structure for a demonstrated retrieval need
GraphRAG is most valuable when relationships, corpus-level patterns, or multi-hop evidence matter. It is not an automatic upgrade over well-tuned hybrid retrieval.
Limitations that can motivate GraphRAG
Flat chunk retrieval can struggle with questions that require relationships across many documents.
Global questions such as themes, trends, or organizational patterns are not always reducible to one nearest passage.
Entity ambiguity, distributed evidence, and multi-hop reasoning can require explicit structure.
Graph construction and global summarization add cost and do not automatically improve reasoning quality.
Readiness questions
Do users ask relationship or multi-hop questions that flat retrieval regularly misses?
Can the team define entities and relationships that matter in the domain?
Will every graph claim remain linked to inspectable source evidence?
Can graph extraction, updates, and deletion be operated over time?
Has a simpler hybrid-search and reranking baseline been evaluated first?
Graph as index
Text remains the primary evidence, while graph links organize chunks, entities, hierarchy, or neighborhoods for better traversal and retrieval.
Graph as knowledge carrier
The graph stores claims or relationships as structured knowledge, often alongside source passages for provenance.
Hybrid graph and text
Graph traversal identifies connected evidence while vector or keyword retrieval supplies the source text used for generation and citation.
Retrieval mode
What it does
Similarity-based
Find semantically related nodes or linked passages.
Local or entity-centric
Combine a focal entity, its relationships, and supporting text.
Global or community-based
Synthesize across community summaries to answer corpus-level questions.
DRIFT or exploratory
Use community information to broaden a local search and generate follow-up questions.
Multi-hop
Traverse several relationships when no single passage contains the answer.