Fix: number of params in function call is mismatched with function definition

This commit is contained in:
shrutichy91 2026-02-23 17:50:49 +05:30 committed by GitHub
parent 55c489146c
commit 5f5097a1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(