mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #9007] Failure (and crashes) upon uploading & deleting files in knowledge base #30880
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 @sellerskyle on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9007
I am unable to upload files greater than ~1.5 MB to open webui knowledge bases. These files upload successfully when uploading them directly with prompts. When uploading files, it prints what is contained in 1 and then crashes. When trying to delete uploaded files from the knowledge base, it used to crash with the error provided in 2, then just with Delete of nonexisting embedding ID, but now crashes without logging anything to the console.
I am running OWUI v0.5.4 on Windows Server 2022 Standard using the Python installation method. I have also changed config according to this (https://docs.openwebui.com/tutorials/tips/reduce-ram-usage/) in case that could matter.
I am able to edit the source code to log out any important information that would be useful to debug this issue.
1
2