mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #14022] issue: web search is broken #32637
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 @EntropyYue on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14022
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.10
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The citation should be displayed normally and the model should correctly cite the context found in the search
Actual Behavior
The model cannot see the search results and the citations are not displayed
Steps to Reproduce
Conduct web search
Logs & Screenshots
Additional Information
The citations in the text upload works normally, and the model can also see the context
@Ithanil commented on GitHub (May 19, 2025):
Works for me (tried only with full-context mode):
If you are also using full-context, are you really sure your model can handle the context size from 29 web pages?
@EntropyYue commented on GitHub (May 19, 2025):
I did not use full context mode, and after testing, I found that my web search also does not work properly in full context mode
The citations are all empty, but they exist
Additionally, my model could handle 29 web pages under the rag in version 0.6.9
@Ithanil commented on GitHub (May 19, 2025):
Check if you find any error messages in the logs regarding content extraction of the sites.
@tjbck commented on GitHub (May 19, 2025):
Unable to reproduce from our end, what web search engine are you using?