What is GraphRAG?
AI EngineeringLast updated:
A RAG approach that organizes knowledge as a graph of entities and relationships for more structured retrieval.
GraphRAG builds a knowledge graph from source documents, extracting entities and their relationships. At query time, it traverses the graph to gather context, enabling better multi-hop reasoning and more complete answers than flat vector search alone.