ictnlp/Auto-RAG
This is the official repository for Auto-RAG.
Implements autonomous iterative retrieval where LLMs dynamically decide when and what to retrieve through multi-turn dialogue, terminating retrieval once sufficient knowledge is available. Built on FlexRAG framework with vLLM for inference, supporting dense retrieval via FAISS indexing and HuggingFace encoder integration. Provides both browser-based GUI and programmatic interfaces for interactive RAG workflows with configurable metrics evaluation across multiple benchmarks.
235 stars. No commits in the last 6 months.
Stars
235
Forks
20
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ictnlp/Auto-RAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
gomate-community/TrustRAG
TrustRAGļ¼The RAG Framework within Reliable input,Trusted output
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...