From 86a9d4fad66c6c6f6ae0452792ff03d7585a0231 Mon Sep 17 00:00:00 2001 From: i1046 Date: Fri, 28 Nov 2025 12:19:20 +0100 Subject: [PATCH] front + remove duplicate --- backend/open_webui/routers/retrieval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,