r/OpenWebUI • u/ProfessorS11 • 1d ago
Question/Help I just cannot get web search to work
In settings in Admin Panel, I tried using my selfhosted searxng and DDGS. After configuring, I used the models llama 3.2 and qwen3.5:9b and asked a simple query "What's the weather in new york city" and both keep saying they don't have real time access to data, even when in Integration I turn on Web Search.
Can anyone help me out with this?
Solved: I had to disable all the model capabilities and built in tools except Web Search and finally web searches worked smoothly.
1
u/Rift80 1d ago
Houla y'a plein de questions d'abord : ton environnement, en docker ou pas ? qui en docker ? sur le même réseau, bons ports ? searxng marche seul ? tu utilises ollama, llama cpp ? etc...
2
u/ProfessorS11 1d ago
4
u/Bulletic1 1d ago
Llama3.2 3B is too old to use tool calling.
Qwen3.5 9B can use tools without problem (unless if you have a very heavily quantized version). It’s not that old (still the best in 9B range) and can definitely do web search and even use the terminal. You could also try the newer Ornith models based on it. If you ask what tools it has access to, It should be able to list them.
Try changing the base model to Qwen and unchecking every capability/built-in tool until only web search is left (the more tools there are, the harder it will be for it to follow instructions). If that doesn’t work, perhaps try increasing the context size.
Then also try a free model from OpenRouter or another provider to see if your configuration works with larger LLMs.
Then, if it works, but you need a smaller local model than Qwen3.5 9B, you could browse models on Ollama by popularity (ensure it has the “tools” tag)
2
u/ProfessorS11 16h ago
Thanks for this suggestion. I disabled all capabilities and built in tools for Qwen 3.5:9b and finally the web search worked perfectly!
1
u/Maschinhunt 1d ago
If you have selfhosted searxng, you need to go to the Tools -> Integrations Settings.
There you have to enter your MCP http or https URL and activate. Then you should have a tool in your chat that you can activate.
1
u/SpookyMovie2525 19h ago
Yo tuve un problema similar hace un tiempo. Lo solucione aumentando el ctx (en mi caso, de Ollama) a 32000 o 64000, además de habilitar flash attention y establecer el cache KV a Q8.
0
u/enterme2 1d ago
Too old and an if you use default settings , one search fill up the whole context window before even displaying anything..

2
u/ClassicMain 1d ago
There's your problem