II.
RetrievalPipeline overview
Reference · liveretrieval-pipeline:graph-rag
Graph RAG overview
Microsoft-style graph+vector hybrid retrieval pipeline. Extracts entities and relationships from documents into a knowledge graph, applies community detection (Leiden algorithm) to identify topic clusters, generates hierarchical summaries at multiple granularities, and combines graph traversal with vector similarity for retrieval. Supports both local search (entity-focused) and global search (theme-focused) query modes. Excels at answering holistic questions that require synthesizing information across many documents.
Attributes
displayName
Graph RAG
description
Microsoft-style graph+vector hybrid retrieval pipeline. Extracts
entities and relationships from documents into a knowledge graph,
applies community detection (Leiden algorithm) to identify topic
clusters, generates hierarchical summaries at multiple granularities,
and combines graph traversal with vector similarity for retrieval.
Supports both local search (entity-focused) and global search
(theme-focused) query modes. Excels at answering holistic questions
that require synthesizing information across many documents.
pipelineKind
graph-hybrid
chunkingStrategy
hierarchical
Outgoing edges
relates_to_topic2
- topic:graph-rag·TopicGraph RAG
- topic:knowledge-graph-construction·TopicKnowledge Graph Construction
retrieves_from3
- knowledge-source:documentation-wiki·KnowledgeSourceDocumentation Wiki
- knowledge-source:code-repository·KnowledgeSourceCode Repository
- knowledge-source:decision-log·KnowledgeSourceDecision Log
Incoming edges
None.