← Blog
Graph RAG
NLP/dictionary/graph-rag
Definition
A RAG variant that retrieves from a knowledge graph instead of flat text chunks, useful when the answer depends on how entities relate to each other, not just what one paragraph says.
Posts that use this term
- Beyond vector search: hybrid, rerank, and graph RAG
When plain vector search hits its ceiling, three upgrades actually help: hybrid search, reranking, and graph RAG. When each one earns its added complexity.