llama-cloud 0.1.39__tar.gz → 0.1.41__tar.gz

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 (417) hide show
  1. llama_cloud-0.1.41/PKG-INFO +106 -0
  2. llama_cloud-0.1.41/README.md +84 -0
  3. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/__init__.py +24 -72
  4. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/client.py +2 -5
  5. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/__init__.py +0 -4
  6. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/admin/client.py +5 -5
  7. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/beta/client.py +1351 -335
  8. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/client.py +56 -0
  9. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/parsing/client.py +8 -0
  10. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/client.py +37 -0
  11. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/__init__.py +24 -72
  12. llama_cloud-0.1.39/llama_cloud/types/src_app_schema_chat_chat_message.py → llama_cloud-0.1.41/llama_cloud/types/chat_message.py +1 -1
  13. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_config.py +8 -2
  14. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_job_create.py +2 -0
  15. llama_cloud-0.1.41/llama_cloud/types/extract_job_create_priority.py +29 -0
  16. llama_cloud-0.1.41/llama_cloud/types/extract_models.py +53 -0
  17. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/job_names.py +0 -4
  18. llama_cloud-0.1.41/llama_cloud/types/llama_extract_feature_availability.py +34 -0
  19. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_extract_mode_availability.py +4 -3
  20. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_extract_settings.py +1 -1
  21. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_parse_parameters.py +1 -0
  22. llama_cloud-0.1.41/llama_cloud/types/parse_configuration.py +44 -0
  23. llama_cloud-0.1.41/llama_cloud/types/parse_configuration_create.py +41 -0
  24. llama_cloud-0.1.41/llama_cloud/types/parse_configuration_filter.py +40 -0
  25. llama_cloud-0.1.41/llama_cloud/types/parse_configuration_query_response.py +38 -0
  26. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parse_job_config.py +1 -0
  27. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline.py +4 -0
  28. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_create.py +2 -0
  29. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/playground_session.py +2 -2
  30. llama_cloud-0.1.41/llama_cloud/types/public_model_name.py +97 -0
  31. llama_cloud-0.1.39/llama_cloud/types/audio_block.py → llama_cloud-0.1.41/llama_cloud/types/schema_generation_availability.py +4 -5
  32. llama_cloud-0.1.41/llama_cloud/types/schema_generation_availability_status.py +17 -0
  33. llama_cloud-0.1.41/llama_cloud/types/sparse_model_config.py +42 -0
  34. llama_cloud-0.1.41/llama_cloud/types/sparse_model_type.py +33 -0
  35. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/webhook_configuration.py +1 -0
  36. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/pyproject.toml +1 -1
  37. llama_cloud-0.1.39/PKG-INFO +0 -32
  38. llama_cloud-0.1.39/README.md +0 -11
  39. llama_cloud-0.1.39/llama_cloud/resources/reports/__init__.py +0 -5
  40. llama_cloud-0.1.39/llama_cloud/resources/reports/client.py +0 -1230
  41. llama_cloud-0.1.39/llama_cloud/resources/reports/types/__init__.py +0 -7
  42. llama_cloud-0.1.39/llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py +0 -25
  43. llama_cloud-0.1.39/llama_cloud/types/document_block.py +0 -35
  44. llama_cloud-0.1.39/llama_cloud/types/edit_suggestion.py +0 -38
  45. llama_cloud-0.1.39/llama_cloud/types/edit_suggestion_blocks_item.py +0 -8
  46. llama_cloud-0.1.39/llama_cloud/types/extract_models.py +0 -53
  47. llama_cloud-0.1.39/llama_cloud/types/image_block.py +0 -35
  48. llama_cloud-0.1.39/llama_cloud/types/llama_index_core_base_llms_types_chat_message.py +0 -39
  49. llama_cloud-0.1.39/llama_cloud/types/llama_index_core_base_llms_types_chat_message_blocks_item.py +0 -56
  50. llama_cloud-0.1.39/llama_cloud/types/paginated_report_response.py +0 -35
  51. llama_cloud-0.1.39/llama_cloud/types/progress_event.py +0 -44
  52. llama_cloud-0.1.39/llama_cloud/types/progress_event_status.py +0 -33
  53. llama_cloud-0.1.39/llama_cloud/types/report.py +0 -33
  54. llama_cloud-0.1.39/llama_cloud/types/report_block.py +0 -35
  55. llama_cloud-0.1.39/llama_cloud/types/report_block_dependency.py +0 -29
  56. llama_cloud-0.1.39/llama_cloud/types/report_create_response.py +0 -31
  57. llama_cloud-0.1.39/llama_cloud/types/report_event_item.py +0 -40
  58. llama_cloud-0.1.39/llama_cloud/types/report_event_item_event_data.py +0 -45
  59. llama_cloud-0.1.39/llama_cloud/types/report_event_type.py +0 -37
  60. llama_cloud-0.1.39/llama_cloud/types/report_metadata.py +0 -43
  61. llama_cloud-0.1.39/llama_cloud/types/report_plan.py +0 -36
  62. llama_cloud-0.1.39/llama_cloud/types/report_plan_block.py +0 -36
  63. llama_cloud-0.1.39/llama_cloud/types/report_query.py +0 -33
  64. llama_cloud-0.1.39/llama_cloud/types/report_response.py +0 -41
  65. llama_cloud-0.1.39/llama_cloud/types/report_state.py +0 -37
  66. llama_cloud-0.1.39/llama_cloud/types/report_state_event.py +0 -38
  67. llama_cloud-0.1.39/llama_cloud/types/report_update_event.py +0 -38
  68. llama_cloud-0.1.39/llama_cloud/types/text_block.py +0 -31
  69. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/LICENSE +0 -0
  70. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/__init__.py +0 -0
  71. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/api_error.py +0 -0
  72. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/client_wrapper.py +0 -0
  73. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/datetime_utils.py +0 -0
  74. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/jsonable_encoder.py +0 -0
  75. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/core/remove_none_from_dict.py +0 -0
  76. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/environment.py +0 -0
  77. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/errors/__init__.py +0 -0
  78. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
  79. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/admin/__init__.py +0 -0
  80. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/agent_deployments/__init__.py +0 -0
  81. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/agent_deployments/client.py +0 -0
  82. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/alpha/__init__.py +0 -0
  83. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/alpha/client.py +0 -0
  84. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/beta/__init__.py +0 -0
  85. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/chat_apps/__init__.py +0 -0
  86. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/chat_apps/client.py +0 -0
  87. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/classifier/__init__.py +0 -0
  88. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/classifier/client.py +0 -0
  89. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sinks/__init__.py +0 -0
  90. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sinks/client.py +0 -0
  91. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
  92. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
  93. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sources/__init__.py +0 -0
  94. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sources/client.py +0 -0
  95. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
  96. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
  97. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
  98. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/embedding_model_configs/__init__.py +0 -0
  99. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/embedding_model_configs/client.py +0 -0
  100. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/embedding_model_configs/types/__init__.py +0 -0
  101. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/embedding_model_configs/types/embedding_model_config_create_embedding_config.py +0 -0
  102. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/evals/__init__.py +0 -0
  103. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/evals/client.py +0 -0
  104. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/files/__init__.py +0 -0
  105. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/files/client.py +0 -0
  106. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/files/types/__init__.py +0 -0
  107. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py +0 -0
  108. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/jobs/__init__.py +0 -0
  109. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/jobs/client.py +0 -0
  110. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/__init__.py +0 -0
  111. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/__init__.py +0 -0
  112. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py +0 -0
  113. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema_zero_value.py +0 -0
  114. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py +0 -0
  115. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema_zero_value.py +0 -0
  116. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py +0 -0
  117. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py +0 -0
  118. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py +0 -0
  119. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py +0 -0
  120. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema.py +0 -0
  121. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema_zero_value.py +0 -0
  122. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/organizations/__init__.py +0 -0
  123. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/organizations/client.py +0 -0
  124. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/parsing/__init__.py +0 -0
  125. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/__init__.py +0 -0
  126. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
  127. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
  128. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py +0 -0
  129. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -0
  130. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/pipelines/types/retrieval_params_search_filters_inference_schema_value.py +0 -0
  131. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/projects/__init__.py +0 -0
  132. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/projects/client.py +0 -0
  133. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/retrievers/__init__.py +0 -0
  134. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/retrievers/client.py +0 -0
  135. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/users/__init__.py +0 -0
  136. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/resources/users/client.py +0 -0
  137. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
  138. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
  139. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
  140. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/agent_data.py +0 -0
  141. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/agent_deployment_list.py +0 -0
  142. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/agent_deployment_summary.py +0 -0
  143. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/aggregate_group.py +0 -0
  144. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/auto_transform_config.py +0 -0
  145. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
  146. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/azure_open_ai_embedding_config.py +0 -0
  147. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/base_plan.py +0 -0
  148. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/base_plan_metronome_plan_type.py +0 -0
  149. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/base_plan_name.py +0 -0
  150. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/base_plan_plan_frequency.py +0 -0
  151. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/batch.py +0 -0
  152. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/batch_item.py +0 -0
  153. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/batch_paginated_list.py +0 -0
  154. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/batch_public_output.py +0 -0
  155. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/bedrock_embedding.py +0 -0
  156. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/bedrock_embedding_config.py +0 -0
  157. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/billing_period.py +0 -0
  158. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/box_auth_mechanism.py +0 -0
  159. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/character_chunking_config.py +0 -0
  160. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/chat_app.py +0 -0
  161. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/chat_app_response.py +0 -0
  162. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/chat_data.py +0 -0
  163. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/chunk_mode.py +0 -0
  164. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/classification_result.py +0 -0
  165. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/classifier_rule.py +0 -0
  166. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/classify_job.py +0 -0
  167. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/classify_job_results.py +0 -0
  168. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/classify_parsing_configuration.py +0 -0
  169. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_astra_db_vector_store.py +0 -0
  170. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
  171. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
  172. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_box_data_source.py +0 -0
  173. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_confluence_data_source.py +0 -0
  174. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_document.py +0 -0
  175. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_document_create.py +0 -0
  176. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_jira_data_source.py +0 -0
  177. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_jira_data_source_v_2.py +0 -0
  178. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_jira_data_source_v_2_api_version.py +0 -0
  179. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
  180. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
  181. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_notion_page_data_source.py +0 -0
  182. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
  183. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
  184. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
  185. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
  186. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
  187. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
  188. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cloud_slack_data_source.py +0 -0
  189. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cohere_embedding.py +0 -0
  190. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/cohere_embedding_config.py +0 -0
  191. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/composite_retrieval_mode.py +0 -0
  192. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/composite_retrieval_result.py +0 -0
  193. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/composite_retrieved_text_node.py +0 -0
  194. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/composite_retrieved_text_node_with_score.py +0 -0
  195. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/configurable_data_sink_names.py +0 -0
  196. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/configurable_data_source_names.py +0 -0
  197. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/credit_type.py +0 -0
  198. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_sink.py +0 -0
  199. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_sink_component.py +0 -0
  200. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_sink_create.py +0 -0
  201. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_sink_create_component.py +0 -0
  202. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source.py +0 -0
  203. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_component.py +0 -0
  204. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_create.py +0 -0
  205. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_create_component.py +0 -0
  206. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
  207. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
  208. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_reader_version_metadata.py +0 -0
  209. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_reader_version_metadata_reader_version.py +0 -0
  210. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/data_source_update_dispatcher_config.py +0 -0
  211. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/delete_params.py +0 -0
  212. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/document_chunk_mode.py +0 -0
  213. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/document_ingestion_job_params.py +0 -0
  214. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/element_segmentation_config.py +0 -0
  215. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/embedding_model_config.py +0 -0
  216. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/embedding_model_config_embedding_config.py +0 -0
  217. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/embedding_model_config_update.py +0 -0
  218. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/embedding_model_config_update_embedding_config.py +0 -0
  219. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/eval_execution_params.py +0 -0
  220. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_agent.py +0 -0
  221. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_agent_data_schema_value.py +0 -0
  222. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_config_priority.py +0 -0
  223. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_job.py +0 -0
  224. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_job_create_data_schema_override.py +0 -0
  225. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_job_create_data_schema_override_zero_value.py +0 -0
  226. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_mode.py +0 -0
  227. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_resultset.py +0 -0
  228. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_resultset_data.py +0 -0
  229. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_resultset_data_item_value.py +0 -0
  230. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_resultset_data_zero_value.py +0 -0
  231. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_resultset_extraction_metadata_value.py +0 -0
  232. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run.py +0 -0
  233. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run_data.py +0 -0
  234. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run_data_item_value.py +0 -0
  235. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run_data_schema_value.py +0 -0
  236. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run_data_zero_value.py +0 -0
  237. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_run_extraction_metadata_value.py +0 -0
  238. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_schema_generate_response.py +0 -0
  239. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_schema_generate_response_data_schema_value.py +0 -0
  240. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_schema_validate_response.py +0 -0
  241. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_schema_validate_response_data_schema_value.py +0 -0
  242. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_state.py +0 -0
  243. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/extract_target.py +0 -0
  244. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/fail_page_mode.py +0 -0
  245. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/failure_handling_config.py +0 -0
  246. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file.py +0 -0
  247. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_classification.py +0 -0
  248. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_count_by_status_response.py +0 -0
  249. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_create.py +0 -0
  250. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_create_permission_info_value.py +0 -0
  251. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_create_resource_info_value.py +0 -0
  252. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_data.py +0 -0
  253. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_filter.py +0 -0
  254. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_id_presigned_url.py +0 -0
  255. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_parse_public.py +0 -0
  256. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_permission_info_value.py +0 -0
  257. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_query_response.py +0 -0
  258. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_resource_info_value.py +0 -0
  259. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_store_info_response.py +0 -0
  260. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/file_store_info_response_status.py +0 -0
  261. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_condition.py +0 -0
  262. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation.py +0 -0
  263. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_eq.py +0 -0
  264. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_gt.py +0 -0
  265. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_gte.py +0 -0
  266. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_includes_item.py +0 -0
  267. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_lt.py +0 -0
  268. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operation_lte.py +0 -0
  269. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/filter_operator.py +0 -0
  270. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/free_credits_usage.py +0 -0
  271. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/gemini_embedding.py +0 -0
  272. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/gemini_embedding_config.py +0 -0
  273. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/http_validation_error.py +0 -0
  274. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
  275. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/hugging_face_inference_api_embedding_config.py +0 -0
  276. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
  277. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/ingestion_error_response.py +0 -0
  278. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/input_message.py +0 -0
  279. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/job_name_mapping.py +0 -0
  280. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/job_record.py +0 -0
  281. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/job_record_parameters.py +0 -0
  282. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/job_record_with_usage_metrics.py +0 -0
  283. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/l_lama_parse_transform_config.py +0 -0
  284. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/legacy_parse_job_config.py +0 -0
  285. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/license_info_response.py +0 -0
  286. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_extract_mode_availability_status.py +0 -0
  287. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_parse_parameters_priority.py +0 -0
  288. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
  289. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llm_model_data.py +0 -0
  290. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/llm_parameters.py +0 -0
  291. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/load_files_job_config.py +0 -0
  292. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/managed_ingestion_status.py +0 -0
  293. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/managed_ingestion_status_response.py +0 -0
  294. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/managed_open_ai_embedding.py +0 -0
  295. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/managed_open_ai_embedding_config.py +0 -0
  296. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/message_annotation.py +0 -0
  297. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/message_role.py +0 -0
  298. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/metadata_filter.py +0 -0
  299. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/metadata_filter_value.py +0 -0
  300. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/metadata_filters.py +0 -0
  301. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
  302. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/multimodal_parse_resolution.py +0 -0
  303. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/node_relationship.py +0 -0
  304. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/none_chunking_config.py +0 -0
  305. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/none_segmentation_config.py +0 -0
  306. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/object_type.py +0 -0
  307. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/open_ai_embedding.py +0 -0
  308. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/open_ai_embedding_config.py +0 -0
  309. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/organization.py +0 -0
  310. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/organization_create.py +0 -0
  311. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/page_figure_metadata.py +0 -0
  312. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/page_figure_node_with_score.py +0 -0
  313. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/page_screenshot_metadata.py +0 -0
  314. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/page_screenshot_node_with_score.py +0 -0
  315. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/page_segmentation_config.py +0 -0
  316. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_extract_runs_response.py +0 -0
  317. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_jobs_history_with_metrics.py +0 -0
  318. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_list_cloud_documents_response.py +0 -0
  319. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_list_pipeline_files_response.py +0 -0
  320. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_response_agent_data.py +0 -0
  321. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_response_aggregate_group.py +0 -0
  322. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_response_classify_job.py +0 -0
  323. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/paginated_response_quota_configuration.py +0 -0
  324. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parse_job_config_priority.py +0 -0
  325. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parse_plan_level.py +0 -0
  326. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parser_languages.py +0 -0
  327. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_history_item.py +0 -0
  328. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_job.py +0 -0
  329. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_job_json_result.py +0 -0
  330. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
  331. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_job_structured_result.py +0 -0
  332. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_job_text_result.py +0 -0
  333. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/parsing_mode.py +0 -0
  334. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/partition_names.py +0 -0
  335. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/permission.py +0 -0
  336. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pg_vector_distance_method.py +0 -0
  337. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pg_vector_hnsw_settings.py +0 -0
  338. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pg_vector_vector_type.py +0 -0
  339. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_configuration_hashes.py +0 -0
  340. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_create_embedding_config.py +0 -0
  341. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_create_transform_config.py +0 -0
  342. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_data_source.py +0 -0
  343. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_data_source_component.py +0 -0
  344. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_data_source_create.py +0 -0
  345. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
  346. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_data_source_status.py +0 -0
  347. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_deployment.py +0 -0
  348. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_embedding_config.py +0 -0
  349. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file.py +0 -0
  350. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_config_hash_value.py +0 -0
  351. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_create.py +0 -0
  352. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
  353. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
  354. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_permission_info_value.py +0 -0
  355. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
  356. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_status.py +0 -0
  357. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_update_dispatcher_config.py +0 -0
  358. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_file_updater_config.py +0 -0
  359. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_managed_ingestion_job_params.py +0 -0
  360. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_metadata_config.py +0 -0
  361. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_status.py +0 -0
  362. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_transform_config.py +0 -0
  363. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pipeline_type.py +0 -0
  364. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/plan_limits.py +0 -0
  365. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/pooling.py +0 -0
  366. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/preset_composite_retrieval_params.py +0 -0
  367. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/preset_retrieval_params.py +0 -0
  368. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/preset_retrieval_params_search_filters_inference_schema_value.py +0 -0
  369. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/presigned_url.py +0 -0
  370. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/project.py +0 -0
  371. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/project_create.py +0 -0
  372. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/prompt_conf.py +0 -0
  373. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/quota_configuration.py +0 -0
  374. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/quota_configuration_configuration_type.py +0 -0
  375. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/quota_configuration_status.py +0 -0
  376. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/quota_rate_limit_configuration_value.py +0 -0
  377. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/quota_rate_limit_configuration_value_denominator_units.py +0 -0
  378. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/re_rank_config.py +0 -0
  379. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/re_ranker_type.py +0 -0
  380. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/recurring_credit_grant.py +0 -0
  381. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/related_node_info.py +0 -0
  382. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/related_node_info_node_type.py +0 -0
  383. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/retrieval_mode.py +0 -0
  384. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/retrieve_results.py +0 -0
  385. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/retriever.py +0 -0
  386. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/retriever_create.py +0 -0
  387. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/retriever_pipeline.py +0 -0
  388. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/role.py +0 -0
  389. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/schema_relax_mode.py +0 -0
  390. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/semantic_chunking_config.py +0 -0
  391. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/sentence_chunking_config.py +0 -0
  392. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/status_enum.py +0 -0
  393. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/struct_mode.py +0 -0
  394. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/struct_parse_conf.py +0 -0
  395. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/supported_llm_model.py +0 -0
  396. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/supported_llm_model_names.py +0 -0
  397. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/text_node.py +0 -0
  398. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/text_node_relationships_value.py +0 -0
  399. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/text_node_with_score.py +0 -0
  400. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/token_chunking_config.py +0 -0
  401. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/update_user_response.py +0 -0
  402. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/usage_and_plan.py +0 -0
  403. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/usage_metric_response.py +0 -0
  404. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/usage_response.py +0 -0
  405. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/usage_response_active_alerts_item.py +0 -0
  406. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_job_record.py +0 -0
  407. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_organization.py +0 -0
  408. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_organization_create.py +0 -0
  409. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_organization_delete.py +0 -0
  410. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_organization_role.py +0 -0
  411. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/user_summary.py +0 -0
  412. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/validation_error.py +0 -0
  413. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/validation_error_loc_item.py +0 -0
  414. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/vertex_ai_embedding_config.py +0 -0
  415. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/vertex_embedding_mode.py +0 -0
  416. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/vertex_text_embedding.py +0 -0
  417. {llama_cloud-0.1.39 → llama_cloud-0.1.41}/llama_cloud/types/webhook_configuration_webhook_events_item.py +0 -0
@@ -0,0 +1,106 @@
1
+ Metadata-Version: 2.3
2
+ Name: llama-cloud
3
+ Version: 0.1.41
4
+ Summary:
5
+ License: MIT
6
+ Author: Logan Markewich
7
+ Author-email: logan@runllama.ai
8
+ Requires-Python: >=3.8,<4
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.8
12
+ Classifier: Programming Language :: Python :: 3.9
13
+ Classifier: Programming Language :: Python :: 3.10
14
+ Classifier: Programming Language :: Python :: 3.11
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Requires-Dist: certifi (>=2024.7.4)
18
+ Requires-Dist: httpx (>=0.20.0)
19
+ Requires-Dist: pydantic (>=1.10)
20
+ Description-Content-Type: text/markdown
21
+
22
+ # LlamaIndex Python Client
23
+
24
+ This client is auto-generated using [Fern](https://buildwithfern.com/docs/intro)
25
+
26
+ ## Setup
27
+
28
+ Before testing or releasing, ensure you have the development environment set up:
29
+
30
+ ```bash
31
+ # Install Poetry (if not already installed)
32
+ curl -sSL https://install.python-poetry.org | python3 -
33
+
34
+ # Install project dependencies
35
+ poetry install
36
+
37
+ # Verify setup
38
+ poetry --version
39
+ python --version
40
+ ```
41
+
42
+ ## Quick Start
43
+
44
+ ```bash
45
+ # Set up development environment (first time only)
46
+ make setup
47
+
48
+ # See all available commands
49
+ make help
50
+
51
+ # Test before releasing
52
+ make test
53
+
54
+ # Complete release workflow
55
+ make release
56
+ ```
57
+
58
+ ## Commands
59
+
60
+ | Command | Description |
61
+ |---------|-------------|
62
+ | `make setup` | Set up development environment (first time only) |
63
+ | `make help` | Show all available commands |
64
+ | `make build` | Build the package |
65
+ | `make test` | Build, install locally, and run comprehensive tests |
66
+ | `make publish` | Test and publish to PyPI (with confirmation) |
67
+ | `make release` | Complete release workflow (clean → build → test → publish) |
68
+ | `make clean` | Clean build artifacts |
69
+ | `make setup-credentials` | Set up PyPI credentials (one-time setup) |
70
+
71
+ ## Release Process
72
+
73
+ **First time setup:**
74
+ ```bash
75
+ make setup # Set up development environment
76
+ ```
77
+
78
+ **For each release:**
79
+ 1. **Update version** in `pyproject.toml`
80
+ 2. **Run release workflow:**
81
+ ```bash
82
+ make release
83
+ ```
84
+
85
+ That's it! The Makefile handles building, testing, and publishing with safety checks.
86
+
87
+ ## Manual Steps (if needed)
88
+
89
+ <details>
90
+ <summary>Expand for manual commands</summary>
91
+
92
+ **Build and test manually:**
93
+ ```bash
94
+ poetry build
95
+ pip install --force-reinstall dist/llama_cloud-*-py3-none-any.whl
96
+ python test_local_build.py
97
+ ```
98
+
99
+ **Setup credentials manually:**
100
+ ```bash
101
+ poetry config pypi-token.pypi <your-token>
102
+ ```
103
+ Get token from [1Password](https://start.1password.com/open/i?a=32SA66TZ3JCRXOCMASLSDCT5TI&v=lhv7hvb5o46cwo257c3hviqkle&i=yvslwei7jtf6tgqamzcdantqi4&h=llamaindex.1password.com)
104
+
105
+ </details>
106
+
@@ -0,0 +1,84 @@
1
+ # LlamaIndex Python Client
2
+
3
+ This client is auto-generated using [Fern](https://buildwithfern.com/docs/intro)
4
+
5
+ ## Setup
6
+
7
+ Before testing or releasing, ensure you have the development environment set up:
8
+
9
+ ```bash
10
+ # Install Poetry (if not already installed)
11
+ curl -sSL https://install.python-poetry.org | python3 -
12
+
13
+ # Install project dependencies
14
+ poetry install
15
+
16
+ # Verify setup
17
+ poetry --version
18
+ python --version
19
+ ```
20
+
21
+ ## Quick Start
22
+
23
+ ```bash
24
+ # Set up development environment (first time only)
25
+ make setup
26
+
27
+ # See all available commands
28
+ make help
29
+
30
+ # Test before releasing
31
+ make test
32
+
33
+ # Complete release workflow
34
+ make release
35
+ ```
36
+
37
+ ## Commands
38
+
39
+ | Command | Description |
40
+ |---------|-------------|
41
+ | `make setup` | Set up development environment (first time only) |
42
+ | `make help` | Show all available commands |
43
+ | `make build` | Build the package |
44
+ | `make test` | Build, install locally, and run comprehensive tests |
45
+ | `make publish` | Test and publish to PyPI (with confirmation) |
46
+ | `make release` | Complete release workflow (clean → build → test → publish) |
47
+ | `make clean` | Clean build artifacts |
48
+ | `make setup-credentials` | Set up PyPI credentials (one-time setup) |
49
+
50
+ ## Release Process
51
+
52
+ **First time setup:**
53
+ ```bash
54
+ make setup # Set up development environment
55
+ ```
56
+
57
+ **For each release:**
58
+ 1. **Update version** in `pyproject.toml`
59
+ 2. **Run release workflow:**
60
+ ```bash
61
+ make release
62
+ ```
63
+
64
+ That's it! The Makefile handles building, testing, and publishing with safety checks.
65
+
66
+ ## Manual Steps (if needed)
67
+
68
+ <details>
69
+ <summary>Expand for manual commands</summary>
70
+
71
+ **Build and test manually:**
72
+ ```bash
73
+ poetry build
74
+ pip install --force-reinstall dist/llama_cloud-*-py3-none-any.whl
75
+ python test_local_build.py
76
+ ```
77
+
78
+ **Setup credentials manually:**
79
+ ```bash
80
+ poetry config pypi-token.pypi <your-token>
81
+ ```
82
+ Get token from [1Password](https://start.1password.com/open/i?a=32SA66TZ3JCRXOCMASLSDCT5TI&v=lhv7hvb5o46cwo257c3hviqkle&i=yvslwei7jtf6tgqamzcdantqi4&h=llamaindex.1password.com)
83
+
84
+ </details>
@@ -16,7 +16,6 @@ from .types import (
16
16
  AgentDeploymentList,
17
17
  AgentDeploymentSummary,
18
18
  AggregateGroup,
19
- AudioBlock,
20
19
  AutoTransformConfig,
21
20
  AzureOpenAiEmbedding,
22
21
  AzureOpenAiEmbeddingConfig,
@@ -36,6 +35,7 @@ from .types import (
36
35
  ChatApp,
37
36
  ChatAppResponse,
38
37
  ChatData,
38
+ ChatMessage,
39
39
  ChunkMode,
40
40
  ClassificationResult,
41
41
  ClassifierRule,
@@ -85,11 +85,8 @@ from .types import (
85
85
  DataSourceReaderVersionMetadataReaderVersion,
86
86
  DataSourceUpdateDispatcherConfig,
87
87
  DeleteParams,
88
- DocumentBlock,
89
88
  DocumentChunkMode,
90
89
  DocumentIngestionJobParams,
91
- EditSuggestion,
92
- EditSuggestionBlocksItem,
93
90
  ElementSegmentationConfig,
94
91
  EmbeddingModelConfig,
95
92
  EmbeddingModelConfigEmbeddingConfig,
@@ -118,6 +115,7 @@ from .types import (
118
115
  ExtractJobCreate,
119
116
  ExtractJobCreateDataSchemaOverride,
120
117
  ExtractJobCreateDataSchemaOverrideZeroValue,
118
+ ExtractJobCreatePriority,
121
119
  ExtractMode,
122
120
  ExtractModels,
123
121
  ExtractResultset,
@@ -170,7 +168,6 @@ from .types import (
170
168
  HuggingFaceInferenceApiEmbedding,
171
169
  HuggingFaceInferenceApiEmbeddingConfig,
172
170
  HuggingFaceInferenceApiEmbeddingToken,
173
- ImageBlock,
174
171
  IngestionErrorResponse,
175
172
  InputMessage,
176
173
  JobNameMapping,
@@ -190,15 +187,10 @@ from .types import (
190
187
  LLamaParseTransformConfig,
191
188
  LegacyParseJobConfig,
192
189
  LicenseInfoResponse,
190
+ LlamaExtractFeatureAvailability,
193
191
  LlamaExtractModeAvailability,
194
192
  LlamaExtractModeAvailabilityStatus,
195
193
  LlamaExtractSettings,
196
- LlamaIndexCoreBaseLlmsTypesChatMessage,
197
- LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem,
198
- LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Audio,
199
- LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Document,
200
- LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Image,
201
- LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Text,
202
194
  LlamaParseParameters,
203
195
  LlamaParseParametersPriority,
204
196
  LlamaParseSupportedFileExtensions,
@@ -233,11 +225,14 @@ from .types import (
233
225
  PaginatedJobsHistoryWithMetrics,
234
226
  PaginatedListCloudDocumentsResponse,
235
227
  PaginatedListPipelineFilesResponse,
236
- PaginatedReportResponse,
237
228
  PaginatedResponseAgentData,
238
229
  PaginatedResponseAggregateGroup,
239
230
  PaginatedResponseClassifyJob,
240
231
  PaginatedResponseQuotaConfiguration,
232
+ ParseConfiguration,
233
+ ParseConfigurationCreate,
234
+ ParseConfigurationFilter,
235
+ ParseConfigurationQueryResponse,
241
236
  ParseJobConfig,
242
237
  ParseJobConfigPriority,
243
238
  ParsePlanLevel,
@@ -305,11 +300,10 @@ from .types import (
305
300
  PresetRetrievalParams,
306
301
  PresetRetrievalParamsSearchFiltersInferenceSchemaValue,
307
302
  PresignedUrl,
308
- ProgressEvent,
309
- ProgressEventStatus,
310
303
  Project,
311
304
  ProjectCreate,
312
305
  PromptConf,
306
+ PublicModelName,
313
307
  QuotaConfiguration,
314
308
  QuotaConfigurationConfigurationType,
315
309
  QuotaConfigurationStatus,
@@ -320,40 +314,24 @@ from .types import (
320
314
  RecurringCreditGrant,
321
315
  RelatedNodeInfo,
322
316
  RelatedNodeInfoNodeType,
323
- Report,
324
- ReportBlock,
325
- ReportBlockDependency,
326
- ReportCreateResponse,
327
- ReportEventItem,
328
- ReportEventItemEventData,
329
- ReportEventItemEventData_Progress,
330
- ReportEventItemEventData_ReportBlockUpdate,
331
- ReportEventItemEventData_ReportStateUpdate,
332
- ReportEventType,
333
- ReportMetadata,
334
- ReportPlan,
335
- ReportPlanBlock,
336
- ReportQuery,
337
- ReportResponse,
338
- ReportState,
339
- ReportStateEvent,
340
- ReportUpdateEvent,
341
317
  RetrievalMode,
342
318
  RetrieveResults,
343
319
  Retriever,
344
320
  RetrieverCreate,
345
321
  RetrieverPipeline,
346
322
  Role,
323
+ SchemaGenerationAvailability,
324
+ SchemaGenerationAvailabilityStatus,
347
325
  SchemaRelaxMode,
348
326
  SemanticChunkingConfig,
349
327
  SentenceChunkingConfig,
350
- SrcAppSchemaChatChatMessage,
328
+ SparseModelConfig,
329
+ SparseModelType,
351
330
  StatusEnum,
352
331
  StructMode,
353
332
  StructParseConf,
354
333
  SupportedLlmModel,
355
334
  SupportedLlmModelNames,
356
- TextBlock,
357
335
  TextNode,
358
336
  TextNodeRelationshipsValue,
359
337
  TextNodeWithScore,
@@ -412,7 +390,6 @@ from .resources import (
412
390
  PipelineUpdateEmbeddingConfig_VertexaiEmbedding,
413
391
  PipelineUpdateTransformConfig,
414
392
  RetrievalParamsSearchFiltersInferenceSchemaValue,
415
- UpdateReportPlanApiV1ReportsReportIdPlanPatchRequestAction,
416
393
  admin,
417
394
  agent_deployments,
418
395
  alpha,
@@ -430,7 +407,6 @@ from .resources import (
430
407
  parsing,
431
408
  pipelines,
432
409
  projects,
433
- reports,
434
410
  retrievers,
435
411
  users,
436
412
  )
@@ -452,7 +428,6 @@ __all__ = [
452
428
  "AgentDeploymentList",
453
429
  "AgentDeploymentSummary",
454
430
  "AggregateGroup",
455
- "AudioBlock",
456
431
  "AutoTransformConfig",
457
432
  "AzureOpenAiEmbedding",
458
433
  "AzureOpenAiEmbeddingConfig",
@@ -472,6 +447,7 @@ __all__ = [
472
447
  "ChatApp",
473
448
  "ChatAppResponse",
474
449
  "ChatData",
450
+ "ChatMessage",
475
451
  "ChunkMode",
476
452
  "ClassificationResult",
477
453
  "ClassifierRule",
@@ -524,11 +500,8 @@ __all__ = [
524
500
  "DataSourceUpdateCustomMetadataValue",
525
501
  "DataSourceUpdateDispatcherConfig",
526
502
  "DeleteParams",
527
- "DocumentBlock",
528
503
  "DocumentChunkMode",
529
504
  "DocumentIngestionJobParams",
530
- "EditSuggestion",
531
- "EditSuggestionBlocksItem",
532
505
  "ElementSegmentationConfig",
533
506
  "EmbeddingModelConfig",
534
507
  "EmbeddingModelConfigCreateEmbeddingConfig",
@@ -571,6 +544,7 @@ __all__ = [
571
544
  "ExtractJobCreateBatchDataSchemaOverrideZeroValue",
572
545
  "ExtractJobCreateDataSchemaOverride",
573
546
  "ExtractJobCreateDataSchemaOverrideZeroValue",
547
+ "ExtractJobCreatePriority",
574
548
  "ExtractMode",
575
549
  "ExtractModels",
576
550
  "ExtractResultset",
@@ -628,7 +602,6 @@ __all__ = [
628
602
  "HuggingFaceInferenceApiEmbedding",
629
603
  "HuggingFaceInferenceApiEmbeddingConfig",
630
604
  "HuggingFaceInferenceApiEmbeddingToken",
631
- "ImageBlock",
632
605
  "IngestionErrorResponse",
633
606
  "InputMessage",
634
607
  "JobNameMapping",
@@ -649,15 +622,10 @@ __all__ = [
649
622
  "LegacyParseJobConfig",
650
623
  "LicenseInfoResponse",
651
624
  "LlamaCloudEnvironment",
625
+ "LlamaExtractFeatureAvailability",
652
626
  "LlamaExtractModeAvailability",
653
627
  "LlamaExtractModeAvailabilityStatus",
654
628
  "LlamaExtractSettings",
655
- "LlamaIndexCoreBaseLlmsTypesChatMessage",
656
- "LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem",
657
- "LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Audio",
658
- "LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Document",
659
- "LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Image",
660
- "LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem_Text",
661
629
  "LlamaParseParameters",
662
630
  "LlamaParseParametersPriority",
663
631
  "LlamaParseSupportedFileExtensions",
@@ -692,11 +660,14 @@ __all__ = [
692
660
  "PaginatedJobsHistoryWithMetrics",
693
661
  "PaginatedListCloudDocumentsResponse",
694
662
  "PaginatedListPipelineFilesResponse",
695
- "PaginatedReportResponse",
696
663
  "PaginatedResponseAgentData",
697
664
  "PaginatedResponseAggregateGroup",
698
665
  "PaginatedResponseClassifyJob",
699
666
  "PaginatedResponseQuotaConfiguration",
667
+ "ParseConfiguration",
668
+ "ParseConfigurationCreate",
669
+ "ParseConfigurationFilter",
670
+ "ParseConfigurationQueryResponse",
700
671
  "ParseJobConfig",
701
672
  "ParseJobConfigPriority",
702
673
  "ParsePlanLevel",
@@ -774,11 +745,10 @@ __all__ = [
774
745
  "PresetRetrievalParams",
775
746
  "PresetRetrievalParamsSearchFiltersInferenceSchemaValue",
776
747
  "PresignedUrl",
777
- "ProgressEvent",
778
- "ProgressEventStatus",
779
748
  "Project",
780
749
  "ProjectCreate",
781
750
  "PromptConf",
751
+ "PublicModelName",
782
752
  "QuotaConfiguration",
783
753
  "QuotaConfigurationConfigurationType",
784
754
  "QuotaConfigurationStatus",
@@ -789,24 +759,6 @@ __all__ = [
789
759
  "RecurringCreditGrant",
790
760
  "RelatedNodeInfo",
791
761
  "RelatedNodeInfoNodeType",
792
- "Report",
793
- "ReportBlock",
794
- "ReportBlockDependency",
795
- "ReportCreateResponse",
796
- "ReportEventItem",
797
- "ReportEventItemEventData",
798
- "ReportEventItemEventData_Progress",
799
- "ReportEventItemEventData_ReportBlockUpdate",
800
- "ReportEventItemEventData_ReportStateUpdate",
801
- "ReportEventType",
802
- "ReportMetadata",
803
- "ReportPlan",
804
- "ReportPlanBlock",
805
- "ReportQuery",
806
- "ReportResponse",
807
- "ReportState",
808
- "ReportStateEvent",
809
- "ReportUpdateEvent",
810
762
  "RetrievalMode",
811
763
  "RetrievalParamsSearchFiltersInferenceSchemaValue",
812
764
  "RetrieveResults",
@@ -814,22 +766,23 @@ __all__ = [
814
766
  "RetrieverCreate",
815
767
  "RetrieverPipeline",
816
768
  "Role",
769
+ "SchemaGenerationAvailability",
770
+ "SchemaGenerationAvailabilityStatus",
817
771
  "SchemaRelaxMode",
818
772
  "SemanticChunkingConfig",
819
773
  "SentenceChunkingConfig",
820
- "SrcAppSchemaChatChatMessage",
774
+ "SparseModelConfig",
775
+ "SparseModelType",
821
776
  "StatusEnum",
822
777
  "StructMode",
823
778
  "StructParseConf",
824
779
  "SupportedLlmModel",
825
780
  "SupportedLlmModelNames",
826
- "TextBlock",
827
781
  "TextNode",
828
782
  "TextNodeRelationshipsValue",
829
783
  "TextNodeWithScore",
830
784
  "TokenChunkingConfig",
831
785
  "UnprocessableEntityError",
832
- "UpdateReportPlanApiV1ReportsReportIdPlanPatchRequestAction",
833
786
  "UpdateUserResponse",
834
787
  "UsageAndPlan",
835
788
  "UsageMetricResponse",
@@ -865,7 +818,6 @@ __all__ = [
865
818
  "parsing",
866
819
  "pipelines",
867
820
  "projects",
868
- "reports",
869
821
  "retrievers",
870
822
  "users",
871
823
  ]
@@ -23,7 +23,6 @@ from .resources.organizations.client import AsyncOrganizationsClient, Organizati
23
23
  from .resources.parsing.client import AsyncParsingClient, ParsingClient
24
24
  from .resources.pipelines.client import AsyncPipelinesClient, PipelinesClient
25
25
  from .resources.projects.client import AsyncProjectsClient, ProjectsClient
26
- from .resources.reports.client import AsyncReportsClient, ReportsClient
27
26
  from .resources.retrievers.client import AsyncRetrieversClient, RetrieversClient
28
27
  from .resources.users.client import AsyncUsersClient, UsersClient
29
28
 
@@ -43,6 +42,7 @@ class LlamaCloud:
43
42
  token=token,
44
43
  httpx_client=httpx.Client(timeout=timeout) if httpx_client is None else httpx_client,
45
44
  )
45
+ self.agent_deployments = AgentDeploymentsClient(client_wrapper=self._client_wrapper)
46
46
  self.data_sinks = DataSinksClient(client_wrapper=self._client_wrapper)
47
47
  self.data_sources = DataSourcesClient(client_wrapper=self._client_wrapper)
48
48
  self.embedding_model_configs = EmbeddingModelConfigsClient(client_wrapper=self._client_wrapper)
@@ -55,12 +55,10 @@ class LlamaCloud:
55
55
  self.evals = EvalsClient(client_wrapper=self._client_wrapper)
56
56
  self.parsing = ParsingClient(client_wrapper=self._client_wrapper)
57
57
  self.chat_apps = ChatAppsClient(client_wrapper=self._client_wrapper)
58
- self.agent_deployments = AgentDeploymentsClient(client_wrapper=self._client_wrapper)
59
58
  self.classifier = ClassifierClient(client_wrapper=self._client_wrapper)
60
59
  self.admin = AdminClient(client_wrapper=self._client_wrapper)
61
60
  self.users = UsersClient(client_wrapper=self._client_wrapper)
62
61
  self.llama_extract = LlamaExtractClient(client_wrapper=self._client_wrapper)
63
- self.reports = ReportsClient(client_wrapper=self._client_wrapper)
64
62
  self.beta = BetaClient(client_wrapper=self._client_wrapper)
65
63
  self.alpha = AlphaClient(client_wrapper=self._client_wrapper)
66
64
 
@@ -80,6 +78,7 @@ class AsyncLlamaCloud:
80
78
  token=token,
81
79
  httpx_client=httpx.AsyncClient(timeout=timeout) if httpx_client is None else httpx_client,
82
80
  )
81
+ self.agent_deployments = AsyncAgentDeploymentsClient(client_wrapper=self._client_wrapper)
83
82
  self.data_sinks = AsyncDataSinksClient(client_wrapper=self._client_wrapper)
84
83
  self.data_sources = AsyncDataSourcesClient(client_wrapper=self._client_wrapper)
85
84
  self.embedding_model_configs = AsyncEmbeddingModelConfigsClient(client_wrapper=self._client_wrapper)
@@ -92,12 +91,10 @@ class AsyncLlamaCloud:
92
91
  self.evals = AsyncEvalsClient(client_wrapper=self._client_wrapper)
93
92
  self.parsing = AsyncParsingClient(client_wrapper=self._client_wrapper)
94
93
  self.chat_apps = AsyncChatAppsClient(client_wrapper=self._client_wrapper)
95
- self.agent_deployments = AsyncAgentDeploymentsClient(client_wrapper=self._client_wrapper)
96
94
  self.classifier = AsyncClassifierClient(client_wrapper=self._client_wrapper)
97
95
  self.admin = AsyncAdminClient(client_wrapper=self._client_wrapper)
98
96
  self.users = AsyncUsersClient(client_wrapper=self._client_wrapper)
99
97
  self.llama_extract = AsyncLlamaExtractClient(client_wrapper=self._client_wrapper)
100
- self.reports = AsyncReportsClient(client_wrapper=self._client_wrapper)
101
98
  self.beta = AsyncBetaClient(client_wrapper=self._client_wrapper)
102
99
  self.alpha = AsyncAlphaClient(client_wrapper=self._client_wrapper)
103
100
 
@@ -18,7 +18,6 @@ from . import (
18
18
  parsing,
19
19
  pipelines,
20
20
  projects,
21
- reports,
22
21
  retrievers,
23
22
  users,
24
23
  )
@@ -60,7 +59,6 @@ from .pipelines import (
60
59
  PipelineUpdateTransformConfig,
61
60
  RetrievalParamsSearchFiltersInferenceSchemaValue,
62
61
  )
63
- from .reports import UpdateReportPlanApiV1ReportsReportIdPlanPatchRequestAction
64
62
 
65
63
  __all__ = [
66
64
  "DataSinkUpdateComponent",
@@ -96,7 +94,6 @@ __all__ = [
96
94
  "PipelineUpdateEmbeddingConfig_VertexaiEmbedding",
97
95
  "PipelineUpdateTransformConfig",
98
96
  "RetrievalParamsSearchFiltersInferenceSchemaValue",
99
- "UpdateReportPlanApiV1ReportsReportIdPlanPatchRequestAction",
100
97
  "admin",
101
98
  "agent_deployments",
102
99
  "alpha",
@@ -114,7 +111,6 @@ __all__ = [
114
111
  "parsing",
115
112
  "pipelines",
116
113
  "projects",
117
- "reports",
118
114
  "retrievers",
119
115
  "users",
120
116
  ]
@@ -11,7 +11,7 @@ from ...errors.unprocessable_entity_error import UnprocessableEntityError
11
11
  from ...types.file_store_info_response import FileStoreInfoResponse
12
12
  from ...types.http_validation_error import HttpValidationError
13
13
  from ...types.license_info_response import LicenseInfoResponse
14
- from ...types.llama_extract_mode_availability import LlamaExtractModeAvailability
14
+ from ...types.llama_extract_feature_availability import LlamaExtractFeatureAvailability
15
15
 
16
16
  try:
17
17
  import pydantic
@@ -80,7 +80,7 @@ class AdminClient:
80
80
  raise ApiError(status_code=_response.status_code, body=_response.text)
81
81
  raise ApiError(status_code=_response.status_code, body=_response_json)
82
82
 
83
- def get_llamaextract_features(self) -> typing.List[LlamaExtractModeAvailability]:
83
+ def get_llamaextract_features(self) -> LlamaExtractFeatureAvailability:
84
84
  """
85
85
  Get LlamaExtract feature availability based on available models.
86
86
 
@@ -99,7 +99,7 @@ class AdminClient:
99
99
  timeout=60,
100
100
  )
101
101
  if 200 <= _response.status_code < 300:
102
- return pydantic.parse_obj_as(typing.List[LlamaExtractModeAvailability], _response.json()) # type: ignore
102
+ return pydantic.parse_obj_as(LlamaExtractFeatureAvailability, _response.json()) # type: ignore
103
103
  if _response.status_code == 422:
104
104
  raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
105
105
  try:
@@ -167,7 +167,7 @@ class AsyncAdminClient:
167
167
  raise ApiError(status_code=_response.status_code, body=_response.text)
168
168
  raise ApiError(status_code=_response.status_code, body=_response_json)
169
169
 
170
- async def get_llamaextract_features(self) -> typing.List[LlamaExtractModeAvailability]:
170
+ async def get_llamaextract_features(self) -> LlamaExtractFeatureAvailability:
171
171
  """
172
172
  Get LlamaExtract feature availability based on available models.
173
173
 
@@ -186,7 +186,7 @@ class AsyncAdminClient:
186
186
  timeout=60,
187
187
  )
188
188
  if 200 <= _response.status_code < 300:
189
- return pydantic.parse_obj_as(typing.List[LlamaExtractModeAvailability], _response.json()) # type: ignore
189
+ return pydantic.parse_obj_as(LlamaExtractFeatureAvailability, _response.json()) # type: ignore
190
190
  if _response.status_code == 422:
191
191
  raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
192
192
  try: