Project Details

Self-Retrieval RAG

Advanced RAG that enhances response accuracy by validating context, rephrasing queries and refining responses as needed.

Tech Stack

Python | LangChain | LangGraph | ChromaDB | LLMs

Highlights

  • - Checks context relevance before response generation.
  • - Evaluates and refines response before final return.
  • - Refines queries if retrieved context is irrelevant or response is not correct.
  • - Delivers accurate and validated answers.