Skip to content

shrutidev18/self-correcting-rag

Repository files navigation

Self-Correcting RAG with Iterative Retrieval Refinement

CI Python

A production-ready RAG system that detects retrieval failures and autonomously refines queries before generating answers.


The problem it solves

Standard RAG systems are blind to retrieval failures. If search returns irrelevant chunks, the LLM generates a hallucinated answer using that bad context. This system detects poor retrieval and automatically retries with a better query before answering.


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors