indexify 0.2.35__py3-none-any.whl → 0.2.36__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- indexify/executor/agent.py +2 -1
- {indexify-0.2.35.dist-info → indexify-0.2.36.dist-info}/METADATA +1 -1
- {indexify-0.2.35.dist-info → indexify-0.2.36.dist-info}/RECORD +6 -6
- {indexify-0.2.35.dist-info → indexify-0.2.36.dist-info}/LICENSE.txt +0 -0
- {indexify-0.2.35.dist-info → indexify-0.2.36.dist-info}/WHEEL +0 -0
- {indexify-0.2.35.dist-info → indexify-0.2.36.dist-info}/entry_points.txt +0 -0
indexify/executor/agent.py
CHANGED
@@ -310,9 +310,10 @@ class ExtractorAgent:
|
|
310
310
|
headers={"Content-Type": "application/json"},
|
311
311
|
) as event_source:
|
312
312
|
if not event_source.response.is_success:
|
313
|
+
resp = await event_source.response.aread()
|
313
314
|
logging.error(
|
314
315
|
f"failed to register",
|
315
|
-
resp=str(
|
316
|
+
resp=str(resp),
|
316
317
|
status_code=event_source.response.status_code,
|
317
318
|
)
|
318
319
|
await asyncio.sleep(5)
|
@@ -5,7 +5,7 @@ indexify/data_loaders/__init__.py,sha256=Y5NEuseTcYAICRiweYw5wBQ2m2YplbsY21I7df-
|
|
5
5
|
indexify/data_loaders/local_directory_loader.py,sha256=fCrgj5drnW71ZUdDDvcB1-VJjIs1w6Q8sEW0HSGSAiA,1247
|
6
6
|
indexify/data_loaders/url_loader.py,sha256=32SERljcq1Xsi4RdLz2dgyk2TER5pQPTtXl3gUzwHbY,1533
|
7
7
|
indexify/error.py,sha256=qAWr8R6AxPkjsxHSzXTc8zqYnNO_AjOqqYEPsQvF1Zs,238
|
8
|
-
indexify/executor/agent.py,sha256=
|
8
|
+
indexify/executor/agent.py,sha256=7fGywWXziuJkwNvqgyjMX3eKCv4XrpzDLkn0yoCALp8,14044
|
9
9
|
indexify/executor/api_objects.py,sha256=mvmwGbK4paJNQGFvbtNHMPpiH_LpVhrlRnCcrqS6HOQ,859
|
10
10
|
indexify/executor/downloader.py,sha256=dHLxoBnX8-Bh4yZtFDYptZNF6rlVtmTk_70JK8Ect5w,4184
|
11
11
|
indexify/executor/executor_tasks.py,sha256=A0UIEZ5VaB6zSkFQG81UmTW0E57MTYhGlaXuAbRV8lQ,1884
|
@@ -28,8 +28,8 @@ indexify/http_client.py,sha256=iLafZagCFnlTS6uHfOjInogjg0uXW_zXEspIN7ttB5I,15903
|
|
28
28
|
indexify/remote_graph.py,sha256=aox9NibZIU8YDiP92syerFSjiZc2jVPkF6g2kfqOvCA,5003
|
29
29
|
indexify/remote_pipeline.py,sha256=oqx57rSPszNS3DToXO_nf-CKqkCZWptm1u_p3orV_gQ,790
|
30
30
|
indexify/settings.py,sha256=Ny59mzYI4gbXoK8hjx66a_men6ndbd1J1zCTcKOoyzg,50
|
31
|
-
indexify-0.2.
|
32
|
-
indexify-0.2.
|
33
|
-
indexify-0.2.
|
34
|
-
indexify-0.2.
|
35
|
-
indexify-0.2.
|
31
|
+
indexify-0.2.36.dist-info/LICENSE.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
32
|
+
indexify-0.2.36.dist-info/METADATA,sha256=cz7LrjMiw617WSpDsEw2wecgXW36fXItd8sxEi0rzic,6197
|
33
|
+
indexify-0.2.36.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
34
|
+
indexify-0.2.36.dist-info/entry_points.txt,sha256=Pih7WV-XMpAzI5dEvROcpLr-ybVhd9Y-AtuzBKUdcDs,49
|
35
|
+
indexify-0.2.36.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|