Skip to content
#

self-rag

Here are 43 public repositories matching this topic...

A complete collection of RAG interview questions, answers (548 questions & 41 RAG types), system design scenarios, architecture patterns, and production-ready concepts.

  • Updated Aug 10, 2026
  • Jupyter Notebook

Evidence-synthesis RAG assistant for TCM practitioners — hybrid vector + knowledge graph retrieval over 17 classical texts, with query classification, self-critique verification, and blind A/B arena evaluation.

  • Updated Jul 22, 2026
  • Python

Self-Reflective Question Answering for Biomedical Reasoning. GRPO fine-tuning via QLoRA & Unsloth with rewards for correctness, relevance, groundness, utility & XML structure. Structured think → answer → self-reflection with context grading, relevance assessment & groundness evaluation. DeepEval LLM-as-a-Judge (GEval, Faithfulness, Relevancy).

  • Updated Aug 6, 2026
  • Python

Self-RAG: a self-reflective RAG system built from scratch in LangGraph. Grades its own retrieved documents and generated answers (relevance, grounding, usefulness), then self-corrects via bounded regenerate/re-retrieve loops. MAANG-standard structure with config, custom exceptions, logging, and tests.

  • Updated Aug 8, 2026
  • Python

Agentic RAG system with five workflow modes from Naive to Deep, routing each question to the cheapest path that answers it well, fusing dense and BM25 retrieval through Reciprocal Rank Fusion with CrossEncoder reranking, verifying groundedness and citations, and gating risky answers behind a human-in-the-loop approval queue.

  • Updated Aug 5, 2026
  • Python

Improve this page

Add a description, image, and links to the self-rag topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-rag topic, visit your repo's landing page and select "manage topics."

Learn more