mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #16469] issue: With "Using Entire Document", document is not "Entire" #17919
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 @chdid on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16469
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.21
Ollama Version (if applicable)
No response
Operating System
ubuntu
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Have full document consideration when I check "Using Entire Document"
Actual Behavior
The document is partially processed.
Steps to Reproduce
Take a file with 800 entries.
Uncheck the "Paste large text as a file" box in the user settings.
Nominal OK case:
Unknown case
Check the "Paste large text as a file" box in the user settings.
The result is the same if we add the file manually and then check "Using Entire Document".
Logs & Screenshots
No problem in logs.
Documents in settings

Additional Information
No response
@frenzybiscuit commented on GitHub (Aug 11, 2025):
You realize LLM's can't count hundreds of entries, right?
Does this work for you outside this platform?
@chdid commented on GitHub (Aug 11, 2025):
That's what I initially thought.
I realize I need to be more specific with the example.
I'm using the qwen3 model.
The table used includes a list of 797 PCs with the name and type of PC.
The prompt is: "Count the number of PCs by type
The number of PCs is 797. Check the transmitted data."
If the table is pasted into the prompt, the count is OK.
If the table is attached, it only finds 290 or a similar number.
The LLM is indeed having difficulty processing so much data. What surprises me here is the difference in response between the version with the file and the copy-paste version into the prompt.
@tjbck commented on GitHub (Aug 11, 2025):
#16474