llama-cloud 0.1.41__py3-none-any.whl → 0.1.42__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.
Potentially problematic release.
This version of llama-cloud might be problematic. Click here for more details.
- llama_cloud/__init__.py +6 -0
- llama_cloud/resources/alpha/client.py +14 -30
- llama_cloud/resources/beta/client.py +455 -24
- llama_cloud/resources/organizations/client.py +18 -4
- llama_cloud/resources/parsing/client.py +56 -0
- llama_cloud/resources/pipelines/client.py +164 -0
- llama_cloud/types/__init__.py +6 -0
- llama_cloud/types/agent_data.py +1 -1
- llama_cloud/types/agent_deployment_summary.py +1 -2
- llama_cloud/types/api_key.py +43 -0
- llama_cloud/types/api_key_query_response.py +38 -0
- llama_cloud/types/api_key_type.py +17 -0
- llama_cloud/types/legacy_parse_job_config.py +3 -0
- llama_cloud/types/llama_parse_parameters.py +7 -0
- llama_cloud/types/organization.py +1 -0
- llama_cloud/types/parse_job_config.py +7 -0
- llama_cloud/types/quota_configuration_configuration_type.py +4 -0
- {llama_cloud-0.1.41.dist-info → llama_cloud-0.1.42.dist-info}/METADATA +1 -1
- {llama_cloud-0.1.41.dist-info → llama_cloud-0.1.42.dist-info}/RECORD +21 -18
- {llama_cloud-0.1.41.dist-info → llama_cloud-0.1.42.dist-info}/LICENSE +0 -0
- {llama_cloud-0.1.41.dist-info → llama_cloud-0.1.42.dist-info}/WHEEL +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
llama_cloud/__init__.py,sha256=
|
|
1
|
+
llama_cloud/__init__.py,sha256=D5E3XpRgWPP3FeZdrZPfOI0JmxcEwisHSvWp5NjL9Lw,26441
|
|
2
2
|
llama_cloud/client.py,sha256=GDYFdv8HLjksP7v9Srg2s0R1k_nouz2toh27EG3y110,6385
|
|
3
3
|
llama_cloud/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
|
|
4
4
|
llama_cloud/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
@@ -15,9 +15,9 @@ llama_cloud/resources/admin/client.py,sha256=iJClMzp6OQ_TOnAwgcPSb0BkEuuFeIq0r15
|
|
|
15
15
|
llama_cloud/resources/agent_deployments/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
16
16
|
llama_cloud/resources/agent_deployments/client.py,sha256=3EOzOjmRs4KISgJ566enq3FCuN3YtskjO0OHqQGtkQ0,6122
|
|
17
17
|
llama_cloud/resources/alpha/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
18
|
-
llama_cloud/resources/alpha/client.py,sha256=
|
|
18
|
+
llama_cloud/resources/alpha/client.py,sha256=OAnzukNHIWRgpuG4gTT7-dVFCogOwXc-NxpH3DULXuA,3801
|
|
19
19
|
llama_cloud/resources/beta/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
20
|
-
llama_cloud/resources/beta/client.py,sha256=
|
|
20
|
+
llama_cloud/resources/beta/client.py,sha256=9h0KmR_3yhjtoM3Ai0SeUXI_--xB7KaW1AnsD9aCnYA,116295
|
|
21
21
|
llama_cloud/resources/chat_apps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
22
22
|
llama_cloud/resources/chat_apps/client.py,sha256=orSI8rpQbUwVEToolEeiEi5Qe--suXFvfu6D9JDii5I,23595
|
|
23
23
|
llama_cloud/resources/classifier/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -57,11 +57,11 @@ llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_s
|
|
|
57
57
|
llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema.py,sha256=lBblR9zgjJsbWL-2bDisCj7EQiX6aky6GQ4tuMr3LtU,325
|
|
58
58
|
llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema_zero_value.py,sha256=4-ONLmkrEP36ZH0qRXp3sbXCtLVNQQX4dLXFeF4u47g,222
|
|
59
59
|
llama_cloud/resources/organizations/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
60
|
-
llama_cloud/resources/organizations/client.py,sha256=
|
|
60
|
+
llama_cloud/resources/organizations/client.py,sha256=hZ77wUJoQESh9vrWI-luCCSyr_-GmIp8xP7SHrp7a1Q,57243
|
|
61
61
|
llama_cloud/resources/parsing/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
62
|
-
llama_cloud/resources/parsing/client.py,sha256=
|
|
62
|
+
llama_cloud/resources/parsing/client.py,sha256=ThWqaL6vIf6lmB2ULd615dAbvVI8q69coi3-PnleqjE,91643
|
|
63
63
|
llama_cloud/resources/pipelines/__init__.py,sha256=zyvVEOF_krvEZkCIj_kZoMKfhDqHo_R32a1mv9CriQc,1193
|
|
64
|
-
llama_cloud/resources/pipelines/client.py,sha256=
|
|
64
|
+
llama_cloud/resources/pipelines/client.py,sha256=CDSwH8EOSpcyNYNcNDS-wjgO4YALMOEOJXPwL_mXyP0,142899
|
|
65
65
|
llama_cloud/resources/pipelines/types/__init__.py,sha256=C68NQ5QzA0dFXf9oePFFGmV1vn96jcAp-QAznSgoRYQ,1375
|
|
66
66
|
llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py,sha256=trI48WLxPcAqV9207Q6-3cj1nl4EGlZpw7En56ZsPgg,217
|
|
67
67
|
llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py,sha256=c8FF64fDrBMX_2RX4uY3CjbNc0Ss_AUJ4Eqs-KeV4Wc,2874
|
|
@@ -73,14 +73,17 @@ llama_cloud/resources/retrievers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-
|
|
|
73
73
|
llama_cloud/resources/retrievers/client.py,sha256=z2LhmA-cZVFzr9P6loeCZYnJbvSIk0QitFeVFp-IyZk,32126
|
|
74
74
|
llama_cloud/resources/users/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
75
75
|
llama_cloud/resources/users/client.py,sha256=A2s8e2syQHkkSwPz-Lrt_Zxp1K-8nqJqj5EafE6NWYs,5545
|
|
76
|
-
llama_cloud/types/__init__.py,sha256=
|
|
76
|
+
llama_cloud/types/__init__.py,sha256=dcaGQ6aoPvx2BHbPqSuq0Ukw6IgLwYJBTo9JZSvXAEU,32349
|
|
77
77
|
llama_cloud/types/advanced_mode_transform_config.py,sha256=4xCXye0_cPmVS1F8aNTx81sIaEPjQH9kiCCAIoqUzlI,1502
|
|
78
78
|
llama_cloud/types/advanced_mode_transform_config_chunking_config.py,sha256=wYbJnWLpeQDfhmDZz-wJfYzD1iGT5Jcxb9ga3mzUuvk,1983
|
|
79
79
|
llama_cloud/types/advanced_mode_transform_config_segmentation_config.py,sha256=anNGq0F5-IlbIW3kpC8OilzLJnUq5tdIcWHnRnmlYsg,1303
|
|
80
|
-
llama_cloud/types/agent_data.py,sha256=
|
|
80
|
+
llama_cloud/types/agent_data.py,sha256=DTXKkxyr-UVfYROZma4mxiX90rV27zRZMWu8p8Ldcgk,1225
|
|
81
81
|
llama_cloud/types/agent_deployment_list.py,sha256=7PWm2GHumo8CfqKU8fDRTJVDV4QQh8My1dhvBPO2zaA,1120
|
|
82
|
-
llama_cloud/types/agent_deployment_summary.py,sha256=
|
|
82
|
+
llama_cloud/types/agent_deployment_summary.py,sha256=xBjlWIrpoMJ-vE_4M2U_9s55Ix-DiBGZ14NF3r7LFY8,1559
|
|
83
83
|
llama_cloud/types/aggregate_group.py,sha256=LybxFl_1snA9VgG6f7sogwO7kYAwH_I88pkYc0oMOH0,1164
|
|
84
|
+
llama_cloud/types/api_key.py,sha256=fOLhC6Ks-ArxOPOLc3FuyjcOVdyKolPK7P-o2Cm2pmk,1327
|
|
85
|
+
llama_cloud/types/api_key_query_response.py,sha256=OW7eKFdybpR_ttImYxPPTt2qSNCeUfgexyv2EWGjR1M,1211
|
|
86
|
+
llama_cloud/types/api_key_type.py,sha256=4fCmbszI7b2STKkLs1H49MXxVLVaDRXW3H_LHrbOmOg,439
|
|
84
87
|
llama_cloud/types/auto_transform_config.py,sha256=HVeHZM75DMRznScqLTfrMwcZwIdyWPuaEYbPewnHqwc,1168
|
|
85
88
|
llama_cloud/types/azure_open_ai_embedding.py,sha256=MeDqZoPYFN7Nv_imY9cfqDU9SPlEyAY4HcQZ4PF5X3g,2264
|
|
86
89
|
llama_cloud/types/azure_open_ai_embedding_config.py,sha256=o1zZhzcGElH3SeixFErrm7P_WFHQ6LvrLem_nKJWunw,1170
|
|
@@ -227,13 +230,13 @@ llama_cloud/types/job_record.py,sha256=Z6sF9AruZJo-kTRgNufAWS3WK1yaEqop6kox1GpBY
|
|
|
227
230
|
llama_cloud/types/job_record_parameters.py,sha256=Oqxp5y0owPfjLc_NR7AYE8P3zM2PJo36N9olbyNl7AA,3425
|
|
228
231
|
llama_cloud/types/job_record_with_usage_metrics.py,sha256=iNV2do5TB_0e3PoOz_DJyAaM6Cn9G8KG-dGPGgEs5SY,1198
|
|
229
232
|
llama_cloud/types/l_lama_parse_transform_config.py,sha256=YQRJZvKh1Ee2FUyW_N0nqYJoW599qBgH3JCH9SH6YLo,1249
|
|
230
|
-
llama_cloud/types/legacy_parse_job_config.py,sha256=
|
|
233
|
+
llama_cloud/types/legacy_parse_job_config.py,sha256=T2T6FbsWuV9akyYNXy5yk7t3D-W6uWyF3Ua23O_bmdo,12973
|
|
231
234
|
llama_cloud/types/license_info_response.py,sha256=fE9vcWO8k92SBqb_wOyBu_16C61s72utA-SifEi9iBc,1192
|
|
232
235
|
llama_cloud/types/llama_extract_feature_availability.py,sha256=oHJ3OyHf2rXmZhBSQfxVNnCFOp8IMKx_28EffCIEbLU,1228
|
|
233
236
|
llama_cloud/types/llama_extract_mode_availability.py,sha256=UtpYxpdZ29u3UarhGzH89H5rurvZQtOqO6a44gMm9DM,1379
|
|
234
237
|
llama_cloud/types/llama_extract_mode_availability_status.py,sha256=_ildgVCsBdqOLD__qdEjcYxqgKunXhJ_VHUeqjZJX8c,566
|
|
235
238
|
llama_cloud/types/llama_extract_settings.py,sha256=mWMjXL9t7d-J051Y3iSMgT-qa1h8VvCKrpFFvqv3FHM,2779
|
|
236
|
-
llama_cloud/types/llama_parse_parameters.py,sha256=
|
|
239
|
+
llama_cloud/types/llama_parse_parameters.py,sha256=eaPEThvhnKuSl-kSm9e07tCnE2btGS2ZLTHzmdnD7NY,6953
|
|
237
240
|
llama_cloud/types/llama_parse_parameters_priority.py,sha256=EFRudtaID_s8rLKlfW8O8O9TDbpZdniIidK-xchhfRI,830
|
|
238
241
|
llama_cloud/types/llama_parse_supported_file_extensions.py,sha256=B_0N3f8Aq59W9FbsH50mGBUiyWTIXQjHFl739uAyaQw,11207
|
|
239
242
|
llama_cloud/types/llm_model_data.py,sha256=6rrycqGwlK3LZ2S-WtgmeomithdLhDCgwBBZQ5KLaso,1300
|
|
@@ -256,7 +259,7 @@ llama_cloud/types/none_segmentation_config.py,sha256=j3jUA6E8uFtwDMEu4TFG3Q4ZGCG
|
|
|
256
259
|
llama_cloud/types/object_type.py,sha256=psXN-tHmJxXbaLDYfumDA5vrZcdv2PR429z6jze0SsM,821
|
|
257
260
|
llama_cloud/types/open_ai_embedding.py,sha256=RQijkvKyzbISy92LnBSEpjmIU8p7kMpdc4sdx5-btrM,2042
|
|
258
261
|
llama_cloud/types/open_ai_embedding_config.py,sha256=Mquc0JrtCo8lVYA2WW7q0ZikS3HRkiMtzDFu5XA-20o,1143
|
|
259
|
-
llama_cloud/types/organization.py,sha256=
|
|
262
|
+
llama_cloud/types/organization.py,sha256=wlWIVVo1KeBz7zdjR3LKGiHfS123hCRhk3c1NCMred8,1532
|
|
260
263
|
llama_cloud/types/organization_create.py,sha256=hUXRwArIx_0D_lilpL7z-B0oJJ5yEX8Sbu2xqfH_9so,1086
|
|
261
264
|
llama_cloud/types/page_figure_metadata.py,sha256=0oasDkjnzoVQ4W-Ci0KoJHM0iHXTGvm3cbdVOgH9nHE,1588
|
|
262
265
|
llama_cloud/types/page_figure_node_with_score.py,sha256=VqNQx9RKmD_jY1kHPCvPjygshbfVLLSgtC5TX-Cy_cw,1208
|
|
@@ -275,7 +278,7 @@ llama_cloud/types/parse_configuration.py,sha256=mXjChoWseMnj-OEUUwkV-B5bUjPZ0SGf
|
|
|
275
278
|
llama_cloud/types/parse_configuration_create.py,sha256=3tnlIgHH_UgFFYP2OdVKyfIpa9mAzIzQxN4hDeazf3M,1467
|
|
276
279
|
llama_cloud/types/parse_configuration_filter.py,sha256=pObpFpnMq9CXfzZteY0S-2Lmj55mIdpQU4fZrEvgiZE,1260
|
|
277
280
|
llama_cloud/types/parse_configuration_query_response.py,sha256=h5L_E4NxPll8Nt47_PvfF93SMAuOlWl9q4_J9JZq6BM,1271
|
|
278
|
-
llama_cloud/types/parse_job_config.py,sha256=
|
|
281
|
+
llama_cloud/types/parse_job_config.py,sha256=nCHdCKSsb4Oxk913x1iVQkf5OZkNhyHhRE7ygv2rAwc,7416
|
|
279
282
|
llama_cloud/types/parse_job_config_priority.py,sha256=__-gVv1GzktVCYZVyl6zeDt0pAZwYl-mxM0xkIHPEro,800
|
|
280
283
|
llama_cloud/types/parse_plan_level.py,sha256=GBkDS19qfHseBa17EXfuTPNT4GNv5alyPrWEvWji3GY,528
|
|
281
284
|
llama_cloud/types/parser_languages.py,sha256=Ps3IlaSt6tyxEI657N3-vZL96r2puk8wsf31cWnO-SI,10840
|
|
@@ -330,7 +333,7 @@ llama_cloud/types/project_create.py,sha256=GxGmsXGJM-cHrvPFLktEkj9JtNsSdFae7-HPZ
|
|
|
330
333
|
llama_cloud/types/prompt_conf.py,sha256=hh8I3jxk3K6e5QZoBCLqszohMYtk73PERYoL36lLmTk,1660
|
|
331
334
|
llama_cloud/types/public_model_name.py,sha256=sKnedLmz7dS6U1PyT7qSjvoUuFpB2Q9HkXYjh16-EVw,4405
|
|
332
335
|
llama_cloud/types/quota_configuration.py,sha256=gTt2pLHhh9PpWxs1gtH1sTxM3Z6BBOAgSBI8AHCRoFI,2178
|
|
333
|
-
llama_cloud/types/quota_configuration_configuration_type.py,sha256=
|
|
336
|
+
llama_cloud/types/quota_configuration_configuration_type.py,sha256=6HQN4TO5zBkbWABfWu22F-5xjJF0jTWVGZdK36bSsso,1900
|
|
334
337
|
llama_cloud/types/quota_configuration_status.py,sha256=Lcmu1Ek9GAcj7LP8ciMzHrDcXvQ6eEFXEXOzG8v_HmE,580
|
|
335
338
|
llama_cloud/types/quota_rate_limit_configuration_value.py,sha256=pusvBUv-7FOCa5QCglNjIYtrHszbD1ppV1TtIRnX3kA,1363
|
|
336
339
|
llama_cloud/types/quota_rate_limit_configuration_value_denominator_units.py,sha256=0kKYJRjLwRvViwj3tjEYarmpJjHTh5J7kvv3gR-55MY,920
|
|
@@ -379,7 +382,7 @@ llama_cloud/types/vertex_embedding_mode.py,sha256=yY23FjuWU_DkXjBb3JoKV4SCMqel2B
|
|
|
379
382
|
llama_cloud/types/vertex_text_embedding.py,sha256=-C4fNCYfFl36ATdBMGFVPpiHIKxjk0KB1ERA2Ec20aU,1932
|
|
380
383
|
llama_cloud/types/webhook_configuration.py,sha256=E0QIuApBLlFGgdsy5VjGIkodclJvAxSO8y8n3DsGHrg,1398
|
|
381
384
|
llama_cloud/types/webhook_configuration_webhook_events_item.py,sha256=OL3moFO_6hsKZYSBQBsSHmWA0NgLcLJgBPZfABwT60c,2544
|
|
382
|
-
llama_cloud-0.1.
|
|
383
|
-
llama_cloud-0.1.
|
|
384
|
-
llama_cloud-0.1.
|
|
385
|
-
llama_cloud-0.1.
|
|
385
|
+
llama_cloud-0.1.42.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
|
|
386
|
+
llama_cloud-0.1.42.dist-info/METADATA,sha256=vErxIy1G7T_HC_CElPfrmjljgy4z0SBhFHRwvw-AiGw,2706
|
|
387
|
+
llama_cloud-0.1.42.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
388
|
+
llama_cloud-0.1.42.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|