jack 23 hours ago
parent
commit
b10d7ab143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      py/core/providers/ingestion/unstructured/base.py

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

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