llama-cloud 0.1.22__py3-none-any.whl → 0.1.24__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 -66
- llama_cloud/client.py +0 -3
- llama_cloud/resources/__init__.py +1 -18
- llama_cloud/resources/data_sources/__init__.py +2 -2
- llama_cloud/resources/data_sources/client.py +5 -5
- llama_cloud/resources/data_sources/types/__init__.py +1 -2
- llama_cloud/resources/files/__init__.py +0 -3
- llama_cloud/resources/files/client.py +18 -19
- llama_cloud/resources/jobs/client.py +8 -0
- llama_cloud/resources/llama_extract/__init__.py +0 -8
- llama_cloud/resources/llama_extract/client.py +92 -24
- llama_cloud/resources/llama_extract/types/__init__.py +0 -8
- llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py +2 -4
- llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py +2 -4
- llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py +2 -4
- llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py +2 -4
- llama_cloud/resources/organizations/client.py +14 -4
- llama_cloud/resources/parsing/client.py +8 -0
- llama_cloud/resources/pipelines/__init__.py +0 -2
- llama_cloud/resources/pipelines/client.py +43 -9
- llama_cloud/resources/pipelines/types/__init__.py +0 -2
- llama_cloud/types/__init__.py +6 -46
- llama_cloud/types/composite_retrieval_result.py +5 -1
- llama_cloud/types/data_source.py +2 -2
- llama_cloud/types/data_source_create.py +2 -2
- llama_cloud/types/extract_agent.py +2 -4
- llama_cloud/types/extract_job_create_data_schema_override.py +2 -4
- llama_cloud/types/extract_models.py +20 -8
- llama_cloud/types/extract_resultset.py +2 -2
- llama_cloud/types/extract_resultset_data.py +2 -4
- llama_cloud/types/extract_run.py +3 -4
- llama_cloud/types/extract_run_data.py +2 -4
- llama_cloud/types/extract_schema_validate_response.py +2 -2
- llama_cloud/types/file.py +3 -4
- llama_cloud/types/{llm_config_result.py → file_id_presigned_url.py} +9 -6
- llama_cloud/types/json_type.py +9 -0
- llama_cloud/types/legacy_parse_job_config.py +1 -0
- llama_cloud/types/llama_extract_settings.py +3 -1
- llama_cloud/types/llama_parse_parameters.py +1 -0
- llama_cloud/types/page_figure_metadata.py +1 -0
- llama_cloud/types/{llm_configs_response.py → page_figure_node_with_score.py} +9 -4
- llama_cloud/types/parse_job_config.py +1 -0
- llama_cloud/types/pipeline_data_source.py +2 -2
- llama_cloud/types/pipeline_file.py +5 -8
- llama_cloud/types/pipeline_file_create.py +2 -2
- llama_cloud/types/preset_retrieval_params.py +8 -0
- llama_cloud/types/retrieve_results.py +7 -1
- llama_cloud/types/supported_llm_model_names.py +20 -12
- llama_cloud/types/user_organization.py +1 -1
- llama_cloud/types/user_organization_delete.py +1 -0
- {llama_cloud-0.1.22.dist-info → llama_cloud-0.1.24.dist-info}/METADATA +2 -3
- {llama_cloud-0.1.22.dist-info → llama_cloud-0.1.24.dist-info}/RECORD +54 -86
- {llama_cloud-0.1.22.dist-info → llama_cloud-0.1.24.dist-info}/WHEEL +1 -1
- llama_cloud/resources/admin/__init__.py +0 -2
- llama_cloud/resources/admin/client.py +0 -78
- llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -7
- llama_cloud/resources/files/types/__init__.py +0 -7
- llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py +0 -7
- llama_cloud/resources/files/types/file_create_permission_info_value.py +0 -7
- llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -5
- llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema_zero_value.py +0 -7
- llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema_zero_value.py +0 -7
- llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py +0 -7
- llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py +0 -7
- llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -7
- llama_cloud/types/data_source_create_custom_metadata_value.py +0 -7
- llama_cloud/types/data_source_custom_metadata_value.py +0 -7
- llama_cloud/types/extract_agent_data_schema_value.py +0 -5
- llama_cloud/types/extract_job_create_data_schema_override_zero_value.py +0 -7
- llama_cloud/types/extract_resultset_data_item_value.py +0 -7
- llama_cloud/types/extract_resultset_data_zero_value.py +0 -7
- llama_cloud/types/extract_resultset_extraction_metadata_value.py +0 -7
- llama_cloud/types/extract_run_data_item_value.py +0 -5
- llama_cloud/types/extract_run_data_schema_value.py +0 -5
- llama_cloud/types/extract_run_data_zero_value.py +0 -5
- llama_cloud/types/extract_run_extraction_metadata_value.py +0 -7
- llama_cloud/types/extract_schema_validate_response_data_schema_value.py +0 -7
- llama_cloud/types/file_permission_info_value.py +0 -5
- llama_cloud/types/file_resource_info_value.py +0 -5
- llama_cloud/types/llm_config_result_llm_type.py +0 -33
- llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -7
- llama_cloud/types/pipeline_file_config_hash_value.py +0 -5
- llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -7
- llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -7
- llama_cloud/types/pipeline_file_permission_info_value.py +0 -7
- llama_cloud/types/pipeline_file_resource_info_value.py +0 -7
- {llama_cloud-0.1.22.dist-info → llama_cloud-0.1.24.dist-info}/LICENSE +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
llama_cloud/__init__.py,sha256=
|
|
2
|
-
llama_cloud/client.py,sha256=
|
|
1
|
+
llama_cloud/__init__.py,sha256=y-yWnZub4ff7Ud8sLH8oc5lrTh50aKd--RsynoMKJ2g,21779
|
|
2
|
+
llama_cloud/client.py,sha256=NuwtJJei6Wsa25GbYpxQnd_ZcD9_FxDJZp3Tu5OL914,5440
|
|
3
3
|
llama_cloud/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
|
|
4
4
|
llama_cloud/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
|
|
5
5
|
llama_cloud/core/client_wrapper.py,sha256=xmj0jCdQ0ySzbSqHUWOkpRRy069y74I_HuXkWltcsVM,1507
|
|
@@ -9,9 +9,7 @@ llama_cloud/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJ
|
|
|
9
9
|
llama_cloud/environment.py,sha256=feTjOebeFZMrBdnHat4RE5aHlpt-sJm4NhK4ntV1htI,167
|
|
10
10
|
llama_cloud/errors/__init__.py,sha256=pbbVUFtB9LCocA1RMWMMF_RKjsy5YkOKX5BAuE49w6g,170
|
|
11
11
|
llama_cloud/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBRdk4so_gCHjYT5PyZe6sM,313
|
|
12
|
-
llama_cloud/resources/__init__.py,sha256=
|
|
13
|
-
llama_cloud/resources/admin/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
14
|
-
llama_cloud/resources/admin/client.py,sha256=tIfM5KMJXRL0AUAm_s_fx5OzgqMUIxksjhCGuviQXQk,3080
|
|
12
|
+
llama_cloud/resources/__init__.py,sha256=jJ92S1Ue2Y14jyPXZ8scia_QytCQUeatMLI53iBnTjs,3221
|
|
15
13
|
llama_cloud/resources/beta/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
16
14
|
llama_cloud/resources/beta/client.py,sha256=eRB3mGmNxbhVGTtUpp-j-2APkHUoCbUckIz9coYjCsM,14666
|
|
17
15
|
llama_cloud/resources/chat_apps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -20,44 +18,34 @@ llama_cloud/resources/data_sinks/__init__.py,sha256=ZHUjn3HbKhq_7QS1q74r2m5RGKF5
|
|
|
20
18
|
llama_cloud/resources/data_sinks/client.py,sha256=GpD6FhbGqkg2oUToyMG6J8hPxG_iG7W5ZJRo0qg3yzk,20639
|
|
21
19
|
llama_cloud/resources/data_sinks/types/__init__.py,sha256=M1aTcufJwiEZo9B0KmYj9PfkSd6I1ooFt9tpIRGwgg8,168
|
|
22
20
|
llama_cloud/resources/data_sinks/types/data_sink_update_component.py,sha256=EWbsPt3k_w_vySf01iiFanyN7UVNzSOM3weHzx-Y_rk,809
|
|
23
|
-
llama_cloud/resources/data_sources/__init__.py,sha256=
|
|
24
|
-
llama_cloud/resources/data_sources/client.py,sha256=
|
|
25
|
-
llama_cloud/resources/data_sources/types/__init__.py,sha256=
|
|
21
|
+
llama_cloud/resources/data_sources/__init__.py,sha256=pXSZUdZozOtkmEz_DfBAtyBjoZvNrnq2t2xLZWL-CrU,151
|
|
22
|
+
llama_cloud/resources/data_sources/client.py,sha256=zZaVuHXipv36URjUJ1ywBBRA1iJzOKRjFkLvGKNZdeM,21691
|
|
23
|
+
llama_cloud/resources/data_sources/types/__init__.py,sha256=rDap-DzmRRO8fFNI8ARBSd7k4uXaERtYZk6D2t2_37Y,174
|
|
26
24
|
llama_cloud/resources/data_sources/types/data_source_update_component.py,sha256=u9sYcs3A4ZDzKjWCH3W9xIXCcLkZkVZxwoFOhEluqJU,1173
|
|
27
|
-
llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py,sha256=3aFC-p8MSxjhOu2nFtqk0pixj6RqNqcFnbOYngUdZUk,215
|
|
28
25
|
llama_cloud/resources/embedding_model_configs/__init__.py,sha256=cXDtKKq-gj7yjFjdQ5GrGyPs-T5tRV_0JjUMGlAbdUs,1115
|
|
29
26
|
llama_cloud/resources/embedding_model_configs/client.py,sha256=2JDvZJtSger9QJ8luPct-2zvwjaJAR8VcKsTZ1wgYTE,17769
|
|
30
27
|
llama_cloud/resources/embedding_model_configs/types/__init__.py,sha256=6-rcDwJhw_0shz3CjrPvlYBYXJJ1bLn-PpplhOsQ79w,1156
|
|
31
28
|
llama_cloud/resources/embedding_model_configs/types/embedding_model_config_create_embedding_config.py,sha256=SQCHJk0AmBbKS5XKdcEJxhDhIMLQCmCI13IHC28v7vQ,3054
|
|
32
29
|
llama_cloud/resources/evals/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
33
30
|
llama_cloud/resources/evals/client.py,sha256=v2AyeQV0hVgC6xoP2gJNgneJMaeXALV1hIeirYGxlPw,3242
|
|
34
|
-
llama_cloud/resources/files/__init__.py,sha256=
|
|
35
|
-
llama_cloud/resources/files/client.py,sha256=
|
|
36
|
-
llama_cloud/resources/files/types/__init__.py,sha256=EPYENAwkjBWv1MLf8s7R5-RO-cxZ_8NPrqfR4ZoR7jY,418
|
|
37
|
-
llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py,sha256=Wc8wFgujOO5pZvbbh2TMMzpa37GKZd14GYNJ9bdq7BE,214
|
|
38
|
-
llama_cloud/resources/files/types/file_create_permission_info_value.py,sha256=KPCFuEaa8NiB85A5MfdXRAQ0poAUTl7Feg6BTfmdWas,209
|
|
39
|
-
llama_cloud/resources/files/types/file_create_resource_info_value.py,sha256=R7Y-CJf7fnbvIqE3xOI5XOrmPwLbVJLC7zpxMu8Zopk,201
|
|
31
|
+
llama_cloud/resources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
32
|
+
llama_cloud/resources/files/client.py,sha256=XJZev5MrAHg0rWJdRo46vPQNcc4j_f7OR1RkwQsBGg4,50165
|
|
40
33
|
llama_cloud/resources/jobs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
41
|
-
llama_cloud/resources/jobs/client.py,sha256=
|
|
42
|
-
llama_cloud/resources/llama_extract/__init__.py,sha256=
|
|
43
|
-
llama_cloud/resources/llama_extract/client.py,sha256=
|
|
44
|
-
llama_cloud/resources/llama_extract/types/__init__.py,sha256=
|
|
45
|
-
llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py,sha256=
|
|
46
|
-
llama_cloud/resources/llama_extract/types/
|
|
47
|
-
llama_cloud/resources/llama_extract/types/
|
|
48
|
-
llama_cloud/resources/llama_extract/types/
|
|
49
|
-
llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py,sha256=GykJ1BBecRtWYD3ZPi1YINqrr-me_pyr2w_4Ei4QOZQ,351
|
|
50
|
-
llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py,sha256=7zXOgTYUwVAeyYeqWvX69m-7mhvK0V9cBRvgqVSd0X0,228
|
|
51
|
-
llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py,sha256=uMqpKJdCmUNtryS2bkQTNA1AgDlWdtsBOP31iMt3zNA,346
|
|
52
|
-
llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py,sha256=cUS7ez5r0Vx8T7SxwLYptZMmvpT5JoDVMyn54Q6VL-g,227
|
|
34
|
+
llama_cloud/resources/jobs/client.py,sha256=gv_N8e0lay7cjt6MCwx-Cj4FiCXKhbyCDaWbadaJpgY,6270
|
|
35
|
+
llama_cloud/resources/llama_extract/__init__.py,sha256=G3CKRcgSi0Efmj2yi77MleM0c-lsPOPCdsOMr2-rnHo,425
|
|
36
|
+
llama_cloud/resources/llama_extract/client.py,sha256=XU9FyO4Q6R61VOYDRjwddhJWhONZncJ5R9-JE6iEHZY,66605
|
|
37
|
+
llama_cloud/resources/llama_extract/types/__init__.py,sha256=iKeS2hoMxAPcqaOPi85L2tX-Xlb-yiCpUn_20E-faBg,590
|
|
38
|
+
llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py,sha256=xhck4E_oMf-bq7Fuk98FBs3rXlvLfJQD6RRoovPWXXc,216
|
|
39
|
+
llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py,sha256=W13DF2zfxPrUmEIk-eBEoau5p__DqLTFubOvShHA9xg,216
|
|
40
|
+
llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py,sha256=beukLSluMOGwLChIhD6pzq3DXO82yHeJmLm61iufIZU,227
|
|
41
|
+
llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py,sha256=8_CNF3bCvQpKNvBWPenrDr6yg2a_F6RgHme_FRo4_tk,226
|
|
53
42
|
llama_cloud/resources/organizations/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
54
|
-
llama_cloud/resources/organizations/client.py,sha256=
|
|
43
|
+
llama_cloud/resources/organizations/client.py,sha256=CdrdNdB9R-bOsNqZ4Jbm1BzG1RafXMFjuCsrVYf2OrE,56567
|
|
55
44
|
llama_cloud/resources/parsing/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
56
|
-
llama_cloud/resources/parsing/client.py,sha256=
|
|
57
|
-
llama_cloud/resources/pipelines/__init__.py,sha256=
|
|
58
|
-
llama_cloud/resources/pipelines/client.py,sha256=
|
|
59
|
-
llama_cloud/resources/pipelines/types/__init__.py,sha256=
|
|
60
|
-
llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py,sha256=trI48WLxPcAqV9207Q6-3cj1nl4EGlZpw7En56ZsPgg,217
|
|
45
|
+
llama_cloud/resources/parsing/client.py,sha256=5xa47aiBNAjZzvKJNfmu5vM0ODuDzpWt-6SPOYTwhSg,78491
|
|
46
|
+
llama_cloud/resources/pipelines/__init__.py,sha256=l6IJefud8a7ddjv6UE40HI4qjJOLqPN8BQu0jjqYHOo,995
|
|
47
|
+
llama_cloud/resources/pipelines/client.py,sha256=qYOtc8D5YG9EQsGExuuQa5kAB-uI5p_BIJYcZ03d_70,131804
|
|
48
|
+
llama_cloud/resources/pipelines/types/__init__.py,sha256=PO5Bmt5SjGin87VeIKLpGt7fZJL8SLsoNMlhWaD6ziA,1063
|
|
61
49
|
llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py,sha256=c8FF64fDrBMX_2RX4uY3CjbNc0Ss_AUJ4Eqs-KeV4Wc,2874
|
|
62
50
|
llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py,sha256=KbkyULMv-qeS3qRd31ia6pd5rOdypS0o2UL42NRcA7E,321
|
|
63
51
|
llama_cloud/resources/projects/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
@@ -68,7 +56,7 @@ llama_cloud/resources/reports/types/__init__.py,sha256=LfwDYrI4RcQu-o42iAe7HkcwH
|
|
|
68
56
|
llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py,sha256=Qh-MSeRvDBfNb5hoLELivv1pLtrYVf52WVoP7G8V34A,807
|
|
69
57
|
llama_cloud/resources/retrievers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
|
|
70
58
|
llama_cloud/resources/retrievers/client.py,sha256=z2LhmA-cZVFzr9P6loeCZYnJbvSIk0QitFeVFp-IyZk,32126
|
|
71
|
-
llama_cloud/types/__init__.py,sha256=
|
|
59
|
+
llama_cloud/types/__init__.py,sha256=dcP-Wg5PniP7UuyCipUkLgUtggg3YsQPGHwO1NytfJA,26098
|
|
72
60
|
llama_cloud/types/advanced_mode_transform_config.py,sha256=4xCXye0_cPmVS1F8aNTx81sIaEPjQH9kiCCAIoqUzlI,1502
|
|
73
61
|
llama_cloud/types/advanced_mode_transform_config_chunking_config.py,sha256=wYbJnWLpeQDfhmDZz-wJfYzD1iGT5Jcxb9ga3mzUuvk,1983
|
|
74
62
|
llama_cloud/types/advanced_mode_transform_config_segmentation_config.py,sha256=anNGq0F5-IlbIW3kpC8OilzLJnUq5tdIcWHnRnmlYsg,1303
|
|
@@ -115,7 +103,7 @@ llama_cloud/types/cloud_slack_data_source.py,sha256=tlsNj-hDj1gWmM0Q2A1BeyolfaPg
|
|
|
115
103
|
llama_cloud/types/cohere_embedding.py,sha256=wkv_fVCA1WEroGawzPFExwmiJ75gPfzeeemty7NBlsM,1579
|
|
116
104
|
llama_cloud/types/cohere_embedding_config.py,sha256=c0Kj1wuSsBX9TQ2AondKv5ZtX5PmkivsHj6P0M7tVB4,1142
|
|
117
105
|
llama_cloud/types/composite_retrieval_mode.py,sha256=PtN0vQ90xyAJL4vyGRG4lMNOpnJ__2L1xiwosI9yfms,548
|
|
118
|
-
llama_cloud/types/composite_retrieval_result.py,sha256=
|
|
106
|
+
llama_cloud/types/composite_retrieval_result.py,sha256=EulVseVvpK50kto4wQweLO7jJe6l6Ym1erKa4dOl4CU,1801
|
|
119
107
|
llama_cloud/types/composite_retrieved_text_node.py,sha256=eTQ99cdZ2PASff5n4oVV1oaNiS9Ie3AtY_E55kBYpBs,1702
|
|
120
108
|
llama_cloud/types/composite_retrieved_text_node_with_score.py,sha256=o-HvmyjqODc68zYuobtj10_62FMBAKRLfRoTHGDdmxw,1148
|
|
121
109
|
llama_cloud/types/configurable_data_sink_names.py,sha256=0Yk9i8hcNXKCcSKpa5KwsCwy_EDeodqbny7qmF86_lM,1225
|
|
@@ -125,12 +113,10 @@ llama_cloud/types/data_sink.py,sha256=PeexYHHoD8WkVp9WsFtfC-AIWszcgeJUprG1bwC8Ws
|
|
|
125
113
|
llama_cloud/types/data_sink_component.py,sha256=uvuxLY3MPDpv_bkT0y-tHSZVPRSHCkDBDHVff-036Dg,749
|
|
126
114
|
llama_cloud/types/data_sink_create.py,sha256=dAaFPCwZ5oX0Fbf7ij62dzSaYnrhj3EHmnLnYnw2KgI,1360
|
|
127
115
|
llama_cloud/types/data_sink_create_component.py,sha256=8QfNKSTJV_sQ0nJxlpfh0fBkMTSnQD1DTJR8ZMYaesI,755
|
|
128
|
-
llama_cloud/types/data_source.py,sha256=
|
|
116
|
+
llama_cloud/types/data_source.py,sha256=LFwsdbD4RaFB3NVlszYZRVbaSiwWgvVPIyblQgxxym8,1702
|
|
129
117
|
llama_cloud/types/data_source_component.py,sha256=yfXHoeHaqUMum7fIs3tZB0pOFMhDbAq7oCJtnob0gWY,1077
|
|
130
|
-
llama_cloud/types/data_source_create.py,sha256=
|
|
118
|
+
llama_cloud/types/data_source_create.py,sha256=EpFfACt3QfvlFF2ddcSjHMEgEBNHaF-wq2TQ3K43g7I,1496
|
|
131
119
|
llama_cloud/types/data_source_create_component.py,sha256=-P4FGv9Xg951n-77_bb-2_CF-33ZXcUkw52LPQNunBY,1083
|
|
132
|
-
llama_cloud/types/data_source_create_custom_metadata_value.py,sha256=ejSsQNbszYQaUWFh9r9kQpHf88qbhuRv1SI9J_MOSC0,215
|
|
133
|
-
llama_cloud/types/data_source_custom_metadata_value.py,sha256=pTZn5yjZYmuOhsLABFJOKZblZUkRqo1CqLAuP5tKji4,209
|
|
134
120
|
llama_cloud/types/data_source_update_dispatcher_config.py,sha256=Sh6HhXfEV2Z6PYhkYQucs2MxyKVpL3UPV-I4cbf--bA,1242
|
|
135
121
|
llama_cloud/types/delete_params.py,sha256=1snPrd3WO9C1bKf0WdMslE2HQMF0yYLI3U7N53cmurM,1285
|
|
136
122
|
llama_cloud/types/document_block.py,sha256=OYKd5M3LgJ0Cz0K0YNuVRoHz9HcUdVuf2Vcqku8fck4,1116
|
|
@@ -144,36 +130,25 @@ llama_cloud/types/embedding_model_config_embedding_config.py,sha256=9rmfeiJYhBPm
|
|
|
144
130
|
llama_cloud/types/embedding_model_config_update.py,sha256=BiA1KbFT-TSvy5OEyChd0dgDnQCKfBRxsDTvVKNj10Q,1175
|
|
145
131
|
llama_cloud/types/embedding_model_config_update_embedding_config.py,sha256=mrXFxzb9GRaH4UUnOe_05-uYUuiTgDDCRadAMbPmGgc,2991
|
|
146
132
|
llama_cloud/types/eval_execution_params.py,sha256=ntVaJh5SMZMPL4QLUiihVjUlg2SKbrezvbMKGlrF66Q,1369
|
|
147
|
-
llama_cloud/types/extract_agent.py,sha256=
|
|
148
|
-
llama_cloud/types/extract_agent_data_schema_value.py,sha256=UaDQ2KjajLDccW7F4NKdfpefeTJrr1hl0c95WRETYkM,201
|
|
133
|
+
llama_cloud/types/extract_agent.py,sha256=tISaR2wKT15Yvko4nDZzDl4p81aLUqPSFRBRJ6B8qgE,1689
|
|
149
134
|
llama_cloud/types/extract_config.py,sha256=tCVzcctlEaO4tx0ikAv0OyfiDDhiiynR2FYILgOCCe4,1936
|
|
150
135
|
llama_cloud/types/extract_job.py,sha256=Yx4fDdCdylAji2LPTwqflVpz1o9slpj9tTLS93-1tzU,1431
|
|
151
136
|
llama_cloud/types/extract_job_create.py,sha256=UK1mBIKyflo7e6m1MxMN95pLscj67jH_yvs8EvmBXqU,1545
|
|
152
|
-
llama_cloud/types/extract_job_create_data_schema_override.py,sha256=
|
|
153
|
-
llama_cloud/types/extract_job_create_data_schema_override_zero_value.py,sha256=HHEYxOSQXXyBYOiUQg_qwfQtXFj-OtThMwbUDBIgZU0,223
|
|
137
|
+
llama_cloud/types/extract_job_create_data_schema_override.py,sha256=byfpBXJqCmpTeA01iyQxRbNcAMUC3ZMiY_CiNccOxQ0,213
|
|
154
138
|
llama_cloud/types/extract_mode.py,sha256=DwTMzDq3HHJop_fxQelHEE_k8UcdDz-W_v_Oj2WWXLk,931
|
|
155
|
-
llama_cloud/types/extract_models.py,sha256=
|
|
156
|
-
llama_cloud/types/extract_resultset.py,sha256=
|
|
157
|
-
llama_cloud/types/extract_resultset_data.py,sha256=
|
|
158
|
-
llama_cloud/types/
|
|
159
|
-
llama_cloud/types/
|
|
160
|
-
llama_cloud/types/
|
|
161
|
-
llama_cloud/types/extract_run.py,sha256=wjjt1kwMLouLq8CyA0RTnEzNIiWfPAw10mgPwXHNAV8,2368
|
|
162
|
-
llama_cloud/types/extract_run_data.py,sha256=Y24NhSSXSHDOI3qtETs9Iln5y3p5kCl4LB5F_RIoUj4,385
|
|
163
|
-
llama_cloud/types/extract_run_data_item_value.py,sha256=jbR5Yo3bGwHw72OJJ1l5NGTngE-rC2Jxd5b6BrNKzOc,197
|
|
164
|
-
llama_cloud/types/extract_run_data_schema_value.py,sha256=C4uNdNQHBrkribgmR6nxOQpRo1eydYJ78a0lm7B-e4o,199
|
|
165
|
-
llama_cloud/types/extract_run_data_zero_value.py,sha256=uWbiHJUlEi3TiwwBOskZRTQuUSt8udNXmD-wGdqcKkw,197
|
|
166
|
-
llama_cloud/types/extract_run_extraction_metadata_value.py,sha256=tBbPk7mkNWvjej8b8-hv9_BY6StTCMtrZHWUXANJBaU,213
|
|
167
|
-
llama_cloud/types/extract_schema_validate_response.py,sha256=EVSeXsljZC-gIpdXr16khI4kbZbc3jU-7rKVp5F_SQk,1170
|
|
168
|
-
llama_cloud/types/extract_schema_validate_response_data_schema_value.py,sha256=lX9RbBHcmBRagA-K7x1he8EEmmNCiAs-tHumGfPvFVQ,224
|
|
139
|
+
llama_cloud/types/extract_models.py,sha256=GrNd7MPOfB7G4zzAtfTPfLw2EKJFoY_NJ9hbd-wZQfU,1519
|
|
140
|
+
llama_cloud/types/extract_resultset.py,sha256=Ip3hhiWXTDQdipHbLmh-d2KIbjGZN5O_rs0BlBbtFgo,1531
|
|
141
|
+
llama_cloud/types/extract_resultset_data.py,sha256=9CdkxI19lXkWdTVbwndVOlYXtLug6IcBRyvH1WqCnH0,258
|
|
142
|
+
llama_cloud/types/extract_run.py,sha256=e3VkuN40gJjFJtujWdzLNZ2Bf3FKUH2Crw2a5U2IHfE,2204
|
|
143
|
+
llama_cloud/types/extract_run_data.py,sha256=VgVvEjFJx4O8gMJEVCEVCv6xmBQi98pYAAedtyk-E_k,252
|
|
144
|
+
llama_cloud/types/extract_schema_validate_response.py,sha256=Vnv7a5pO0F-yfY4eQuGaD0OQz_BBukdQMvYsko9BH1Q,1057
|
|
169
145
|
llama_cloud/types/extract_state.py,sha256=TNeVAXXKZaiM2srlbQlzRSn4_TDpR4xyT_yQhJUxFvk,775
|
|
170
146
|
llama_cloud/types/extract_target.py,sha256=Gt-FNqblzcjdfq1hxsqEjWWu-HNLXdKy4w98nog52Ms,478
|
|
171
147
|
llama_cloud/types/fail_page_mode.py,sha256=n4fgPpiEB5siPoEg0Sux4COg7ElNybjshxDoUihZwRU,786
|
|
172
|
-
llama_cloud/types/file.py,sha256=
|
|
148
|
+
llama_cloud/types/file.py,sha256=MS-y6ej6uxg3i6iUZ4IZuEYj7XOs5m9PMn8-FFK4gZQ,1702
|
|
173
149
|
llama_cloud/types/file_count_by_status_response.py,sha256=WuorbZvKjDs9Ql1hUiQu4gN5iCm8d6fr92KLyHpRvQU,1356
|
|
150
|
+
llama_cloud/types/file_id_presigned_url.py,sha256=Yr_MGFKbuBEHK4efRSK53fHcoo5bbAKnqQGGhMycUc0,1398
|
|
174
151
|
llama_cloud/types/file_parse_public.py,sha256=sshZ0BcjHMGpuz4ylSurv0K_3ejfPrUGGyDxBHCtdMg,1378
|
|
175
|
-
llama_cloud/types/file_permission_info_value.py,sha256=RyQlNbhvIKS87Ywu7XUaw5jDToZX64M9Wqzu1U_q2Us,197
|
|
176
|
-
llama_cloud/types/file_resource_info_value.py,sha256=g6T6ELeLK9jgcvX6r-EuAl_4JkwnyqdS0RRoabMReSU,195
|
|
177
152
|
llama_cloud/types/filter_condition.py,sha256=YEc-NaZbMha4oZVSKerZ6-gNYriNOZmTHTRMKX-9Ju0,678
|
|
178
153
|
llama_cloud/types/filter_operator.py,sha256=tY_DWFVOoLrqDc-soJcSFvUL-MsltK6iLSK7IKK-TPs,2439
|
|
179
154
|
llama_cloud/types/free_credits_usage.py,sha256=TPktesYpM5gVeBXPbRFun19XaPJo-dIu0Xbrg-iX8qE,1052
|
|
@@ -191,16 +166,14 @@ llama_cloud/types/job_names.py,sha256=WacongwoJygg_gCyYjPsOVv3cmVtRaX633JNgFxy-d
|
|
|
191
166
|
llama_cloud/types/job_record.py,sha256=7hdDPZU11EG8g6_9iq6vy-zqLEryeC7i8fZ-CkUB_xQ,2084
|
|
192
167
|
llama_cloud/types/job_record_parameters.py,sha256=Oqxp5y0owPfjLc_NR7AYE8P3zM2PJo36N9olbyNl7AA,3425
|
|
193
168
|
llama_cloud/types/job_record_with_usage_metrics.py,sha256=iNV2do5TB_0e3PoOz_DJyAaM6Cn9G8KG-dGPGgEs5SY,1198
|
|
169
|
+
llama_cloud/types/json_type.py,sha256=MpvFxKYd2DjIqD4RIJhndu2WpbvB9V-SoIkD0bp9vRY,254
|
|
194
170
|
llama_cloud/types/l_lama_parse_transform_config.py,sha256=YQRJZvKh1Ee2FUyW_N0nqYJoW599qBgH3JCH9SH6YLo,1249
|
|
195
|
-
llama_cloud/types/legacy_parse_job_config.py,sha256=
|
|
196
|
-
llama_cloud/types/llama_extract_settings.py,sha256=
|
|
171
|
+
llama_cloud/types/legacy_parse_job_config.py,sha256=4cC-p4d5bwkKnn_VZBuf7pCpwGFaD0QyJd5cPicaryY,11801
|
|
172
|
+
llama_cloud/types/llama_extract_settings.py,sha256=bHtF5AD0r896-248e7WKthcbbvrAUdptZrENP2Ed4LM,2388
|
|
197
173
|
llama_cloud/types/llama_index_core_base_llms_types_chat_message.py,sha256=NelHo-T-ebVMhRKsqE_xV8AJW4c7o6lS0uEQnPsmTwg,1365
|
|
198
174
|
llama_cloud/types/llama_index_core_base_llms_types_chat_message_blocks_item.py,sha256=-aL8fh-w2Xf4uQs_LHzb3q6LL_onLAcVzCR5yMI4qJw,1571
|
|
199
|
-
llama_cloud/types/llama_parse_parameters.py,sha256=
|
|
175
|
+
llama_cloud/types/llama_parse_parameters.py,sha256=Ap-F-8giC0pa45blPxMLNHJ-3zEgJc1zrNM1a9NWErs,5826
|
|
200
176
|
llama_cloud/types/llama_parse_supported_file_extensions.py,sha256=B_0N3f8Aq59W9FbsH50mGBUiyWTIXQjHFl739uAyaQw,11207
|
|
201
|
-
llama_cloud/types/llm_config_result.py,sha256=rruY77YClxo6X7gUFyknmMHoBFI-sWYMsdlSUvMn83I,1127
|
|
202
|
-
llama_cloud/types/llm_config_result_llm_type.py,sha256=yrijlC2f1egNDx-tCvDVp68pFmGaJZvVE_D1vS2wA34,1032
|
|
203
|
-
llama_cloud/types/llm_configs_response.py,sha256=TQ9RLkOzdY-8k0l1NNUZNUl83dmKks0gOQvhj-4hRZs,1073
|
|
204
177
|
llama_cloud/types/llm_model_data.py,sha256=6rrycqGwlK3LZ2S-WtgmeomithdLhDCgwBBZQ5KLaso,1300
|
|
205
178
|
llama_cloud/types/llm_parameters.py,sha256=RTKYt09lm9a1MlnBfYuTP2x_Ww4byUNNc1TqIel5O1Y,1377
|
|
206
179
|
llama_cloud/types/load_files_job_config.py,sha256=R5sFgFmV__0mqLUuD7dkFoBJHG2ZLw5px9zRapvYcpE,1069
|
|
@@ -220,7 +193,8 @@ llama_cloud/types/open_ai_embedding.py,sha256=RQijkvKyzbISy92LnBSEpjmIU8p7kMpdc4
|
|
|
220
193
|
llama_cloud/types/open_ai_embedding_config.py,sha256=Mquc0JrtCo8lVYA2WW7q0ZikS3HRkiMtzDFu5XA-20o,1143
|
|
221
194
|
llama_cloud/types/organization.py,sha256=p8mYRqSsGxw17AmdW8x8nP7P1UbdpYkwr51WTIjTVLw,1467
|
|
222
195
|
llama_cloud/types/organization_create.py,sha256=hUXRwArIx_0D_lilpL7z-B0oJJ5yEX8Sbu2xqfH_9so,1086
|
|
223
|
-
llama_cloud/types/page_figure_metadata.py,sha256=
|
|
196
|
+
llama_cloud/types/page_figure_metadata.py,sha256=0oasDkjnzoVQ4W-Ci0KoJHM0iHXTGvm3cbdVOgH9nHE,1588
|
|
197
|
+
llama_cloud/types/page_figure_node_with_score.py,sha256=VqNQx9RKmD_jY1kHPCvPjygshbfVLLSgtC5TX-Cy_cw,1208
|
|
224
198
|
llama_cloud/types/page_screenshot_metadata.py,sha256=lobrq0AsOr8sDwMgA9ytop8lRmRFvJW2oiql3yLvbjM,1328
|
|
225
199
|
llama_cloud/types/page_screenshot_node_with_score.py,sha256=EdqoXbmARCz1DV14E2saCPshIeII709uM4cLwxw_mkM,1232
|
|
226
200
|
llama_cloud/types/page_segmentation_config.py,sha256=VH8uuxnubnJak1gSpS64OoMueHidhsDB-2eq2tVHbag,998
|
|
@@ -229,7 +203,7 @@ llama_cloud/types/paginated_jobs_history_with_metrics.py,sha256=Bxy6N0x0FARJhgwN
|
|
|
229
203
|
llama_cloud/types/paginated_list_cloud_documents_response.py,sha256=MsjS0SWlT0syELDck4x2sxxR3_NC1e6QTdepgVmK9aY,1341
|
|
230
204
|
llama_cloud/types/paginated_list_pipeline_files_response.py,sha256=2TKR2oHSQRyLMqWz1qQBSIvz-ZJb8U_94367lwOJ2S4,1317
|
|
231
205
|
llama_cloud/types/paginated_report_response.py,sha256=o79QhQi9r0HZZrhvRlA6WGjxtyPuxN0xONhwXSwxtcs,1104
|
|
232
|
-
llama_cloud/types/parse_job_config.py,sha256=
|
|
206
|
+
llama_cloud/types/parse_job_config.py,sha256=ajTNaLdfsuaimwL2PobOrTKvIe75SbSdIrDzJkFqp1U,6307
|
|
233
207
|
llama_cloud/types/parse_plan_level.py,sha256=GBkDS19qfHseBa17EXfuTPNT4GNv5alyPrWEvWji3GY,528
|
|
234
208
|
llama_cloud/types/parser_languages.py,sha256=Ps3IlaSt6tyxEI657N3-vZL96r2puk8wsf31cWnO-SI,10840
|
|
235
209
|
llama_cloud/types/parsing_history_item.py,sha256=_MVzf43t84PbmjOzsMLZ_NBoyiisigLWz-fr0ZxU63g,1183
|
|
@@ -249,20 +223,14 @@ llama_cloud/types/pipeline_configuration_hashes.py,sha256=7_MbOcPWV6iyMflJeXoo9v
|
|
|
249
223
|
llama_cloud/types/pipeline_create.py,sha256=PKchM5cxkidXVFv2qON0uVh5lv8aqsy5OrZvT5UzqTU,2496
|
|
250
224
|
llama_cloud/types/pipeline_create_embedding_config.py,sha256=PQqmVBFUyZXYKKBmVQF2zPsGp1L6rje6g3RtXEcdfc8,2811
|
|
251
225
|
llama_cloud/types/pipeline_create_transform_config.py,sha256=HP6tzLsw_pomK1Ye2PYCS_XDZK_TMgg22mz17_zYKFg,303
|
|
252
|
-
llama_cloud/types/pipeline_data_source.py,sha256=
|
|
226
|
+
llama_cloud/types/pipeline_data_source.py,sha256=RoelTd9sE80zLr182feQhRLxhH7k3qwGbbwASCdWueA,2290
|
|
253
227
|
llama_cloud/types/pipeline_data_source_component.py,sha256=c_R2aBl7XXsfJ_ZuK_-PXzzL2nDI4jrbJ0BStlzp87Y,1085
|
|
254
228
|
llama_cloud/types/pipeline_data_source_create.py,sha256=wMsymqB-YGyf3jdQr-N5ODVG6v0w68EMxGBNdQXeJe0,1178
|
|
255
|
-
llama_cloud/types/pipeline_data_source_custom_metadata_value.py,sha256=8n3r60sxMx4_udW0yzJZxzyWeK6L3cc2-jLGZFW4EDs,217
|
|
256
229
|
llama_cloud/types/pipeline_data_source_status.py,sha256=BD4xoftwp9lWC8EjJTnf3boIG_AyzjLPuP4qJxGhmcc,1039
|
|
257
230
|
llama_cloud/types/pipeline_deployment.py,sha256=eVBrz032aPb2cqtIIVYT5MTHQvBNm89XazoNrRWVugo,1356
|
|
258
231
|
llama_cloud/types/pipeline_embedding_config.py,sha256=mpeJ6bOMvRUO12VTYbcHmgJ3ssHNKAUQMrF06j2t7Lc,2721
|
|
259
|
-
llama_cloud/types/pipeline_file.py,sha256
|
|
260
|
-
llama_cloud/types/
|
|
261
|
-
llama_cloud/types/pipeline_file_create.py,sha256=yoMIzWED0ktKerE48kgzInBa3d0aNGO5JjTtDTDAn4A,1310
|
|
262
|
-
llama_cloud/types/pipeline_file_create_custom_metadata_value.py,sha256=olVj5yhQFx1QqWO1Wv9d6AtL-YyYO9_OYtOfcD2ZeGY,217
|
|
263
|
-
llama_cloud/types/pipeline_file_custom_metadata_value.py,sha256=ClFphYDNlHxeyLF5BWxIUhs2rooS0Xtqxr_Ae8dn8zE,211
|
|
264
|
-
llama_cloud/types/pipeline_file_permission_info_value.py,sha256=a9yfg5n9po0-4ljGx8DtJoeLBwWFpaEk9ZQUN195BXg,211
|
|
265
|
-
llama_cloud/types/pipeline_file_resource_info_value.py,sha256=s3uFGQNwlUEr-X4TJZkW_kMBvX3h1sXRJoYlJRvHSDc,209
|
|
232
|
+
llama_cloud/types/pipeline_file.py,sha256=-oDXuaeuLi1nhBuzh0zCy04xUtClcmpa_lRv_nk1Z-c,2206
|
|
233
|
+
llama_cloud/types/pipeline_file_create.py,sha256=ZC-RgQuppN6ZBQbZoZiMDxYHm9VPMaZCgPVRGnR1lKQ,1219
|
|
266
234
|
llama_cloud/types/pipeline_file_status.py,sha256=7AJOlwqZVcsk6aPF6Q-x7UzjdzdBj4FeXAZ4m35Bb5M,1003
|
|
267
235
|
llama_cloud/types/pipeline_file_update_dispatcher_config.py,sha256=PiJ1brbKGyq07GmD2VouFfm_Y3KShiyhBXJkwFJsKXw,1222
|
|
268
236
|
llama_cloud/types/pipeline_file_updater_config.py,sha256=KMHBYpH3fYDQaDVvxVgckosiWz0Dl3v5dC53Cgnmtb8,1761
|
|
@@ -275,7 +243,7 @@ llama_cloud/types/plan_limits.py,sha256=WAbDbRl8gsQxvhmuVB0YT8mry-0uKg6c66uivypp
|
|
|
275
243
|
llama_cloud/types/playground_session.py,sha256=F8u2KZL2YaOrsT-o1n4zbhyPxSsoduc3ZCzQB8AecFA,1858
|
|
276
244
|
llama_cloud/types/pooling.py,sha256=5Fr6c8rx9SDWwWzEvD78suob2d79ktodUtLUAUHMbP8,651
|
|
277
245
|
llama_cloud/types/preset_composite_retrieval_params.py,sha256=yEf1pk4Wz5J6SxgB8elklwuyVDCRSZqfWC6x3hJUS4Q,1366
|
|
278
|
-
llama_cloud/types/preset_retrieval_params.py,sha256=
|
|
246
|
+
llama_cloud/types/preset_retrieval_params.py,sha256=pMKMIJkFuUvEKOAG3VDoMWzQf30Xlt2RYrTbKSEefSI,2198
|
|
279
247
|
llama_cloud/types/presigned_url.py,sha256=-DOQo7XKvUsl-9Gz7fX6VOHdQLzGH2XRau24ASvG92E,1275
|
|
280
248
|
llama_cloud/types/progress_event.py,sha256=Bk73A8geTVaq0ze5pMnbkAmx7FSOHQIixYCpCas_dcY,1684
|
|
281
249
|
llama_cloud/types/progress_event_status.py,sha256=yb4RAXwOKU6Bi7iyYy-3lwhF6_mLz0ZFyGjxIdaByoE,893
|
|
@@ -303,7 +271,7 @@ llama_cloud/types/report_state.py,sha256=gjexexoT8GaCamGKvfwivKrfRtvdhEtwSLkAt-j
|
|
|
303
271
|
llama_cloud/types/report_state_event.py,sha256=_wf-Cl_skJdrag-7h11tz-HIy1jed_GIG3c-ksuAjT4,1270
|
|
304
272
|
llama_cloud/types/report_update_event.py,sha256=uLRC79U3pvZ5-kY6pOseQyX1MNH-0m80GUtzpjd6mkI,1270
|
|
305
273
|
llama_cloud/types/retrieval_mode.py,sha256=wV9q3OdHTuyDWbJCGdxq9Hw6U95WFlJcaMq6KWSTzyw,910
|
|
306
|
-
llama_cloud/types/retrieve_results.py,sha256=
|
|
274
|
+
llama_cloud/types/retrieve_results.py,sha256=rHArmu05K3NvIQepHX5nsVOfcMsZj3MaIcPkTC6mD_8,2375
|
|
307
275
|
llama_cloud/types/retriever.py,sha256=ZItPsorL8x1XjtJT49ZodaMqU8h2GfwlB4U4cgnfZkM,1626
|
|
308
276
|
llama_cloud/types/retriever_create.py,sha256=WyUR9DRzu3Q9tzKEeXCdQuzCY6WKi9ADJkZea9rqvxU,1286
|
|
309
277
|
llama_cloud/types/retriever_pipeline.py,sha256=F1pZDxg8JdQXRHE6ciFezd7a-Wv5bHplPcGDED-J4b0,1330
|
|
@@ -315,7 +283,7 @@ llama_cloud/types/status_enum.py,sha256=cUBIlys89E8PUzmVqqawu7qTDF0aRqBwiijOmRDP
|
|
|
315
283
|
llama_cloud/types/struct_mode.py,sha256=ROicwjXfFmgVU8_xSVxJlnFUzRNKG5VIEF1wYg9uOPU,1020
|
|
316
284
|
llama_cloud/types/struct_parse_conf.py,sha256=WlL8y0IBvdzGsDtFUlEZLzoUODwmOWAJi0viS9unL18,2297
|
|
317
285
|
llama_cloud/types/supported_llm_model.py,sha256=hubSopFICVNEegbJbtbpK6zRHwFPwUNtrw_NAw_3bfg,1380
|
|
318
|
-
llama_cloud/types/supported_llm_model_names.py,sha256=
|
|
286
|
+
llama_cloud/types/supported_llm_model_names.py,sha256=PXL0gA1lc0GJNzZHnjOscoxHpPW787A8Adh-2egAKo8,2512
|
|
319
287
|
llama_cloud/types/text_block.py,sha256=X154sQkSyposXuRcEWNp_tWcDQ-AI6q_-MfJUN5exP8,958
|
|
320
288
|
llama_cloud/types/text_node.py,sha256=Tq3QmuKC5cIHvC9wAtvhsXl1g2sACs2yJwQ0Uko8GSU,2846
|
|
321
289
|
llama_cloud/types/text_node_relationships_value.py,sha256=qmXURTk1Xg7ZDzRSSV1uDEel0AXRLohND5ioezibHY0,217
|
|
@@ -326,16 +294,16 @@ llama_cloud/types/usage_metric_response.py,sha256=ukvtNZLeLacv-5F0-GQ5wTBZOPUPEj
|
|
|
326
294
|
llama_cloud/types/usage_response.py,sha256=o0u15PGNQmOOie4kJFfc4Rw0jKGLckBJdH0NCAfT8_k,1499
|
|
327
295
|
llama_cloud/types/usage_response_active_alerts_item.py,sha256=5EgU7go_CPe2Bmio12MwDoJaMnaMW0XjFNvVks0BhQY,1255
|
|
328
296
|
llama_cloud/types/user_job_record.py,sha256=mJHdokJsemXJOwM2l7fsW3X0SlwSNcy7yHbcXZHh3I4,1098
|
|
329
|
-
llama_cloud/types/user_organization.py,sha256=
|
|
297
|
+
llama_cloud/types/user_organization.py,sha256=yKewpOrMcB-CbujGNTjkX6QiWYr5HVsRIFQ-WX8kp2I,1729
|
|
330
298
|
llama_cloud/types/user_organization_create.py,sha256=Zj57s9xuYVnLW2p8i4j2QORL-G1y7Ab3avXE1baERQY,1189
|
|
331
|
-
llama_cloud/types/user_organization_delete.py,sha256=
|
|
299
|
+
llama_cloud/types/user_organization_delete.py,sha256=bEfgQMdTd6oAMZXtvSm5BhZahG1wAVDBXZ8e7V9UN7w,1159
|
|
332
300
|
llama_cloud/types/user_organization_role.py,sha256=vTM5pYG9NJpTQACn8vzSIt01Ul6jEHCVmyR3vV0isPg,1512
|
|
333
301
|
llama_cloud/types/validation_error.py,sha256=yZDLtjUHDY5w82Ra6CW0H9sLAr18R0RY1UNgJKR72DQ,1084
|
|
334
302
|
llama_cloud/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
|
|
335
303
|
llama_cloud/types/vertex_ai_embedding_config.py,sha256=DvQk2xMJFmo54MEXTzoM4KSADyhGm_ygmFyx6wIcQdw,1159
|
|
336
304
|
llama_cloud/types/vertex_embedding_mode.py,sha256=yY23FjuWU_DkXjBb3JoKV4SCMqel2BaIMltDqGnIowU,1217
|
|
337
305
|
llama_cloud/types/vertex_text_embedding.py,sha256=-C4fNCYfFl36ATdBMGFVPpiHIKxjk0KB1ERA2Ec20aU,1932
|
|
338
|
-
llama_cloud-0.1.
|
|
339
|
-
llama_cloud-0.1.
|
|
340
|
-
llama_cloud-0.1.
|
|
341
|
-
llama_cloud-0.1.
|
|
306
|
+
llama_cloud-0.1.24.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
|
|
307
|
+
llama_cloud-0.1.24.dist-info/METADATA,sha256=HEUGYFCw-kGeyXGt9eheXWq9zuAimNOGlTULtNv3Bfs,1143
|
|
308
|
+
llama_cloud-0.1.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
309
|
+
llama_cloud-0.1.24.dist-info/RECORD,,
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import urllib.parse
|
|
4
|
-
from json.decoder import JSONDecodeError
|
|
5
|
-
|
|
6
|
-
from ...core.api_error import ApiError
|
|
7
|
-
from ...core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
|
|
8
|
-
from ...errors.unprocessable_entity_error import UnprocessableEntityError
|
|
9
|
-
from ...types.http_validation_error import HttpValidationError
|
|
10
|
-
from ...types.llm_configs_response import LlmConfigsResponse
|
|
11
|
-
|
|
12
|
-
try:
|
|
13
|
-
import pydantic
|
|
14
|
-
if pydantic.__version__.startswith("1."):
|
|
15
|
-
raise ImportError
|
|
16
|
-
import pydantic.v1 as pydantic # type: ignore
|
|
17
|
-
except ImportError:
|
|
18
|
-
import pydantic # type: ignore
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
class AdminClient:
|
|
22
|
-
def __init__(self, *, client_wrapper: SyncClientWrapper):
|
|
23
|
-
self._client_wrapper = client_wrapper
|
|
24
|
-
|
|
25
|
-
def get_llm_configs(self) -> LlmConfigsResponse:
|
|
26
|
-
"""
|
|
27
|
-
from llama_cloud.client import LlamaCloud
|
|
28
|
-
|
|
29
|
-
client = LlamaCloud(
|
|
30
|
-
token="YOUR_TOKEN",
|
|
31
|
-
)
|
|
32
|
-
client.admin.get_llm_configs()
|
|
33
|
-
"""
|
|
34
|
-
_response = self._client_wrapper.httpx_client.request(
|
|
35
|
-
"GET",
|
|
36
|
-
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llm-configs"),
|
|
37
|
-
headers=self._client_wrapper.get_headers(),
|
|
38
|
-
timeout=60,
|
|
39
|
-
)
|
|
40
|
-
if 200 <= _response.status_code < 300:
|
|
41
|
-
return pydantic.parse_obj_as(LlmConfigsResponse, _response.json()) # type: ignore
|
|
42
|
-
if _response.status_code == 422:
|
|
43
|
-
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
44
|
-
try:
|
|
45
|
-
_response_json = _response.json()
|
|
46
|
-
except JSONDecodeError:
|
|
47
|
-
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
48
|
-
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
class AsyncAdminClient:
|
|
52
|
-
def __init__(self, *, client_wrapper: AsyncClientWrapper):
|
|
53
|
-
self._client_wrapper = client_wrapper
|
|
54
|
-
|
|
55
|
-
async def get_llm_configs(self) -> LlmConfigsResponse:
|
|
56
|
-
"""
|
|
57
|
-
from llama_cloud.client import AsyncLlamaCloud
|
|
58
|
-
|
|
59
|
-
client = AsyncLlamaCloud(
|
|
60
|
-
token="YOUR_TOKEN",
|
|
61
|
-
)
|
|
62
|
-
await client.admin.get_llm_configs()
|
|
63
|
-
"""
|
|
64
|
-
_response = await self._client_wrapper.httpx_client.request(
|
|
65
|
-
"GET",
|
|
66
|
-
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llm-configs"),
|
|
67
|
-
headers=self._client_wrapper.get_headers(),
|
|
68
|
-
timeout=60,
|
|
69
|
-
)
|
|
70
|
-
if 200 <= _response.status_code < 300:
|
|
71
|
-
return pydantic.parse_obj_as(LlmConfigsResponse, _response.json()) # type: ignore
|
|
72
|
-
if _response.status_code == 422:
|
|
73
|
-
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
74
|
-
try:
|
|
75
|
-
_response_json = _response.json()
|
|
76
|
-
except JSONDecodeError:
|
|
77
|
-
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
78
|
-
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from .file_create_from_url_resource_info_value import FileCreateFromUrlResourceInfoValue
|
|
4
|
-
from .file_create_permission_info_value import FileCreatePermissionInfoValue
|
|
5
|
-
from .file_create_resource_info_value import FileCreateResourceInfoValue
|
|
6
|
-
|
|
7
|
-
__all__ = ["FileCreateFromUrlResourceInfoValue", "FileCreatePermissionInfoValue", "FileCreateResourceInfoValue"]
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import enum
|
|
4
|
-
import typing
|
|
5
|
-
|
|
6
|
-
T_Result = typing.TypeVar("T_Result")
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
class LlmConfigResultLlmType(str, enum.Enum):
|
|
10
|
-
OPENAI = "openai"
|
|
11
|
-
ANTHROPIC = "anthropic"
|
|
12
|
-
GEMINI = "gemini"
|
|
13
|
-
AWS_BEDROCK = "aws_bedrock"
|
|
14
|
-
AZURE_OPENAI = "azure_openai"
|
|
15
|
-
|
|
16
|
-
def visit(
|
|
17
|
-
self,
|
|
18
|
-
openai: typing.Callable[[], T_Result],
|
|
19
|
-
anthropic: typing.Callable[[], T_Result],
|
|
20
|
-
gemini: typing.Callable[[], T_Result],
|
|
21
|
-
aws_bedrock: typing.Callable[[], T_Result],
|
|
22
|
-
azure_openai: typing.Callable[[], T_Result],
|
|
23
|
-
) -> T_Result:
|
|
24
|
-
if self is LlmConfigResultLlmType.OPENAI:
|
|
25
|
-
return openai()
|
|
26
|
-
if self is LlmConfigResultLlmType.ANTHROPIC:
|
|
27
|
-
return anthropic()
|
|
28
|
-
if self is LlmConfigResultLlmType.GEMINI:
|
|
29
|
-
return gemini()
|
|
30
|
-
if self is LlmConfigResultLlmType.AWS_BEDROCK:
|
|
31
|
-
return aws_bedrock()
|
|
32
|
-
if self is LlmConfigResultLlmType.AZURE_OPENAI:
|
|
33
|
-
return azure_openai()
|