Timothy J. Baek 7 ماه پیش
والد
کامیت
5017ca90ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 4 حذف شده
  1. 1 4
      backend/open_webui/apps/webui/routers/knowledge.py

+ 1 - 4
backend/open_webui/apps/webui/routers/knowledge.py

@@ -159,10 +159,7 @@ def add_file_to_knowledge_by_id(
     try:
         process_file(ProcessFileForm(file_id=form_data.file_id, collection_name=id))
     except Exception as e:
-        raise HTTPException(
-            status_code=status.HTTP_400_BAD_REQUEST,
-            detail=str(e),
-        )
+        log.debug(e)
 
     if knowledge:
         data = knowledge.data or {}