vndee/local-assistant-examples
Build your own ChatPDF and run it locally
This project helps developers and technical learners understand how to build and run local AI assistants, like a 'ChatPDF' system. You can feed it your own documents and then ask questions to get AI-generated answers based on that content. It's designed for anyone looking to learn about or experiment with large language models and retrieval-augmented generation in a local, hands-on environment.
405 stars.
Use this if you are a developer or technical learner who wants to build, understand, and run AI applications like a 'ChatPDF' on your own computer without relying on external services.
Not ideal if you need a robust, production-ready AI application for commercial use or if you are not comfortable with coding and setting up development environments.
Stars
405
Forks
120
Language
Python
License
MIT
Category
Last pushed
Oct 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/vndee/local-assistant-examples"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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
Isa1asN/local-rag
Local rag using ollama, langchain and chroma.
ikantkode/pdfLLM
pdfLLM is a completely open source, proof of concept RAG app.