hsleonis/rag_langchain_gradio
A basic "retrieval augmented generation" (RAG) app with Langchain and OpenAI in Python + Pinecone + Gradio app.
This tool helps you quickly get answers from a large collection of your own documents, like PDFs, by asking questions in plain English. You provide a directory full of your documents, and it creates a searchable knowledge base. When you ask a question, it retrieves the most relevant information and gives you a direct answer, making it ideal for researchers, analysts, or anyone needing to extract specific facts from many files.
No commits in the last 6 months.
Use this if you need to find specific information or get summarized answers from a large set of your own documents without manually sifting through them.
Not ideal if you need to create entirely new content, analyze data relationships, or perform tasks beyond question-answering based on existing documents.
Stars
7
Forks
2
Language
Python
License
—
Category
Last pushed
Aug 09, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/hsleonis/rag_langchain_gradio"
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