Back to AI Engineering Mind Map
中文·English
🤖 AI EngineeringID: graphrag-knowledge-graph

GraphRAG Knowledge Graph Search

GraphRAG 知识图谱增强检索
🎯Core Definition
GraphRAG (Microsoft's Knowledge Graph Augmented RAG architecture) is a next-generation retrieval paradigm fusing LLM information extraction with Hierarchical Community Detection; during indexing, LLMs extract Entities, Relationships, and Claims from raw corpora to synthesize a global Knowledge Graph; the Leiden algorithm partitions the graph into multi-level hierarchical communities, with LLMs authoring pre-computed Community Summaries; during querying, it supports both entity-centric Local Search and corpus-spanning Map-Reduce Global Search.
💡Use Cases
High-level thematic questions (e.g., 'What are the top 3 structural themes across the entire dataset?'), multi-hop entity relationship reasoning, and holistic enterprise audits.
Key Problems Solved
Traditional vector RAG is confined to localized passage matching, completely incapable of answering holistic global sense-making questions spanning thousands of documents; GraphRAG's pre-computed graph community summaries unlock dataset-wide synthesis.
🎯5 High-Frequency Exam Points
1
Detail the dual query modes in GraphRAG: Local Search (entity neighborhood traversal) vs Global Search (community summary Map-Reduce)?
2
Explain the role and advantages of the Leiden community detection algorithm in GraphRAG hierarchical graph partitioning?
3
Analyze the massive LLM token ingestion costs of GraphRAG and challenges surrounding incremental graph updates?
4
How do native graph databases (Neo4j / Memgraph) store GraphRAG entities and optimize Cypher graph traversal queries?
5
Compare GraphRAG vs vector RAG benchmarks in domain-specific tasks (e.g., drug interactions, financial anti-money laundering)?
Updated 2026-08-14
🎯
Test Your Knowledge: Practice Questions for "GraphRAG Knowledge Graph Search"
Single choice pitfall questions with instant feedback and mistake tracking.
🚀 Start Card Practice
Previous CardCorrective RAG (CRAG)Next CardFew-Shot In-Context Learning

🔗 More AI Engineering Knowledge Cards

Vector Distance Metrics & L2 NormalizationScalar Quantization (SQ8/SQ4)Product Quantization (PQ)ADC Asymmetric Distance Computation