
How queries are processed with vector + graph traversal.
Graph RAG retrieval combines vector search with knowledge graph traversal, enabling multi-hop reasoning and relationship-based queries that pure vector search cannot handle.
The query is embedded for vector search using the same model as indexing.
Analyzes the query to identify entities and relationships for graph traversal.
| Step | Description |
|---|---|
| Entity Lookup | Identifies entities mentioned in the query |
| Relationship Path Finding | Finds paths between entities |
| Multi-Hop Navigation | Traverses multiple relationship hops |
Combines vector scores with graph path relevance for unified ranking.
Final ranking based on fused scores.
Combines top chunks into context, including graph-derived insights.
llmEnabled = true