BUAADreamer/EasyRAG
Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛 2024 季军方案
Implements a dual-route sparse retrieval pipeline combining BM25 with BGE reranking and LLM-based answer generation, requiring no model fine-tuning and minimal VRAM for deployment. Provides modular components including custom chunk splitters, hierarchical document processing, metadata extraction, and plug-and-play inference acceleration schemes across retrieval and generation stages. Includes FastAPI and Streamlit interfaces for integration into network operations workflows.
622 stars. No commits in the last 6 months.
Stars
622
Forks
75
Language
Python
License
MIT
Category
Last pushed
Nov 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/BUAADreamer/EasyRAG"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pguso/rag-from-scratch
Demystify RAG by building it from scratch. Local LLMs, no black boxes - real understanding of...
intersystems-community/iris-vector-rag
Enterprise RAG pipelines with native IRIS vector search. 6 production implementations with RAGAS...
microsoft/RAG_Hack
Hack Together: RAG Hack | Register, Learn, Hack
huangjia2019/rag-project01-framework
[RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。
Azure-Samples/rag-as-a-service-with-vision
This repository offers a Python framework for a retrieval-augmented generation (RAG) pipeline...