ictnlp/Auto-RAG
This is the official repository for Auto-RAG.
Need to answer complex questions accurately using your own documents and a large language model? This project provides an autonomous system that takes a question, intelligently searches your document collection, and then uses the retrieved information to formulate a precise answer. It's designed for anyone who needs reliable, context-aware answers from an LLM without manual intervention, like researchers or knowledge managers.
235 stars. No commits in the last 6 months.
Use this if you need an LLM to answer questions by dynamically retrieving relevant facts from your own comprehensive document set, ensuring accuracy and reducing hallucinations.
Not ideal if your questions are simple and don't require external information retrieval, or if you prefer to manually control the search and generation process.
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
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
RUC-NLPIR/FlashRAG
⚡FlashRAG: A Python Toolkit for Efficient RAG Research (WWW2025 Resource)
ictnlp/FlexRAG
FlexRAG: A RAG Framework for Information Retrieval and Generation.
Andrew-Jang/RAGHub
A community-driven collection of RAG (Retrieval-Augmented Generation) frameworks, projects, and...