jack 4 месяцев назад
Родитель
Сommit
e0a9f5a07d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      py/core/providers/ingestion/unstructured/base.py

+ 1 - 1
py/core/providers/ingestion/unstructured/base.py

@@ -142,7 +142,7 @@ class UnstructuredIngestionProvider(IngestionProvider):
         self.ocr_provider: MistralOCRProvider = ocr_provider
 
         self.client: UnstructuredClient | httpx.AsyncClient
-        config.provider = "unstructured_api"
+        #config.provider = "unstructured_api"
         if config.provider == "unstructured_api":
             try:
                 self.unstructured_api_auth = os.environ["UNSTRUCTURED_API_KEY"]