Skip to content
#

self-rag

Here are 24 public repositories matching this topic...

A comprehensive interview preparation guide covering all major RAG (Retrieval-Augmented Generation) architectures. 50 questions across 10 types, from Naive RAG to Agentic, Graph, Self-RAG, and beyond. Includes difficulty tags, detailed answers, a cheatsheet, and a decision tree.

  • Updated May 26, 2026

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 May 16, 2026
  • Python

AutoDocThinker is a production-ready Agentic RAG system that ingests PDFs, DOCX, URLs, and raw text into a Hybrid Search index (ChromaDB + BM25 + RRF + CrossEncoder), then answers natural language queries through four selectable LangGraph workflows — Naive, Advanced, CRAG, and Self-RAG.

  • Updated May 16, 2026
  • Python

Production adapters and pipelines for PortfolioCore. Vector stores (pgvector, Qdrant), graph stores (Neo4j), embedders (OpenAI), Broadway pipelines, advanced RAG (Self-RAG, CRAG, GraphRAG, Agentic), multi-graph federation, and observability.

  • Updated Apr 9, 2026
  • Elixir

This project is built using Python and the Flask web framework, providing a user-friendly web interface for interacting with the RAG system. The core logic, including document processing, embedding generation, retrieval strategies (Self-RAG and Agentic RAG), and integration with the Gemini API, is organized within the utils directory.

  • Updated Apr 5, 2025
  • 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