chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-02-05 00:07:45 -08:00
parent f6f8c08cb0
commit e41a2682f5
56 changed files with 355 additions and 29 deletions

View File

@@ -291,7 +291,7 @@ def add_file_to_knowledge_by_id(
process_file(
request,
ProcessFileForm(file_id=form_data.file_id, collection_name=id),
user=user
user=user,
)
except Exception as e:
log.debug(e)
@@ -376,7 +376,7 @@ def update_file_from_knowledge_by_id(
process_file(
request,
ProcessFileForm(file_id=form_data.file_id, collection_name=id),
user=user
user=user,
)
except Exception as e:
raise HTTPException(