huangjia2019/rag-project01-framework
[RAG训练营] u.geekbang.org/subject/airag/1009927 这是我用Cursor自行制作的RAG Framework,好处是可以掌控RAG每一个环节的教学细节。
This system helps organizations and individuals build a custom knowledge base to answer questions from their documents. You feed it your collection of documents, and it processes them to create a searchable knowledge base. The output is a web-based chat interface that can answer questions accurately by retrieving information directly from your provided content. This is for anyone who needs to quickly find specific information within their own large document sets without relying on external search engines or generic AI models.
101 stars.
Use this if you need a lightweight, customizable system to build a private question-answering tool over your own specific documents or internal knowledge base.
Not ideal if you're looking for an out-of-the-box solution that requires no technical setup or if you primarily need to answer questions from general internet knowledge.
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...
microsoft/RAG_Hack
Hack Together: RAG Hack | Register, Learn, Hack
intersystems-community/iris-vector-rag
Enterprise RAG pipelines with native IRIS vector search. 6 production implementations with RAGAS...
fivetran/dbt_unified_rag
Fivetran dbt package designed to generate an end model and Cortex Search Service (for Snowflake...
BUAADreamer/EasyRAG
Easy-to-Use RAG Framework; CCF AIOps International Challenge 2024 Top3 Solution; CCF AIOps 国际挑战赛...