laolarou726/RAG_Demo
This is a minimal demo project to show the capabilities of a RAG system using LangChain and Milvus, it contains all the things you required to build a basic RAG system.
This project helps developers quickly set up and understand a basic Retrieval Augmented Generation (RAG) system. It takes your collection of documents and allows a language model to answer questions by retrieving relevant information from those documents. This is for software developers or AI engineers who want a minimal, working example to learn RAG system implementation.
No commits in the last 6 months.
Use this if you are a developer looking for a straightforward, runnable example to see how RAG systems work with your own documents.
Not ideal if you are an end-user looking for a ready-to-use application to query your documents without any coding or setup.
Stars
8
Forks
—
Language
Python
License
MIT
Category
Last pushed
Apr 08, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/laolarou726/RAG_Demo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yichuan-w/LEANN
[MLsys2026]: RAG on Everything with LEANN. Enjoy 97% storage savings while running a fast,...
byerlikaya/SmartRAG
Multi-Modal RAG for .NET — query databases, documents, images and audio in natural language....
aws-samples/layout-aware-document-processing-and-retrieval-augmented-generation
Advanced document extraction and chunking techniques for retrieval augmented generation that is...
sourangshupal/simple-rag-langchain
Exploring the Basics of Langchain
sion42x/llama-index-milvus-example
Open AI APIs with Llama Index and Milvus Vector DB for Retrieval Augmented Generation (RAG) testing