From 5f5097a1ce7b75fd017d816a0cd50cea1e73e0d9 Mon Sep 17 00:00:00 2001 From: shrutichy91 <100197562+shrutichy91@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:50:49 +0530 Subject: [PATCH] Fix: number of params in function call is mismatched with function definition --- backend/open_webui/routers/knowledge.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/open_webui/routers/knowledge.py b/backend/open_webui/routers/knowledge.py index 1fedab4466..ab768b7861 100644 --- a/backend/open_webui/routers/knowledge.py +++ b/backend/open_webui/routers/knowledge.py @@ -1058,7 +1058,6 @@ async def add_files_to_knowledge_batch( request=request, form_data=BatchProcessFilesForm(files=files, collection_name=id), user=user, - db=db, ) except Exception as e: log.error(