mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
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 @athoik on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20925
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.7.3-dev-0dc74a8
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Firefox 147
Confirmation
README.md.Expected Behavior
Upload a file on KB, as usual.
Actual Behavior
Uploading KB file on latest dev 0dc74a8 fails with error Class 'open_webui.models.files.FileModel' is not mapped
Checkout the v0.7.2 commit
2b26355002and issue is not happening.Steps to Reproduce
Fresh install of latest dev on Debian 12 using SQLite and default Content Extraction Engine.
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Jan 25, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#20544 issue: Document uploading - Docling API
by n4gY1 • Jan 10, 2026 •
bug#20361 Issue: Large-scale model setting-related functionality fails.
by shentong0722 • Jan 04, 2026 •
bug#20730 issue: API to knowledge doesn't list files
by sigi77 • Jan 16, 2026 •
bug#20676 issue: Cloud models fail to use native tools
by 0x7CFE • Jan 15, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@silentoplayz commented on GitHub (Jan 25, 2026):
I can confirm this issue exists on the latest
devbranch and it's preventing me from using anything in Open WebUI that would use the RAG engine.@Classic298 commented on GitHub (Jan 25, 2026):
https://github.com/open-webui/open-webui/pull/20931
this should fix it