Isa1asN/local-rag
Local rag using ollama, langchain and chroma.
Implements a Streamlit web interface for document ingestion and semantic search, enabling users to upload PDFs and query them against locally-running LLMs without external API dependencies. The system uses Chroma as a vector database to store embeddings and LangChain to orchestrate retrieval-augmented generation chains that ground responses in uploaded documents. Supports multiple Ollama models for flexible inference performance and cost optimization on consumer hardware.
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.
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.