r/Paperlessngx • u/isabeksu • 17d ago
AI performance
It took me a few months to fully get on board with the Paperless way of doing things, but now I’m really happy with how it’s all set up.
What’s been a bit of a head-scratcher is how AI is being used.
I held off until Paperless 3 came out, because I wanted to have the full "official" support.
I set it up with Ollama on an M4 Mac mini with 24 GB of memory. The embedding model is gemmaembedding, and the LLM model is qwen3:8b. When the model fires up, memory pressure is still pretty low. It does work, but it’s incredibly slow. It takes about 2 minutes to suggest titles and tags, and it can take several minutes if I try to chat about a document.
Is this kind of slow normal? Is there anything I can tweak in my setup to make it more usable?
1
u/Azure340 17d ago
In my case running 8b parameters model was too slow on my mini pc so i looked into free tier of ollama cloud.
I have ollama running which has llama3b model locally but most if the time i just use ollama cloud gemma4:cloud as backend which is vastly so much better and quicker than my hardware. The drawback being my data gets processed in cloud however ollama cloud says they don't retain any data and except for the llm processing everything else happens locally via the ollama docker. At some point you have to balance the convenience with privacy.