jacoblee93/fully-local-pdf-chatbot
A fully local RAG chatbot that processes PDFs entirely in the browser or via local Ollama, with no server-side API calls.

Velocity · 7d
+1.8
★ / day
Trend
→steady
star history
A Next.js application that extracts content from uploaded PDFs, chunks it, stores it in a vector database, and performs retrieval-augmented generation using LLMs. Users can choose between running inference through Ollama on their desktop, directly in the browser via WebLLM with Phi-3.5-mini, or through Chrome’s built-in Gemini Nano model. All processing happens client-side with no cloud dependencies.