ml6team/fondant-usecase-RAG
Data pipelines and notebooks for RAG tuning using Fondant
This project helps machine learning engineers and data scientists refine their Retrieval Augmented Generation (RAG) systems. It takes in your raw data and RAG configuration parameters, then processes it through data pipelines to produce an optimized RAG system capable of generating more accurate and relevant responses. The primary users are those building and improving AI-powered question-answering or content generation applications.
No commits in the last 6 months.
Use this if you are a machine learning engineer or data scientist looking to systematically improve the performance and output quality of your RAG applications.
Not ideal if you are looking for a simple, out-of-the-box RAG solution without needing to customize or fine-tune its underlying data processing.
Stars
24
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ml6team/fondant-usecase-RAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
bragai/bRAG-langchain
Everything you need to know to build your own RAG application
guyernest/advanced-rag
Jupyter Notebooks for Mastering LLM with Advanced RAG Course
liu673/rag-all-techniques
Implementation of all RAG techniques in a simpler way(以简单的方式实现所有 RAG 技术)
FareedKhan-dev/rag-ecosystem
Understand and code every important component of RAG architecture
FareedKhan-dev/14-rag-failures
Encountering 14 different Naive RAG fails and using KG to solve it