mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #11323] issue: Web Search Failing in latest 2 updates #16185
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LazyDataScientistGit on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11323
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20 thru v0.5.18
Ollama Version (if applicable)
N/A
Operating System
Linux Mint 22
Browser (if applicable)
N/A
Confirmation
README.md.Expected Behavior
Search results to come back and not fail.
Actual Behavior
All search queries fail and model instructs me that it does not have real-time data.
Steps to Reproduce
Open New Chat,
select any model (I am using openrouter for models)
select "web-browsing"
Ask a query.
Logs & Screenshots
data:
action: "web_search"
description: "Error searching "{{searchQuery}}""
done: true
error: true
query: "2025 top 5 Antidepressants"
Additional Information
I have tried using Qwen2.5-72B-Instruct, Mistral Small 3, and llama3.3-70b-instruct and all have the same issue.
@rgaricano commented on GitHub (Mar 7, 2025):
what are your settings for websearches?
@LazyDataScientistGit commented on GitHub (Mar 7, 2025):
@rgaricano just the default
duckduckgosetting and i get the same issue with the defaultgoogle_psesettings.@rgaricano commented on GitHub (Mar 7, 2025):
@raydoomed commented on GitHub (Mar 7, 2025):
I haven't been able to do it recently. I should have bypassed the embedding problem. Anyway, I can't use online search now.
@rgaricano commented on GitHub (Mar 7, 2025):
user group permissions, interface web search query generation ?
@LazyDataScientistGit commented on GitHub (Mar 7, 2025):
@rgaricano I have all the settings matching your settings and web searches still fail.
@1over137 commented on GitHub (Mar 7, 2025):
I don't get errors per se, but if I bypass the embedding, the model says it has no information. In the logs it shows that the search (searxng) is working. If I use the embedding, it takes forever probably because it is continuously spamming ollama with calls to
/api/embedone character at a time.@raydoomed commented on GitHub (Mar 7, 2025):
Yes, and you can't use LM studio either. Use ollama to open bypass embedding.