Marker-Inc-Korea/AutoRAG
AutoRAG: An Open-Source Framework for Retrieval-Augmented Generation (RAG) Evaluation & Optimization with AutoML-Style Automation
This tool helps AI developers and researchers find the best Retrieval-Augmented Generation (RAG) pipeline for their specific data and use case. You provide your documents and an evaluation dataset (questions and their correct answers), and AutoRAG automatically tests various RAG components and configurations. The output is an optimized RAG pipeline that performs best for your application.
4,609 stars. Actively maintained with 4 commits in the last 30 days. Available on PyPI.
Use this if you are building a RAG-based AI application and need to systematically evaluate and optimize its performance on your specific data without manually trying countless configurations.
Not ideal if you are looking for a pre-built, ready-to-deploy RAG solution and are not interested in the underlying optimization process.
Stars
4,609
Forks
381
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2026
Commits (30d)
4
Dependencies
59
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Marker-Inc-Korea/AutoRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
jxzhangjhu/Awesome-LLM-RAG
Awesome-LLM-RAG: a curated list of advanced retrieval augmented generation (RAG) in Large Language Models
IntelLabs/RAG-FiT
Framework for enhancing LLMs for RAG tasks using fine-tuning.
coree/awesome-rag
A curated list of retrieval-augmented generation (RAG) in large language models
IntelLabs/fastRAG
Efficient Retrieval Augmentation and Generation Framework
Shaivpidadi/refrag
REFRAG: LLM-powered representations for better RAG retrieval. Improve precision, reduce context...