mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
issue: Model can't access web search results despite seemingly successfully retrieving them #5672
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 @mateocovacho on GitHub (Jun 30, 2025).
Originally assigned to: @jackthgu on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.15
Ollama Version (if applicable)
No response
Operating System
Debian
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
Give an answer with the web search results taken into context
Actual Behavior
The models answer as if it expects a response but is given a blank one
However, it has access to the query result URLs, so a issue with the search engine can be ruled out
Steps to Reproduce
Activate websearch
Set it to duckduckgo or Searxng
Logs & Screenshots
Additional Information
No response
@mateocovacho commented on GitHub (Jun 30, 2025):
No special console logs btw
@jackthgu commented on GitHub (Jul 1, 2025):
Hello, @mateocovacho
regarding the web-search issue you reported, I suspect two main causes:
Based on this, please check the following:
In the backend logs, look for
tokens_prompt=. If it seems large, lowerWEB_SEARCH_RESULT_COUNTand try again.Test the BYPASS variables:
BYPASS_WEB_SEARCH_WEB_LOADER=True→ use only the URL snippet.BYPASS_WEB_SEARCH_EMBEDDING_AND_RETRIEVAL=True→ skip embedding and retrieval.Change the loader engine: modify the
WEB_LOADER_ENGINEvariable and test again.Run
curl <document_URL>; if access is blocked, sethttp_proxy/https_proxyand review theWEB_SEARCH_TRUST_ENVsetting.Please try these steps and let us know the results.
Thank you.
@rgaricano commented on GitHub (Jul 1, 2025):
& add
current date & time: {{CURRENT_DATETIME}}to your prompt, as I indicated in https://discord.com/channels/1170866489302188073/1389342833277669377