Loading...
Corrective RAG (CRAG)
RAG system that automatically detects and corrects poor retrieval results through quality assessment and re-retrieval
In 30 seconds
- What
- Retrieves documents, scores their relevance, re-retrieves with refined queries when quality falls below threshold.
- When to use
- Retrieval-heavy tasks where initial results are often incomplete or stale, and you can afford extra API calls.
- Watch out
- Quality thresholds set too high trigger endless re-retrieval loops; too low defeats the purpose and wastes compute.
Loading technique guide…