mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #19538] issue: Batch file addition issue with Knowledge API (api/v1/knowledge/{id}/files/batch/add) #34447
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 @rohan0503 on GitHub (Nov 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19538
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.40
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
All files in the batch should be successfully added to the specified knowledge ID.
Actual Behavior
Failing with 500 - Internal Server Error
Steps to Reproduce
Logs & Screenshots
Additional Information
When using the api/v1/knowledge/{id}/files/batch/add endpoint, getting 500 - Internal Server Error
Works fine for single file addition endpoint: api/v1/knowledge/{id}/file/add
@tjbck commented on GitHub (Nov 27, 2025):
Addressed with
28659f6af5in dev.