GraphRAGconcept

Retrieval-Augmented Generation that organizes documents into a knowledge graph, enabling multi-hop reasoning and community summarization at query time.

GraphRAG improves retrieval quality over naive vector search on sensemaking queries — but still pays runtime cost. SKC compiles the graph once instead.

Where it appears

Descend

Historical evolution

Microsoft GraphRAG (2024) demonstrated graph retrieval beats vector search on complex queries.

Implementation details

SKCE builds the graph at compile time (zero runtime cost); GraphRAG builds/queries it per request.

Sources

View in graph →