VectorInstitute/fed-rag
A framework for fine-tuning retrieval-augmented generation (RAG) systems.
This is a framework for developers and machine learning engineers to improve the accuracy and relevance of their Retrieval-Augmented Generation (RAG) systems. It helps fine-tune these systems to produce better responses by integrating external data sources, whether that data is stored centrally or distributed across different locations. Users provide their RAG models and data, and the framework outputs an enhanced RAG system.
141 stars. Available on PyPI.
Use this if you are a machine learning engineer or researcher looking to fine-tune your RAG systems for better performance, especially when dealing with distributed or sensitive datasets.
Not ideal if you are an end-user simply looking to deploy an off-the-shelf RAG application or if you don't have experience with machine learning model development.
Stars
141
Forks
28
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Dependencies
9
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/VectorInstitute/fed-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
NirDiamant/RAG_Techniques
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG)...
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...
HKUDS/MiniRAG
"MiniRAG: Making RAG Simpler with Small and Open-Sourced Language Models"