mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
Issue: Web search has no effect on LLM output #5600
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 @banxia688 on GitHub (Jun 20, 2025).
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
0.6.14
Ollama Version (if applicable)
0.9.0
Operating System
mac os 15.1
Browser (if applicable)
Edge Version 131.0.2903.99 (Official build) (arm64)
Confirmation
README.md.Expected Behavior
LLM searched the websites and returned the information about websites.
Actual Behavior
Showed that searched 0 sites whatever the settings changed I mentioned below.
Steps to Reproduce
Logs & Screenshots
2025-06-19 22:22:39.520 | INFO | open_webui.routers.retrieval:process_web_search:1835 - trying to web search with ('google_pse', ['current temperature in Los Angeles City on June 19, 2025', 'weather forecast for Los Angeles City June 19, 2025', 'Los Angeles City weather updates June 19, 2025']) - {}
Fetching pages: 0%| | 0/1 [00:00<?, ?it/s]
2025-06-19 22:22:41.009 | WARNING | langchain_community.document_loaders.web_base:_fetch_with_rate_limit:271 - Error fetching , skipping due to continue_on_failure=True - {}
Fetching pages: 100%|#################################################| 1/1 [00:00<00:00, 896.99it/s]
2025-06-19 22:22:41.011 | INFO | open_webui.routers.retrieval:save_docs_to_vector_db:1121 - save_docs_to_vector_db: document web-search-3964f282b62d0d009711152fe398df8afd85af8434edffcf1fd1 - {}
Batches: 100%|█████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 12.67it/s]
Additional Information
I've created google pse engine and tested my api, it responded successfully on my browser, however, it failed on open-webui web searching.
I've browsed the issue such as #13453 #14305, and #14073, etc. But failed to fix the problem using the method mentioned in these issues(or discussion).
@tjbck commented on GitHub (Jun 20, 2025):
We're unable to reproduce, please do keep us updated with your troubleshooting journey.