llama-cloud 0.1.20__py3-none-any.whl → 0.1.21__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.

Files changed (30) hide show
  1. llama_cloud/__init__.py +2 -124
  2. llama_cloud/resources/__init__.py +2 -41
  3. llama_cloud/resources/data_sinks/__init__.py +2 -18
  4. llama_cloud/resources/data_sinks/client.py +94 -2
  5. llama_cloud/resources/data_sinks/types/__init__.py +2 -18
  6. llama_cloud/resources/data_sinks/types/data_sink_update_component.py +7 -65
  7. llama_cloud/resources/data_sources/__init__.py +2 -30
  8. llama_cloud/resources/data_sources/types/__init__.py +1 -28
  9. llama_cloud/resources/data_sources/types/data_source_update_component.py +23 -2
  10. llama_cloud/resources/pipelines/client.py +14 -0
  11. llama_cloud/types/__init__.py +4 -102
  12. llama_cloud/types/cloud_jira_data_source.py +4 -0
  13. llama_cloud/types/data_sink_component.py +7 -65
  14. llama_cloud/types/data_sink_create_component.py +7 -65
  15. llama_cloud/types/data_source_component.py +23 -2
  16. llama_cloud/types/data_source_create_component.py +23 -2
  17. llama_cloud/types/extract_config.py +3 -0
  18. llama_cloud/types/pipeline.py +2 -0
  19. llama_cloud/types/pipeline_data_source_component.py +23 -2
  20. llama_cloud/types/pipeline_status.py +17 -0
  21. llama_cloud/types/prompt_conf.py +1 -0
  22. llama_cloud/types/supported_llm_model.py +1 -2
  23. {llama_cloud-0.1.20.dist-info → llama_cloud-0.1.21.dist-info}/METADATA +5 -3
  24. {llama_cloud-0.1.20.dist-info → llama_cloud-0.1.21.dist-info}/RECORD +26 -29
  25. {llama_cloud-0.1.20.dist-info → llama_cloud-0.1.21.dist-info}/WHEEL +1 -1
  26. llama_cloud/resources/data_sources/types/data_source_update_component_one.py +0 -122
  27. llama_cloud/types/data_source_component_one.py +0 -122
  28. llama_cloud/types/data_source_create_component_one.py +0 -122
  29. llama_cloud/types/pipeline_data_source_component_one.py +0 -122
  30. {llama_cloud-0.1.20.dist-info → llama_cloud-0.1.21.dist-info}/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
- llama_cloud/__init__.py,sha256=s-lFAxrFhNEl37oyxblJHYULm3ZnnKhHbtNokZccy4s,29239
1
+ llama_cloud/__init__.py,sha256=LY7rGZhiQwpQG72OHDir1GGwPpY18UKTow2wVENeRxs,24071
2
2
  llama_cloud/client.py,sha256=L8gEXB8nVlGVgfncfdLaS1j4b-1wExV4TqElUwayvtQ,5759
3
3
  llama_cloud/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
4
  llama_cloud/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
@@ -9,22 +9,21 @@ 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=saw8nMiWXuaipSh_oS2Y2W42Vqh2bRV-JWEVhRGMk-4,5551
12
+ llama_cloud/resources/__init__.py,sha256=HtolWK2lPTVGGUPiblTNksYZW1bR6oBIlYJezusxg-4,4067
13
13
  llama_cloud/resources/beta/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
14
14
  llama_cloud/resources/beta/client.py,sha256=eRB3mGmNxbhVGTtUpp-j-2APkHUoCbUckIz9coYjCsM,14666
15
15
  llama_cloud/resources/chat_apps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
16
16
  llama_cloud/resources/chat_apps/client.py,sha256=orSI8rpQbUwVEToolEeiEi5Qe--suXFvfu6D9JDii5I,23595
17
17
  llama_cloud/resources/component_definitions/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
18
18
  llama_cloud/resources/component_definitions/client.py,sha256=YYfoXNa1qim2OdD5y4N5mvoBZKtrCuXS560mtqH_-1c,7569
19
- llama_cloud/resources/data_sinks/__init__.py,sha256=g-_jaeCcwtdsWxI1KoY4DUYeV0RutNbsPF_hvxI3C1U,641
20
- llama_cloud/resources/data_sinks/client.py,sha256=i3EK_f-66V9pL9XWQY7A6prFVzQ_4DbesaJlm_MbT4M,17753
21
- llama_cloud/resources/data_sinks/types/__init__.py,sha256=PoNjdY3qDCnID3y00dVKy0B_nOgKt80uBE8rifJSr4Y,662
22
- llama_cloud/resources/data_sinks/types/data_sink_update_component.py,sha256=jSMVBQWeMw2BJQA-rviqC6a4PexBulmFg8IdzkqKVvQ,2284
23
- llama_cloud/resources/data_sources/__init__.py,sha256=o3JSGGw1IGSLg_E219fFVlVCCzBuTqlnAl-yoQS3nME,1235
19
+ llama_cloud/resources/data_sinks/__init__.py,sha256=ZHUjn3HbKhq_7QS1q74r2m5RGKF5lxcvF2P6pGvpcis,147
20
+ llama_cloud/resources/data_sinks/client.py,sha256=GpD6FhbGqkg2oUToyMG6J8hPxG_iG7W5ZJRo0qg3yzk,20639
21
+ llama_cloud/resources/data_sinks/types/__init__.py,sha256=M1aTcufJwiEZo9B0KmYj9PfkSd6I1ooFt9tpIRGwgg8,168
22
+ 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=McURkcNBGHXH1hmRDRmZI1dRzJrekCTHZsgv03r2oZI,227
24
24
  llama_cloud/resources/data_sources/client.py,sha256=SZFm8bW5nkaXringdSnmxHqvVjKM7cNNOtqVXjgTKhc,21855
25
- llama_cloud/resources/data_sources/types/__init__.py,sha256=DW9OPbY-rJpvUbwqexHDheHnxCdHbxAnYcy3N14J2S8,1348
26
- llama_cloud/resources/data_sources/types/data_source_update_component.py,sha256=8MoJgdjYmN5WqntDpMXX34WJsf-Wsn0gYw_0t9SOTTA,257
27
- llama_cloud/resources/data_sources/types/data_source_update_component_one.py,sha256=BeXgQB9aRR88S_pRlU5Ru5HBVorumM1oTq-zer0uCyE,3742
25
+ llama_cloud/resources/data_sources/types/__init__.py,sha256=Cd5xEECTzXqQSfJALfJPSjudlSLeb3RENeJVi8vwPbM,303
26
+ llama_cloud/resources/data_sources/types/data_source_update_component.py,sha256=u9sYcs3A4ZDzKjWCH3W9xIXCcLkZkVZxwoFOhEluqJU,1173
28
27
  llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py,sha256=3aFC-p8MSxjhOu2nFtqk0pixj6RqNqcFnbOYngUdZUk,215
29
28
  llama_cloud/resources/embedding_model_configs/__init__.py,sha256=cXDtKKq-gj7yjFjdQ5GrGyPs-T5tRV_0JjUMGlAbdUs,1115
30
29
  llama_cloud/resources/embedding_model_configs/client.py,sha256=2JDvZJtSger9QJ8luPct-2zvwjaJAR8VcKsTZ1wgYTE,17769
@@ -56,7 +55,7 @@ llama_cloud/resources/organizations/client.py,sha256=OGSVpkfY5wu8-22IFWVmtbYSDiy
56
55
  llama_cloud/resources/parsing/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
57
56
  llama_cloud/resources/parsing/client.py,sha256=QoRN6Zie7jSY3qAhRa6OnCdYg4e62SkunFQ3NJWLWcs,76711
58
57
  llama_cloud/resources/pipelines/__init__.py,sha256=Mx7p3jDZRLMltsfywSufam_4AnHvmAfsxtMHVI72e-8,1083
59
- llama_cloud/resources/pipelines/client.py,sha256=tbsu83f8uTLv0jzGl9Y4gPL04deLkKUrWjLgxJOekBo,128812
58
+ llama_cloud/resources/pipelines/client.py,sha256=3sBLSIR5iY-rH5usZUM6dTWjbIEiL62Up15wbsWAzn4,129436
60
59
  llama_cloud/resources/pipelines/types/__init__.py,sha256=jjaMc0V3K1HZLMYZ6WT4ydMtBCVy-oF5koqTCovbDws,1202
61
60
  llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py,sha256=trI48WLxPcAqV9207Q6-3cj1nl4EGlZpw7En56ZsPgg,217
62
61
  llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py,sha256=c8FF64fDrBMX_2RX4uY3CjbNc0Ss_AUJ4Eqs-KeV4Wc,2874
@@ -69,7 +68,7 @@ llama_cloud/resources/reports/types/__init__.py,sha256=LfwDYrI4RcQu-o42iAe7HkcwH
69
68
  llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py,sha256=Qh-MSeRvDBfNb5hoLELivv1pLtrYVf52WVoP7G8V34A,807
70
69
  llama_cloud/resources/retrievers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
71
70
  llama_cloud/resources/retrievers/client.py,sha256=T7fu41wXAYUTGh23ZWlKPM4e8zH7mg5MDa8F1GxNYwQ,31502
72
- llama_cloud/types/__init__.py,sha256=NoadYHc7InM-kcueq3Q0RCdpRmK35JA1m1rCciYmFSA,32301
71
+ llama_cloud/types/__init__.py,sha256=aoxpc2tZxdBkPg2NcmgJYUAuDkE98loZibDrxWSaeLg,28456
73
72
  llama_cloud/types/advanced_mode_transform_config.py,sha256=4xCXye0_cPmVS1F8aNTx81sIaEPjQH9kiCCAIoqUzlI,1502
74
73
  llama_cloud/types/advanced_mode_transform_config_chunking_config.py,sha256=wYbJnWLpeQDfhmDZz-wJfYzD1iGT5Jcxb9ga3mzUuvk,1983
75
74
  llama_cloud/types/advanced_mode_transform_config_segmentation_config.py,sha256=anNGq0F5-IlbIW3kpC8OilzLJnUq5tdIcWHnRnmlYsg,1303
@@ -102,7 +101,7 @@ llama_cloud/types/cloud_confluence_data_source.py,sha256=ok8BOv51SC4Ia9kX3DC8LuZ
102
101
  llama_cloud/types/cloud_document.py,sha256=Rg_H8lcz2TzxEAIdU-m5mGpkM7s0j1Cn4JHkXYddmGs,1255
103
102
  llama_cloud/types/cloud_document_create.py,sha256=fQ1gZAtLCpr-a-sPbMez_5fK9JMU3uyp2tNvIzWNG3U,1278
104
103
  llama_cloud/types/cloud_google_drive_data_source.py,sha256=jf5k7SY8scR-8_X27ShYSh1vOiFteqIH6cNcG7xZGLE,1304
105
- llama_cloud/types/cloud_jira_data_source.py,sha256=yZ5Nfo07SfWy136a8JPDqvkjFT9oM3x-SGrdqMcxiiA,1390
104
+ llama_cloud/types/cloud_jira_data_source.py,sha256=9R20k8Ne0Bl9X5dgSxpM_IGOFmC70Llz0pJ93rAKRvw,1458
106
105
  llama_cloud/types/cloud_milvus_vector_store.py,sha256=CHFTJSYPZKYPUU-jpB1MG8OwRvnPiT07o7cYCvQMZLA,1235
107
106
  llama_cloud/types/cloud_mongo_db_atlas_vector_search.py,sha256=CQ9euGBd3a72dvpTapRBhakme-fQbY2OaSoe0GDSHDo,1771
108
107
  llama_cloud/types/cloud_notion_page_data_source.py,sha256=DxYullFctkpd0A75lfTmPzf-9EjBlusMTtNs3RbmIag,1230
@@ -125,16 +124,14 @@ llama_cloud/types/configurable_transformation_definition.py,sha256=LDOhI5IDxlLDW
125
124
  llama_cloud/types/configurable_transformation_names.py,sha256=N_YhY8IuQxsqBteCibaQwEaY0zd6Ncb6jW69d9mjrdU,1898
126
125
  llama_cloud/types/credit_type.py,sha256=nwSRKDWgHk_msdWitctqtyeZwj5EFd6VLto6NF2yCd4,971
127
126
  llama_cloud/types/data_sink.py,sha256=PeexYHHoD8WkVp9WsFtfC-AIWszcgeJUprG1bwC8WsQ,1498
128
- llama_cloud/types/data_sink_component.py,sha256=BBNQIHaOogJQYAHScChrpeklUO3d9tvIsKr-sM35iQA,2152
127
+ llama_cloud/types/data_sink_component.py,sha256=uvuxLY3MPDpv_bkT0y-tHSZVPRSHCkDBDHVff-036Dg,749
129
128
  llama_cloud/types/data_sink_create.py,sha256=dAaFPCwZ5oX0Fbf7ij62dzSaYnrhj3EHmnLnYnw2KgI,1360
130
- llama_cloud/types/data_sink_create_component.py,sha256=C3JCvAiAxAJcjnJQaeMjP3b1-P4k2DkulnPyHpWysQM,2230
129
+ llama_cloud/types/data_sink_create_component.py,sha256=8QfNKSTJV_sQ0nJxlpfh0fBkMTSnQD1DTJR8ZMYaesI,755
131
130
  llama_cloud/types/data_sink_definition.py,sha256=5ve_pq02s8szc34-wWobMe6BAPj_c7e9n9FFsfDqEQ0,1561
132
131
  llama_cloud/types/data_source.py,sha256=4_lTRToLO4u9LYK66VygCPycrZuyct_aiovlxG5H2sE,1768
133
- llama_cloud/types/data_source_component.py,sha256=xx1-6EJUtfr2A6BgkOtFM4w5I_3zSHqO1qnRRHSNcTc,232
134
- llama_cloud/types/data_source_component_one.py,sha256=TRYXPzpIt79ZcwIJn0RKnozeS7IgDyxkLiALo7jpSFM,3526
132
+ llama_cloud/types/data_source_component.py,sha256=yfXHoeHaqUMum7fIs3tZB0pOFMhDbAq7oCJtnob0gWY,1077
135
133
  llama_cloud/types/data_source_create.py,sha256=s0bAX_GUwiRdrL-PXS9ROrvq3xpmqbqzdMa6thqL2P4,1581
136
- llama_cloud/types/data_source_create_component.py,sha256=xY1zUoKBH6LRwka54a1w5zFrB3vUYIiEGhBZv7yi7Oc,257
137
- llama_cloud/types/data_source_create_component_one.py,sha256=HE2afkjNfnI3xwWoVbS3GXZEAEQa2tt4Wl0fs2RqfAs,3652
134
+ llama_cloud/types/data_source_create_component.py,sha256=-P4FGv9Xg951n-77_bb-2_CF-33ZXcUkw52LPQNunBY,1083
138
135
  llama_cloud/types/data_source_create_custom_metadata_value.py,sha256=ejSsQNbszYQaUWFh9r9kQpHf88qbhuRv1SI9J_MOSC0,215
139
136
  llama_cloud/types/data_source_custom_metadata_value.py,sha256=pTZn5yjZYmuOhsLABFJOKZblZUkRqo1CqLAuP5tKji4,209
140
137
  llama_cloud/types/data_source_definition.py,sha256=HlSlTxzYcQJOSo_2OSroAE8vAr-otDvTNBSEkA54vL8,1575
@@ -151,7 +148,7 @@ llama_cloud/types/embedding_model_config_update_embedding_config.py,sha256=mrXFx
151
148
  llama_cloud/types/eval_execution_params.py,sha256=ntVaJh5SMZMPL4QLUiihVjUlg2SKbrezvbMKGlrF66Q,1369
152
149
  llama_cloud/types/extract_agent.py,sha256=T98IOueut4M52Qm7hqcUOcWFFDhZ-ye0OFdXgfFGtS4,1763
153
150
  llama_cloud/types/extract_agent_data_schema_value.py,sha256=UaDQ2KjajLDccW7F4NKdfpefeTJrr1hl0c95WRETYkM,201
154
- llama_cloud/types/extract_config.py,sha256=9UH8cNBvKBQX9YqVAGwG0a7B73Y4Cwrmvil5Ex-L_I0,1603
151
+ llama_cloud/types/extract_config.py,sha256=YZgNJpH1n6N-Lx9cIeuijT9xk1F6SeKjn4526wAtljc,1745
155
152
  llama_cloud/types/extract_job.py,sha256=Yx4fDdCdylAji2LPTwqflVpz1o9slpj9tTLS93-1tzU,1431
156
153
  llama_cloud/types/extract_job_create.py,sha256=UK1mBIKyflo7e6m1MxMN95pLscj67jH_yvs8EvmBXqU,1545
157
154
  llama_cloud/types/extract_job_create_data_schema_override.py,sha256=vuiJ2lGJjbXEnvFKzVnKyvgwhMXPg1Pb5GZne2DrB60,330
@@ -245,14 +242,13 @@ llama_cloud/types/permission.py,sha256=LjhZdo0oLvk7ZVIF1d6Qja--AKH5Ri0naUhuJvZS6
245
242
  llama_cloud/types/pg_vector_distance_method.py,sha256=U81o0ARjPR-HuFcVspHiJUrjIDJo3jLhB46vkITDu7M,1203
246
243
  llama_cloud/types/pg_vector_hnsw_settings.py,sha256=-RE59xUgHwNEyAwRYmOQ8SHeAqkSYBfCAROw7QomxUU,1758
247
244
  llama_cloud/types/pg_vector_vector_type.py,sha256=VwOohN566zw42UMlnuKTJopYJypsSnzWjCFmKRoU-bo,952
248
- llama_cloud/types/pipeline.py,sha256=IRkXjv4HiLQbM08Zsk_KSBB4cvWoErkMJXiFu9LikUg,2640
245
+ llama_cloud/types/pipeline.py,sha256=4m1NIqTtG2DItvW69SWW3NjZPBL848VEW69Qbt2B7uo,2728
249
246
  llama_cloud/types/pipeline_configuration_hashes.py,sha256=7_MbOcPWV6iyMflJeXoo9vLzD04E5WM7YxYp4ls0jQs,1169
250
247
  llama_cloud/types/pipeline_create.py,sha256=kF9lOu4Kgwgg26Kj3VsAeHoi59jga6ka4oYkIzVy25M,2645
251
248
  llama_cloud/types/pipeline_create_embedding_config.py,sha256=PQqmVBFUyZXYKKBmVQF2zPsGp1L6rje6g3RtXEcdfc8,2811
252
249
  llama_cloud/types/pipeline_create_transform_config.py,sha256=HP6tzLsw_pomK1Ye2PYCS_XDZK_TMgg22mz17_zYKFg,303
253
250
  llama_cloud/types/pipeline_data_source.py,sha256=g8coq6ohp09TtqzvB3_A8Nzery3J5knIfxGWzUtozmg,2381
254
- llama_cloud/types/pipeline_data_source_component.py,sha256=Pk_K0Gv7xSWe5BKCdxz82EFd6AQDvZGN-6t3zg9h8NY,265
255
- llama_cloud/types/pipeline_data_source_component_one.py,sha256=7GnJ1tPFIPjpL949T56pFYHhbvdRPw5VTMHmuOmVV8c,3694
251
+ llama_cloud/types/pipeline_data_source_component.py,sha256=c_R2aBl7XXsfJ_ZuK_-PXzzL2nDI4jrbJ0BStlzp87Y,1085
256
252
  llama_cloud/types/pipeline_data_source_create.py,sha256=wMsymqB-YGyf3jdQr-N5ODVG6v0w68EMxGBNdQXeJe0,1178
257
253
  llama_cloud/types/pipeline_data_source_custom_metadata_value.py,sha256=8n3r60sxMx4_udW0yzJZxzyWeK6L3cc2-jLGZFW4EDs,217
258
254
  llama_cloud/types/pipeline_data_source_status.py,sha256=BD4xoftwp9lWC8EjJTnf3boIG_AyzjLPuP4qJxGhmcc,1039
@@ -270,6 +266,7 @@ llama_cloud/types/pipeline_file_update_dispatcher_config.py,sha256=PiJ1brbKGyq07
270
266
  llama_cloud/types/pipeline_file_updater_config.py,sha256=KMHBYpH3fYDQaDVvxVgckosiWz0Dl3v5dC53Cgnmtb8,1761
271
267
  llama_cloud/types/pipeline_managed_ingestion_job_params.py,sha256=ahliOe6YnLI-upIq1v5HZd9p8xH6pPdkh2M_n_zM9TA,1180
272
268
  llama_cloud/types/pipeline_metadata_config.py,sha256=yMnPu6FnhagjuJ_rQ756WbIvVG5dzyXT1fmCYUAmCS0,1291
269
+ llama_cloud/types/pipeline_status.py,sha256=aC340nhfuPSrFVZOH_DhgYHWe985J3WNHrwvUtjXTRA,481
273
270
  llama_cloud/types/pipeline_transform_config.py,sha256=zMr-ePLKGjbaScxbAHaSwYBL7rrNibVlnn0cbgElDfU,824
274
271
  llama_cloud/types/pipeline_type.py,sha256=tTqrhxHP5xd7W2dQGD0e5FOv886nwJssyaVlXpWrtRo,551
275
272
  llama_cloud/types/plan_limits.py,sha256=WAbDbRl8gsQxvhmuVB0YT8mry-0uKg6c66uivyppdQU,2056
@@ -282,7 +279,7 @@ llama_cloud/types/progress_event.py,sha256=Bk73A8geTVaq0ze5pMnbkAmx7FSOHQIixYCpC
282
279
  llama_cloud/types/progress_event_status.py,sha256=yb4RAXwOKU6Bi7iyYy-3lwhF6_mLz0ZFyGjxIdaByoE,893
283
280
  llama_cloud/types/project.py,sha256=4NNh_ZAjEkoWl5st6b1jsPVf_SYKtUTB6rS1701G4IQ,1441
284
281
  llama_cloud/types/project_create.py,sha256=GxGmsXGJM-cHrvPFLktEkj9JtNsSdFae7-HPZFB4er0,1014
285
- llama_cloud/types/prompt_conf.py,sha256=6vhUFOBL5MUUJ_ucyvFfmyNCaiPOWepviEawChu0enI,1550
282
+ llama_cloud/types/prompt_conf.py,sha256=hh8I3jxk3K6e5QZoBCLqszohMYtk73PERYoL36lLmTk,1660
286
283
  llama_cloud/types/re_rank_config.py,sha256=mxRWwrC5BLg3DP1yEyRwW2lIpv5BuXZfTy8f4RbcOp0,1262
287
284
  llama_cloud/types/re_ranker_type.py,sha256=qYItMEHrf80ePBp7gNGBSL67mkTIsqco92WJaJiYweo,1123
288
285
  llama_cloud/types/recurring_credit_grant.py,sha256=19qI3p5k1mQ1Qoo-gCQU02Aa42XpEsmwxPF1F88F-Yg,1517
@@ -315,7 +312,7 @@ llama_cloud/types/sentence_chunking_config.py,sha256=NA9xidK5ICxJPkEMQZWNcsV0Hw9
315
312
  llama_cloud/types/status_enum.py,sha256=cUBIlys89E8PUzmVqqawu7qTDF0aRqBwiijOmRDPvx0,1018
316
313
  llama_cloud/types/struct_mode.py,sha256=ROicwjXfFmgVU8_xSVxJlnFUzRNKG5VIEF1wYg9uOPU,1020
317
314
  llama_cloud/types/struct_parse_conf.py,sha256=kKmxsfllbXlRVVDmJtL3Uto9B340row00mYXCzF5tX4,2245
318
- llama_cloud/types/supported_llm_model.py,sha256=0v-g01LyZB7TeN0zwAeSJejRoT95SVaXOJhNz7boJwM,1461
315
+ llama_cloud/types/supported_llm_model.py,sha256=hubSopFICVNEegbJbtbpK6zRHwFPwUNtrw_NAw_3bfg,1380
319
316
  llama_cloud/types/supported_llm_model_names.py,sha256=xZhgu4NcxnA61vmQsxDFgPSRjWtczcXOoCKrtwOBWqc,2161
320
317
  llama_cloud/types/text_block.py,sha256=X154sQkSyposXuRcEWNp_tWcDQ-AI6q_-MfJUN5exP8,958
321
318
  llama_cloud/types/text_node.py,sha256=Tq3QmuKC5cIHvC9wAtvhsXl1g2sACs2yJwQ0Uko8GSU,2846
@@ -337,7 +334,7 @@ llama_cloud/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPX
337
334
  llama_cloud/types/vertex_ai_embedding_config.py,sha256=DvQk2xMJFmo54MEXTzoM4KSADyhGm_ygmFyx6wIcQdw,1159
338
335
  llama_cloud/types/vertex_embedding_mode.py,sha256=yY23FjuWU_DkXjBb3JoKV4SCMqel2BaIMltDqGnIowU,1217
339
336
  llama_cloud/types/vertex_text_embedding.py,sha256=-C4fNCYfFl36ATdBMGFVPpiHIKxjk0KB1ERA2Ec20aU,1932
340
- llama_cloud-0.1.20.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
341
- llama_cloud-0.1.20.dist-info/METADATA,sha256=4N_-LHDxytmW1s5FT3A3Sojg4BNUSt4OucZ-ChdDLAw,914
342
- llama_cloud-0.1.20.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
343
- llama_cloud-0.1.20.dist-info/RECORD,,
337
+ llama_cloud-0.1.21.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
338
+ llama_cloud-0.1.21.dist-info/METADATA,sha256=AyJOHUBeiTz4oFSdEaOFUWUPp_bqoiVsX-B3erArGTc,1194
339
+ llama_cloud-0.1.21.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
340
+ llama_cloud-0.1.21.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.0
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,122 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from __future__ import annotations
4
-
5
- import typing
6
-
7
- import typing_extensions
8
-
9
- from ....types.cloud_az_storage_blob_data_source import CloudAzStorageBlobDataSource
10
- from ....types.cloud_box_data_source import CloudBoxDataSource
11
- from ....types.cloud_confluence_data_source import CloudConfluenceDataSource
12
- from ....types.cloud_google_drive_data_source import CloudGoogleDriveDataSource
13
- from ....types.cloud_jira_data_source import CloudJiraDataSource
14
- from ....types.cloud_notion_page_data_source import CloudNotionPageDataSource
15
- from ....types.cloud_one_drive_data_source import CloudOneDriveDataSource
16
- from ....types.cloud_s_3_data_source import CloudS3DataSource
17
- from ....types.cloud_sharepoint_data_source import CloudSharepointDataSource
18
- from ....types.cloud_slack_data_source import CloudSlackDataSource
19
-
20
-
21
- class DataSourceUpdateComponentOne_AzureStorageBlob(CloudAzStorageBlobDataSource):
22
- type: typing_extensions.Literal["AZURE_STORAGE_BLOB"]
23
-
24
- class Config:
25
- frozen = True
26
- smart_union = True
27
- allow_population_by_field_name = True
28
-
29
-
30
- class DataSourceUpdateComponentOne_Box(CloudBoxDataSource):
31
- type: typing_extensions.Literal["BOX"]
32
-
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- allow_population_by_field_name = True
37
-
38
-
39
- class DataSourceUpdateComponentOne_Confluence(CloudConfluenceDataSource):
40
- type: typing_extensions.Literal["CONFLUENCE"]
41
-
42
- class Config:
43
- frozen = True
44
- smart_union = True
45
- allow_population_by_field_name = True
46
-
47
-
48
- class DataSourceUpdateComponentOne_GoogleDrive(CloudGoogleDriveDataSource):
49
- type: typing_extensions.Literal["GOOGLE_DRIVE"]
50
-
51
- class Config:
52
- frozen = True
53
- smart_union = True
54
- allow_population_by_field_name = True
55
-
56
-
57
- class DataSourceUpdateComponentOne_Jira(CloudJiraDataSource):
58
- type: typing_extensions.Literal["JIRA"]
59
-
60
- class Config:
61
- frozen = True
62
- smart_union = True
63
- allow_population_by_field_name = True
64
-
65
-
66
- class DataSourceUpdateComponentOne_MicrosoftOnedrive(CloudOneDriveDataSource):
67
- type: typing_extensions.Literal["MICROSOFT_ONEDRIVE"]
68
-
69
- class Config:
70
- frozen = True
71
- smart_union = True
72
- allow_population_by_field_name = True
73
-
74
-
75
- class DataSourceUpdateComponentOne_MicrosoftSharepoint(CloudSharepointDataSource):
76
- type: typing_extensions.Literal["MICROSOFT_SHAREPOINT"]
77
-
78
- class Config:
79
- frozen = True
80
- smart_union = True
81
- allow_population_by_field_name = True
82
-
83
-
84
- class DataSourceUpdateComponentOne_NotionPage(CloudNotionPageDataSource):
85
- type: typing_extensions.Literal["NOTION_PAGE"]
86
-
87
- class Config:
88
- frozen = True
89
- smart_union = True
90
- allow_population_by_field_name = True
91
-
92
-
93
- class DataSourceUpdateComponentOne_S3(CloudS3DataSource):
94
- type: typing_extensions.Literal["S3"]
95
-
96
- class Config:
97
- frozen = True
98
- smart_union = True
99
- allow_population_by_field_name = True
100
-
101
-
102
- class DataSourceUpdateComponentOne_Slack(CloudSlackDataSource):
103
- type: typing_extensions.Literal["SLACK"]
104
-
105
- class Config:
106
- frozen = True
107
- smart_union = True
108
- allow_population_by_field_name = True
109
-
110
-
111
- DataSourceUpdateComponentOne = typing.Union[
112
- DataSourceUpdateComponentOne_AzureStorageBlob,
113
- DataSourceUpdateComponentOne_Box,
114
- DataSourceUpdateComponentOne_Confluence,
115
- DataSourceUpdateComponentOne_GoogleDrive,
116
- DataSourceUpdateComponentOne_Jira,
117
- DataSourceUpdateComponentOne_MicrosoftOnedrive,
118
- DataSourceUpdateComponentOne_MicrosoftSharepoint,
119
- DataSourceUpdateComponentOne_NotionPage,
120
- DataSourceUpdateComponentOne_S3,
121
- DataSourceUpdateComponentOne_Slack,
122
- ]
@@ -1,122 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from __future__ import annotations
4
-
5
- import typing
6
-
7
- import typing_extensions
8
-
9
- from .cloud_az_storage_blob_data_source import CloudAzStorageBlobDataSource
10
- from .cloud_box_data_source import CloudBoxDataSource
11
- from .cloud_confluence_data_source import CloudConfluenceDataSource
12
- from .cloud_google_drive_data_source import CloudGoogleDriveDataSource
13
- from .cloud_jira_data_source import CloudJiraDataSource
14
- from .cloud_notion_page_data_source import CloudNotionPageDataSource
15
- from .cloud_one_drive_data_source import CloudOneDriveDataSource
16
- from .cloud_s_3_data_source import CloudS3DataSource
17
- from .cloud_sharepoint_data_source import CloudSharepointDataSource
18
- from .cloud_slack_data_source import CloudSlackDataSource
19
-
20
-
21
- class DataSourceComponentOne_AzureStorageBlob(CloudAzStorageBlobDataSource):
22
- type: typing_extensions.Literal["AZURE_STORAGE_BLOB"]
23
-
24
- class Config:
25
- frozen = True
26
- smart_union = True
27
- allow_population_by_field_name = True
28
-
29
-
30
- class DataSourceComponentOne_Box(CloudBoxDataSource):
31
- type: typing_extensions.Literal["BOX"]
32
-
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- allow_population_by_field_name = True
37
-
38
-
39
- class DataSourceComponentOne_Confluence(CloudConfluenceDataSource):
40
- type: typing_extensions.Literal["CONFLUENCE"]
41
-
42
- class Config:
43
- frozen = True
44
- smart_union = True
45
- allow_population_by_field_name = True
46
-
47
-
48
- class DataSourceComponentOne_GoogleDrive(CloudGoogleDriveDataSource):
49
- type: typing_extensions.Literal["GOOGLE_DRIVE"]
50
-
51
- class Config:
52
- frozen = True
53
- smart_union = True
54
- allow_population_by_field_name = True
55
-
56
-
57
- class DataSourceComponentOne_Jira(CloudJiraDataSource):
58
- type: typing_extensions.Literal["JIRA"]
59
-
60
- class Config:
61
- frozen = True
62
- smart_union = True
63
- allow_population_by_field_name = True
64
-
65
-
66
- class DataSourceComponentOne_MicrosoftOnedrive(CloudOneDriveDataSource):
67
- type: typing_extensions.Literal["MICROSOFT_ONEDRIVE"]
68
-
69
- class Config:
70
- frozen = True
71
- smart_union = True
72
- allow_population_by_field_name = True
73
-
74
-
75
- class DataSourceComponentOne_MicrosoftSharepoint(CloudSharepointDataSource):
76
- type: typing_extensions.Literal["MICROSOFT_SHAREPOINT"]
77
-
78
- class Config:
79
- frozen = True
80
- smart_union = True
81
- allow_population_by_field_name = True
82
-
83
-
84
- class DataSourceComponentOne_NotionPage(CloudNotionPageDataSource):
85
- type: typing_extensions.Literal["NOTION_PAGE"]
86
-
87
- class Config:
88
- frozen = True
89
- smart_union = True
90
- allow_population_by_field_name = True
91
-
92
-
93
- class DataSourceComponentOne_S3(CloudS3DataSource):
94
- type: typing_extensions.Literal["S3"]
95
-
96
- class Config:
97
- frozen = True
98
- smart_union = True
99
- allow_population_by_field_name = True
100
-
101
-
102
- class DataSourceComponentOne_Slack(CloudSlackDataSource):
103
- type: typing_extensions.Literal["SLACK"]
104
-
105
- class Config:
106
- frozen = True
107
- smart_union = True
108
- allow_population_by_field_name = True
109
-
110
-
111
- DataSourceComponentOne = typing.Union[
112
- DataSourceComponentOne_AzureStorageBlob,
113
- DataSourceComponentOne_Box,
114
- DataSourceComponentOne_Confluence,
115
- DataSourceComponentOne_GoogleDrive,
116
- DataSourceComponentOne_Jira,
117
- DataSourceComponentOne_MicrosoftOnedrive,
118
- DataSourceComponentOne_MicrosoftSharepoint,
119
- DataSourceComponentOne_NotionPage,
120
- DataSourceComponentOne_S3,
121
- DataSourceComponentOne_Slack,
122
- ]
@@ -1,122 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from __future__ import annotations
4
-
5
- import typing
6
-
7
- import typing_extensions
8
-
9
- from .cloud_az_storage_blob_data_source import CloudAzStorageBlobDataSource
10
- from .cloud_box_data_source import CloudBoxDataSource
11
- from .cloud_confluence_data_source import CloudConfluenceDataSource
12
- from .cloud_google_drive_data_source import CloudGoogleDriveDataSource
13
- from .cloud_jira_data_source import CloudJiraDataSource
14
- from .cloud_notion_page_data_source import CloudNotionPageDataSource
15
- from .cloud_one_drive_data_source import CloudOneDriveDataSource
16
- from .cloud_s_3_data_source import CloudS3DataSource
17
- from .cloud_sharepoint_data_source import CloudSharepointDataSource
18
- from .cloud_slack_data_source import CloudSlackDataSource
19
-
20
-
21
- class DataSourceCreateComponentOne_AzureStorageBlob(CloudAzStorageBlobDataSource):
22
- type: typing_extensions.Literal["AZURE_STORAGE_BLOB"]
23
-
24
- class Config:
25
- frozen = True
26
- smart_union = True
27
- allow_population_by_field_name = True
28
-
29
-
30
- class DataSourceCreateComponentOne_Box(CloudBoxDataSource):
31
- type: typing_extensions.Literal["BOX"]
32
-
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- allow_population_by_field_name = True
37
-
38
-
39
- class DataSourceCreateComponentOne_Confluence(CloudConfluenceDataSource):
40
- type: typing_extensions.Literal["CONFLUENCE"]
41
-
42
- class Config:
43
- frozen = True
44
- smart_union = True
45
- allow_population_by_field_name = True
46
-
47
-
48
- class DataSourceCreateComponentOne_GoogleDrive(CloudGoogleDriveDataSource):
49
- type: typing_extensions.Literal["GOOGLE_DRIVE"]
50
-
51
- class Config:
52
- frozen = True
53
- smart_union = True
54
- allow_population_by_field_name = True
55
-
56
-
57
- class DataSourceCreateComponentOne_Jira(CloudJiraDataSource):
58
- type: typing_extensions.Literal["JIRA"]
59
-
60
- class Config:
61
- frozen = True
62
- smart_union = True
63
- allow_population_by_field_name = True
64
-
65
-
66
- class DataSourceCreateComponentOne_MicrosoftOnedrive(CloudOneDriveDataSource):
67
- type: typing_extensions.Literal["MICROSOFT_ONEDRIVE"]
68
-
69
- class Config:
70
- frozen = True
71
- smart_union = True
72
- allow_population_by_field_name = True
73
-
74
-
75
- class DataSourceCreateComponentOne_MicrosoftSharepoint(CloudSharepointDataSource):
76
- type: typing_extensions.Literal["MICROSOFT_SHAREPOINT"]
77
-
78
- class Config:
79
- frozen = True
80
- smart_union = True
81
- allow_population_by_field_name = True
82
-
83
-
84
- class DataSourceCreateComponentOne_NotionPage(CloudNotionPageDataSource):
85
- type: typing_extensions.Literal["NOTION_PAGE"]
86
-
87
- class Config:
88
- frozen = True
89
- smart_union = True
90
- allow_population_by_field_name = True
91
-
92
-
93
- class DataSourceCreateComponentOne_S3(CloudS3DataSource):
94
- type: typing_extensions.Literal["S3"]
95
-
96
- class Config:
97
- frozen = True
98
- smart_union = True
99
- allow_population_by_field_name = True
100
-
101
-
102
- class DataSourceCreateComponentOne_Slack(CloudSlackDataSource):
103
- type: typing_extensions.Literal["SLACK"]
104
-
105
- class Config:
106
- frozen = True
107
- smart_union = True
108
- allow_population_by_field_name = True
109
-
110
-
111
- DataSourceCreateComponentOne = typing.Union[
112
- DataSourceCreateComponentOne_AzureStorageBlob,
113
- DataSourceCreateComponentOne_Box,
114
- DataSourceCreateComponentOne_Confluence,
115
- DataSourceCreateComponentOne_GoogleDrive,
116
- DataSourceCreateComponentOne_Jira,
117
- DataSourceCreateComponentOne_MicrosoftOnedrive,
118
- DataSourceCreateComponentOne_MicrosoftSharepoint,
119
- DataSourceCreateComponentOne_NotionPage,
120
- DataSourceCreateComponentOne_S3,
121
- DataSourceCreateComponentOne_Slack,
122
- ]
@@ -1,122 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from __future__ import annotations
4
-
5
- import typing
6
-
7
- import typing_extensions
8
-
9
- from .cloud_az_storage_blob_data_source import CloudAzStorageBlobDataSource
10
- from .cloud_box_data_source import CloudBoxDataSource
11
- from .cloud_confluence_data_source import CloudConfluenceDataSource
12
- from .cloud_google_drive_data_source import CloudGoogleDriveDataSource
13
- from .cloud_jira_data_source import CloudJiraDataSource
14
- from .cloud_notion_page_data_source import CloudNotionPageDataSource
15
- from .cloud_one_drive_data_source import CloudOneDriveDataSource
16
- from .cloud_s_3_data_source import CloudS3DataSource
17
- from .cloud_sharepoint_data_source import CloudSharepointDataSource
18
- from .cloud_slack_data_source import CloudSlackDataSource
19
-
20
-
21
- class PipelineDataSourceComponentOne_AzureStorageBlob(CloudAzStorageBlobDataSource):
22
- type: typing_extensions.Literal["AZURE_STORAGE_BLOB"]
23
-
24
- class Config:
25
- frozen = True
26
- smart_union = True
27
- allow_population_by_field_name = True
28
-
29
-
30
- class PipelineDataSourceComponentOne_Box(CloudBoxDataSource):
31
- type: typing_extensions.Literal["BOX"]
32
-
33
- class Config:
34
- frozen = True
35
- smart_union = True
36
- allow_population_by_field_name = True
37
-
38
-
39
- class PipelineDataSourceComponentOne_Confluence(CloudConfluenceDataSource):
40
- type: typing_extensions.Literal["CONFLUENCE"]
41
-
42
- class Config:
43
- frozen = True
44
- smart_union = True
45
- allow_population_by_field_name = True
46
-
47
-
48
- class PipelineDataSourceComponentOne_GoogleDrive(CloudGoogleDriveDataSource):
49
- type: typing_extensions.Literal["GOOGLE_DRIVE"]
50
-
51
- class Config:
52
- frozen = True
53
- smart_union = True
54
- allow_population_by_field_name = True
55
-
56
-
57
- class PipelineDataSourceComponentOne_Jira(CloudJiraDataSource):
58
- type: typing_extensions.Literal["JIRA"]
59
-
60
- class Config:
61
- frozen = True
62
- smart_union = True
63
- allow_population_by_field_name = True
64
-
65
-
66
- class PipelineDataSourceComponentOne_MicrosoftOnedrive(CloudOneDriveDataSource):
67
- type: typing_extensions.Literal["MICROSOFT_ONEDRIVE"]
68
-
69
- class Config:
70
- frozen = True
71
- smart_union = True
72
- allow_population_by_field_name = True
73
-
74
-
75
- class PipelineDataSourceComponentOne_MicrosoftSharepoint(CloudSharepointDataSource):
76
- type: typing_extensions.Literal["MICROSOFT_SHAREPOINT"]
77
-
78
- class Config:
79
- frozen = True
80
- smart_union = True
81
- allow_population_by_field_name = True
82
-
83
-
84
- class PipelineDataSourceComponentOne_NotionPage(CloudNotionPageDataSource):
85
- type: typing_extensions.Literal["NOTION_PAGE"]
86
-
87
- class Config:
88
- frozen = True
89
- smart_union = True
90
- allow_population_by_field_name = True
91
-
92
-
93
- class PipelineDataSourceComponentOne_S3(CloudS3DataSource):
94
- type: typing_extensions.Literal["S3"]
95
-
96
- class Config:
97
- frozen = True
98
- smart_union = True
99
- allow_population_by_field_name = True
100
-
101
-
102
- class PipelineDataSourceComponentOne_Slack(CloudSlackDataSource):
103
- type: typing_extensions.Literal["SLACK"]
104
-
105
- class Config:
106
- frozen = True
107
- smart_union = True
108
- allow_population_by_field_name = True
109
-
110
-
111
- PipelineDataSourceComponentOne = typing.Union[
112
- PipelineDataSourceComponentOne_AzureStorageBlob,
113
- PipelineDataSourceComponentOne_Box,
114
- PipelineDataSourceComponentOne_Confluence,
115
- PipelineDataSourceComponentOne_GoogleDrive,
116
- PipelineDataSourceComponentOne_Jira,
117
- PipelineDataSourceComponentOne_MicrosoftOnedrive,
118
- PipelineDataSourceComponentOne_MicrosoftSharepoint,
119
- PipelineDataSourceComponentOne_NotionPage,
120
- PipelineDataSourceComponentOne_S3,
121
- PipelineDataSourceComponentOne_Slack,
122
- ]