mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #17194] issue: The LLM fails to recognize large documents correctly on the first attempt. #18202
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 @Cyp9715 on GitHub (Sep 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17194
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.26
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Firefox 142.0.1
Confirmation
README.md.Expected Behavior
LLM models must correctly recognize all documents.
Actual Behavior
LLM models do not correctly recognize all documents. (First attempt)
Steps to Reproduce
please check video
This happens even when using the built-in vector DB, without using qdrant!
Logs & Screenshots
OpenWebUI Logs(Full version).txt
OpenWebUI Logs(Delete file content).txt
The log started at the beginning of the video and ended at the same time as the video.
Part of the personal information in the log has been modified.
Additional Information
I believe this is a problem with the embedding model. If I add a certain time delay through Pipelines, all files are correctly embedded and delivered without a single failure.
The presumed cause of the issue is as follows.:
This is the process I suspect is happening.(Or was it because of indexing asynchronous in the DB...)
and, this issue also appears when the embedding model is not deployed with vllm and the Sentence Transformer built into OpenWebUI is used instead.
Finally, this issue occurs not only when uploading multiple files but also when uploading a single, large-capacity file.(>=5MB)