diff --git a/backend/open_webui/routers/retrieval.py b/backend/open_webui/routers/retrieval.py index 001fdf8852..d57151b509 100644 --- a/backend/open_webui/routers/retrieval.py +++ b/backend/open_webui/routers/retrieval.py @@ -2482,7 +2482,6 @@ def process_files_batch( file_updates.append( FileUpdateForm( - id=file.id, hash=calculate_sha256_string(text_content), data={"content": text_content}, )