1
0
Timothy Jaeryang Baek 5 сар өмнө
parent
commit
e63b8b3879

+ 1 - 1
backend/open_webui/retrieval/loaders/main.py

@@ -90,7 +90,7 @@ class TikaLoader:
         self.file_path = file_path
         self.mime_type = mime_type
 
-        self.exextract_images = extract_images
+        self.extract_images = extract_images
 
     def load(self) -> list[Document]:
         with open(self.file_path, "rb") as f: