mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18290] Web Search returns incomplete or inconsistent results #34084
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 @aimendenche-nw on GitHub (Oct 13, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18290
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.32
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The Web Search tool should retrieve multiple relevant sources from the web.
The assistant should generate context-rich answers with proper citations or summarized context from all retrieved URLs.
Actual Behavior
When using the built-in Web Search feature in OpenWebUI, search results are often incomplete, inconsistent, or truncated, the assistant retrieves only a few sources and generates short, low-context answers.
Only 1–2 sources are fetched for most queries (even general ones).
The assistant gives very short answers without context or depth.
Steps to Reproduce
Open the chat UI and ask any query .
Observe that only 1–2 sources are fetched and the answer is very short.
Logs & Screenshots
Additional Information
No response
@aimendenche-nw commented on GitHub (Oct 13, 2025):
Hello @tjbck do you know about this and if there is a quick fix for this issue?
Thanks!