Isa1asN/local-rag
Local rag using ollama, langchain and chroma.
This tool helps you chat with your own documents and get answers based solely on their content, similar to a personalized chatbot for your files. You feed it your documents, ask questions, and it provides responses drawn directly from those documents. It's ideal for anyone who needs to quickly extract specific information or insights from large sets of their own text-based data.
Use this if you want a private, secure way to converse with your personal or business documents without uploading them to external services.
Not ideal if you need a chatbot that generates creative content, performs general web searches, or integrates with a wide range of external applications.
Stars
28
Forks
10
Language
Python
License
MIT
Category
Last pushed
Jan 05, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/Isa1asN/local-rag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
vndee/local-assistant-examples
Build your own ChatPDF and run it locally
datvodinh/rag-chatbot
Chat with multiple PDFs locally
shibing624/ChatPDF
RAG for Local LLM, chat with PDF/doc/txt files, ChatPDF....
couchbase-examples/rag-demo
A RAG demo using LangChain that allows you to chat with your uploaded PDF documents
ikantkode/pdfLLM
pdfLLM is a completely open source, proof of concept RAG app.