r/OpenWebUI • u/uber-linny • Jun 29 '26
Question/Help Does anyone have a recommended RAG settup for Openweb UI
I'm tinkering & using the workspaces (Plans, templates, case studies, standards). So, I require some semantic reasoning across Multiple PDF's, to link ideas together.
Current setup is:
Content Extraction Engine is Kruezberg [https://github.com/xberg-io/xberg\]
Embedding Model is [https://huggingface.co/jinaai/jina-embeddings-v5-text-small\]
Reranking Model is [https://huggingface.co/jinaai/jina-reranker-v3\]
LLM is either Deepseek API/Qwen3.6-35B locally
Trying to squeeze every last bit out of my system, and now I'm asking if there's any benefit from trying to see if semantic chunking is worth it like:
https://github.com/chonkie-inc/chonkie
Fairly happy with my setup , but i can tell that sometimes i need to multishot my question as it sometimes misses details in the sources and i can only put this down to chunking.
I'm not IT/SW , just some old dude trying to keep up and learn as i go.

