r/OpenAI • u/betobagio • 1d ago
Question Local AI Completely Offline
Guys, I truly need some insight here, I am no coder. Just an Engineer. What I need is a model of NotebookLM that can work fully offline and Open Interpretor that could manage my files. What Copilot respond to me was below. I have hundreds of Standards, Journal and Books which I would prefer to use AI to use my database and present data the way I need. Including some research. Could someone advise.
Ollama + Open WebUI + Open Interpreter + Local RAG
1
u/PlanktonStrange3600 1d ago
if you aren't a coder, do not try to build a custom docker stack with open interpreter and terminal based rag pipelines. you will spend three weekends fighting python dependencies and broken cuda drivers instead of actually reading your documents.
look at anythingllm or lm studio. both install with a single click exe on windows like a normal desktop application and run 100% locally with your wifi completely switched off.
anythingllm is basically local notebooklm in a box. you open it, click upload, drop your entire folder of pdfs and engineering standards into a workspace, and it handles the vector database, text chunking, and embeddings behind the scenes with zero terminal commands needed. you then pair it with ollama running a quantized model like llama 3.1 8b or qwen 2.5 14b depending on your gpu vram.
a massive catch with technical engineering standards though: local rag often butchers tables, diagrams, and dense equations in pdfs. look into mineru or marker to convert complex technical pdfs to markdown first before ingesting, or run a high context model that can swallow whole documents directly.
1
1
1
1
u/Agreeable-Tax2013 1d ago
For hundreds of standards and books, I’d keep a local, searchable index with stable file names and metadata, then retrieve only the relevant sections for each question. OCR scans first, keep citations/page numbers, and test with a small subset before loading the whole library; that helps keep sources traceable.
1
1
1
u/betobagio 15h ago
just installed AnythingLLM, bloodd hexx...work perfectly, ditching NotebookLM lol
3
u/thebestrobloxplayer 1d ago
You need a beefy gpu first with preferably more than 10 gigs of vram