Timothy Jaeryang Baek 3 miesięcy temu
rodzic
commit
413fa27b18
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      backend/open_webui/routers/retrieval.py

+ 0 - 1
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},
                 )