ZehaoJia1024/RAG-Arena
讲解并评估多种RAG算法
This project helps AI developers and researchers understand and compare various Retrieval-Augmented Generation (RAG) techniques. It takes different RAG algorithms as input and provides a systematic evaluation of their performance, offering insights into their effectiveness. The output is a clear ranking and detailed breakdown of how each RAG method performs against specific criteria, guiding users to select the most suitable approach for their large language model applications.
No commits in the last 6 months.
Use this if you are developing or implementing RAG systems and need a transparent, detailed understanding of how different RAG strategies perform in a controlled environment.
Not ideal if you are looking for a plug-and-play RAG solution or a high-level library abstraction, as this project focuses on foundational understanding and manual implementation.
Stars
11
Forks
5
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/ZehaoJia1024/RAG-Arena"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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