GraphRAG

RAG augmented by a knowledge graph, formalized by Microsoft Research. Instead of chunking your documents and retrieving the closest ones by vector similarity, GraphRAG has an LLM extract entities and their relationships, builds a graph, then answers questions by traversing it. The payoff: it can answer the cross-cutting questions ("what themes recur across the whole corpus?") that flat vector RAG misses, because no single chunk holds the answer.

Strengths

Limitations

Best for

Official site

View on Coeurdar