AutoRAG and RAG-FiT

AutoRAG provides systematic evaluation and optimization of RAG pipelines, while RAG-FiT enhances the language model component itself through fine-tuning—making them complementary tools that address different layers of RAG system improvement.

AutoRAG
70
Verified
RAG-FiT
48
Emerging
Maintenance 16/25
Adoption 10/25
Maturity 25/25
Community 19/25
Maintenance 6/25
Adoption 10/25
Maturity 16/25
Community 16/25
Stars: 4,609
Forks: 381
Downloads:
Commits (30d): 5
Language: Python
License: Apache-2.0
Stars: 767
Forks: 61
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
No risk flags
No Package No Dependents

About AutoRAG

Marker-Inc-Korea/AutoRAG

AutoRAG: An Open-Source Framework for Retrieval-Augmented Generation (RAG) Evaluation & Optimization with AutoML-Style Automation

Provides end-to-end RAG pipeline optimization through YAML-driven configuration, encompassing document parsing, semantic chunking, and QA dataset generation with support for multiple parsing/chunking strategies simultaneously. Uses grid-search and metric-driven evaluation across retriever-generator combinations to identify optimal module configurations, with results tracked in a dashboard for deployment-ready pipeline export. Integrates with LlamaIndex, LangChain, and local embedding models, supporting both cloud APIs (OpenAI) and GPU-accelerated inference for custom models.

About RAG-FiT

IntelLabs/RAG-FiT

Framework for enhancing LLMs for RAG tasks using fine-tuning.

Provides end-to-end RAG dataset creation, PEFT-based training via TRL, and RAG-specific evaluation metrics (EM, F1, ROUGE, BERTScore, RAGAS). Built on Hydra for configuration-driven workflows, it supports retrieval integration with frameworks like Haystack and integrates with HuggingFace Hub for model distribution. Four modular components handle dataset processing, parameter-efficient fine-tuning, inference, and multi-level evaluation metrics that operate on retrieval metadata and citations.

Scores updated daily from GitHub, PyPI, and npm data. How scores work