huangjia2019/rag-project01-framework
[RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。
Implements a modular RAG pipeline with document chunking, embedding, and vector similarity retrieval using Python FastAPI backend and Milvus vector database, avoiding heavyweight frameworks like LangChain. The React+Vite frontend communicates with the backend via REST API, supporting cross-platform deployment on Windows, Ubuntu, and macOS with configurable LLM providers (OpenAI, DeepSeek).
101 stars.
Stars
101
Forks
94
Language
Python
License
—
Category
Last pushed
Oct 28, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/huangjia2019/rag-project01-framework"
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
BUAADreamer/EasyRAG
Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛...
Azure-Samples/rag-as-a-service-with-vision
This repository offers a Python framework for a retrieval-augmented generation (RAG) pipeline...