diff --git a/backend/open_webui/routers/retrieval.py b/backend/open_webui/routers/retrieval.py index 97fb3aef93..1e9d949c28 100644 --- a/backend/open_webui/routers/retrieval.py +++ b/backend/open_webui/routers/retrieval.py @@ -1629,7 +1629,7 @@ def process_file( file.id, {"bypass_rag": True} ) - Files.update_file_data_by_id(file.id, {"status": "completed"}) + return { "status": True, "collection_name": None,