mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #23137] issue: process_file_batch has no keyword db #35422
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 @almajo on GitHub (Mar 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23137
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.8.11
Ollama Version (if applicable)
No response
Operating System
Mac
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The current code is is not working for the
process_files_batchfunction in knowledge. The function has no-keyword argumentdbin its definition but it is passed one inrouters/knowledge.py, line 1024. Leads to error on call.Actual Behavior
No error on call.
Steps to Reproduce
No need for running, this is a syntactical error that even the IDE highlights when going to the definition
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Mar 27, 2026):
is the same still true in .12?
@almajo commented on GitHub (Mar 27, 2026):
Oh wow didn't even see that a new one was released. But yes, it is on current main (5 min ago)
@tjbck commented on GitHub (Apr 1, 2026):
Addressed in dev.
@Classic298 commented on GitHub (Apr 1, 2026):
51b200c67b