shibing624/ChatPDF
RAG for Local LLM, chat with PDF/doc/txt files, ChatPDF. 纯原生实现RAG功能,基于本地LLM、embedding模型、reranker模型实现,支持GraphRAG,无须安装任何第三方agent库。
This tool helps you quickly get answers from your documents without needing to read through them entirely. You input your PDF, Word, or text files, and it allows you to ask questions in natural language, providing specific answers drawn directly from your content. It's ideal for researchers, analysts, or anyone who needs to extract information efficiently from large collections of documents.
840 stars. No commits in the last 6 months.
Use this if you need to quickly find specific information or answer questions based on the content of your local documents like research papers, reports, or manuals.
Not ideal if you need to perform complex data analysis on structured data or require internet-based research beyond your local files.
Stars
840
Forks
144
Language
Python
License
Apache-2.0
Category
Last pushed
Apr 02, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/rag/shibing624/ChatPDF"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
vndee/local-assistant-examples
Build your own ChatPDF and run it locally
datvodinh/rag-chatbot
Chat with multiple PDFs locally
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.