Comparision across all questions
Hybrid Graph RAG outperforms pure Vector search by +26.4% in factual accuracy.
| Method | Correctness | ROUGE-1 | METEOR |
|---|---|---|---|
Hybrid Graph | 0.7785 | 0.3115 | 0.1966 |
Legacy | 0.5451 | 0.1435 | 0.1834 |
Vector Only | 0.7006 | 0.2819 | 0.2401 |
Graph Only | 0.3933 | 0.1769 | 0.1282 |
* ROUGE scores indicate lexical overlap with expert answers. METEOR accounts for semantic similarity. RAGAS Correctness evaluates factual accuracy using LLM-as-a-judge.