mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-19 04:10:26 -05:00
[GH-ISSUE #23746] issue: Data truncated when uploaded as a file, no issues when the file text is pasted into the prompt #90795
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 @huornlmj on GitHub (Apr 15, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23746
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.7.2 (latest)
Ollama Version (if applicable)
N/A
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When an HTML file is uploaded via open WebUI, the models should be able to observe all of the content in it without it being truncated.
Actual Behavior
The models are not able to see content in the file roughly past the mid point. If I just copy the full text from the HTML file and past it in with the prompt as normal, the model is able to see and cite all parts of the text, so it's not a context window issue. The file upload must be truncating the document.
Steps to Reproduce
Logs & Screenshots
The original html document has 7 numbered sections.
Additional Information
No response
@Classic298 commented on GitHub (Apr 15, 2026):
0.7.2 is not the latest and this looks like a user error. did you enable full context mode? looks like the RAG was at work
@huornlmj commented on GitHub (Apr 15, 2026):
@Classic298, thanks. I enabled full context mode. But there is an issue in the version tool. It clearly shows to me that 0.7.2 is the latest every time I click "Check for updates"
@Classic298 commented on GitHub (Apr 15, 2026):
You enabled offline more or disabled version Update checks.
You are on Open WebUI GitHub - go to the releases section. You will see you are 13 versions behind