|
@@ -396,7 +396,8 @@ 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.pop("strategy", 'hi_res')
|
|
|
|
+ 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",
|
|
json={
|
|
json={
|