jack 1 일 전
부모
커밋
d84eba196d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      py/core/providers/ingestion/unstructured/base.py

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

@@ -396,7 +396,8 @@ class UnstructuredIngestionProvider(IngestionProvider):
                 logger.info(
                     f"Sending a request to {self.local_unstructured_url}/partition"
                 )
-
+                ingestion_config.pop("strategy", 'hi_res')
+                print(ingestion_config)
                 response = await self.client.post(
                     f"{self.local_unstructured_url}/partition",
                     json={