llama-cloud 0.0.1__tar.gz → 0.0.2__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.
Files changed (173) hide show
  1. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/PKG-INFO +1 -1
  2. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/client.py +2 -2
  3. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/api_keys/client.py +16 -16
  4. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/billing/client.py +12 -12
  5. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/component_definitions/client.py +12 -12
  6. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/client.py +24 -24
  7. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/client.py +24 -24
  8. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/deprecated/client.py +48 -48
  9. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/evals/client.py +40 -40
  10. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/client.py +24 -24
  11. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/parsing/client.py +48 -48
  12. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/client.py +223 -152
  13. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/projects/client.py +64 -64
  14. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/pyproject.toml +1 -1
  15. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/LICENSE +0 -0
  16. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/README.md +0 -0
  17. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/__init__.py +0 -0
  18. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/__init__.py +0 -0
  19. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/api_error.py +0 -0
  20. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/client_wrapper.py +0 -0
  21. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/datetime_utils.py +0 -0
  22. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/jsonable_encoder.py +0 -0
  23. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/remove_none_from_dict.py +0 -0
  24. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/errors/__init__.py +0 -0
  25. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
  26. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/__init__.py +0 -0
  27. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/api_keys/__init__.py +0 -0
  28. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/billing/__init__.py +0 -0
  29. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/component_definitions/__init__.py +0 -0
  30. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/__init__.py +0 -0
  31. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
  32. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
  33. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/data_sink_update_component_one.py +0 -0
  34. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/__init__.py +0 -0
  35. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
  36. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
  37. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_component_one.py +0 -0
  38. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
  39. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/deprecated/__init__.py +0 -0
  40. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/evals/__init__.py +0 -0
  41. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/__init__.py +0 -0
  42. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/types/__init__.py +0 -0
  43. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
  44. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/parsing/__init__.py +0 -0
  45. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/__init__.py +0 -0
  46. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
  47. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
  48. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/projects/__init__.py +0 -0
  49. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/__init__.py +0 -0
  50. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/api_key.py +0 -0
  51. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
  52. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/base.py +0 -0
  53. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/base_prompt_template.py +0 -0
  54. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/bedrock_embedding.py +0 -0
  55. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/chat_message.py +0 -0
  56. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
  57. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_chroma_vector_store.py +0 -0
  58. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_document.py +0 -0
  59. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_document_create.py +0 -0
  60. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_gcs_data_source.py +0 -0
  61. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_google_drive_data_source.py +0 -0
  62. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
  63. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
  64. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
  65. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
  66. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
  67. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
  68. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_weaviate_vector_store.py +0 -0
  69. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/code_splitter.py +0 -0
  70. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cohere_embedding.py +0 -0
  71. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_data_sink_names.py +0 -0
  72. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_data_source_names.py +0 -0
  73. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_transformation_definition.py +0 -0
  74. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_transformation_names.py +0 -0
  75. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item.py +0 -0
  76. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item_component.py +0 -0
  77. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item_component_one.py +0 -0
  78. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink.py +0 -0
  79. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_component.py +0 -0
  80. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_component_one.py +0 -0
  81. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create.py +0 -0
  82. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create_component.py +0 -0
  83. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create_component_one.py +0 -0
  84. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_definition.py +0 -0
  85. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source.py +0 -0
  86. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_component.py +0 -0
  87. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_component_one.py +0 -0
  88. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create.py +0 -0
  89. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_component.py +0 -0
  90. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_component_one.py +0 -0
  91. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
  92. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
  93. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_definition.py +0 -0
  94. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset.py +0 -0
  95. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset_job_params.py +0 -0
  96. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset_job_record.py +0 -0
  97. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_execution_params.py +0 -0
  98. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_execution_params_override.py +0 -0
  99. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_llm_model_data.py +0 -0
  100. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question.py +0 -0
  101. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question_create.py +0 -0
  102. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question_result.py +0 -0
  103. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/file.py +0 -0
  104. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/file_resource_info_value.py +0 -0
  105. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/filter_condition.py +0 -0
  106. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/filter_operator.py +0 -0
  107. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/gemini_embedding.py +0 -0
  108. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/html_node_parser.py +0 -0
  109. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/http_validation_error.py +0 -0
  110. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
  111. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
  112. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/json_node_parser.py +0 -0
  113. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
  114. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/llm.py +0 -0
  115. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval.py +0 -0
  116. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval_results.py +0 -0
  117. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval_sets.py +0 -0
  118. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/managed_ingestion_status.py +0 -0
  119. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/markdown_element_node_parser.py +0 -0
  120. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/markdown_node_parser.py +0 -0
  121. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/message_role.py +0 -0
  122. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filter.py +0 -0
  123. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filter_value.py +0 -0
  124. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filters.py +0 -0
  125. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
  126. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metric_result.py +0 -0
  127. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/node_parser.py +0 -0
  128. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/object_type.py +0 -0
  129. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/open_ai_embedding.py +0 -0
  130. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parser_languages.py +0 -0
  131. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_history_item.py +0 -0
  132. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job.py +0 -0
  133. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_json_result.py +0 -0
  134. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
  135. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_text_result.py +0 -0
  136. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_usage.py +0 -0
  137. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline.py +0 -0
  138. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_create.py +0 -0
  139. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source.py +0 -0
  140. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_component.py +0 -0
  141. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_component_one.py +0 -0
  142. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_create.py +0 -0
  143. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
  144. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_deployment.py +0 -0
  145. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file.py +0 -0
  146. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_create.py +0 -0
  147. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
  148. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
  149. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
  150. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_status_response.py +0 -0
  151. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_type.py +0 -0
  152. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pooling.py +0 -0
  153. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/preset_retrieval_params.py +0 -0
  154. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/presigned_url.py +0 -0
  155. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/project.py +0 -0
  156. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/project_create.py +0 -0
  157. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/prompt_mixin_prompts.py +0 -0
  158. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/prompt_spec.py +0 -0
  159. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pydantic_program_mode.py +0 -0
  160. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/related_node_info.py +0 -0
  161. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/retrieve_results.py +0 -0
  162. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/sentence_splitter.py +0 -0
  163. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/simple_file_node_parser.py +0 -0
  164. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/status_enum.py +0 -0
  165. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/supported_eval_llm_model.py +0 -0
  166. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/supported_eval_llm_model_names.py +0 -0
  167. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node.py +0 -0
  168. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node_relationships_value.py +0 -0
  169. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node_with_score.py +0 -0
  170. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/token_text_splitter.py +0 -0
  171. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/transformation_category_names.py +0 -0
  172. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/validation_error.py +0 -0
  173. {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/validation_error_loc_item.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-cloud
3
- Version: 0.0.1
3
+ Version: 0.0.2
4
4
  Summary:
5
5
  Author: Logan Markewich
6
6
  Author-email: logan@runllama.ai
@@ -18,7 +18,7 @@ from .resources.pipelines.client import AsyncPipelinesClient, PipelinesClient
18
18
  from .resources.projects.client import AsyncProjectsClient, ProjectsClient
19
19
 
20
20
 
21
- class PlatformApi:
21
+ class LlamaCloud:
22
22
  def __init__(
23
23
  self,
24
24
  *,
@@ -45,7 +45,7 @@ class PlatformApi:
45
45
  self.deprecated = DeprecatedClient(client_wrapper=self._client_wrapper)
46
46
 
47
47
 
48
- class AsyncPlatformApi:
48
+ class AsyncLlamaCloud:
49
49
  def __init__(
50
50
  self,
51
51
  *,
@@ -29,9 +29,9 @@ class ApiKeysClient:
29
29
  Get all API Keys for a user.
30
30
 
31
31
  ---
32
- from platform.client import PlatformApi
32
+ from platform.client import LlamaCloud
33
33
 
34
- client = PlatformApi(
34
+ client = LlamaCloud(
35
35
  token="YOUR_TOKEN",
36
36
  base_url="https://yourhost.com/path/to/api",
37
37
  )
@@ -60,9 +60,9 @@ class ApiKeysClient:
60
60
  Parameters:
61
61
  - name: typing.Optional[str].
62
62
  ---
63
- from platform.client import PlatformApi
63
+ from platform.client import LlamaCloud
64
64
 
65
- client = PlatformApi(
65
+ client = LlamaCloud(
66
66
  token="YOUR_TOKEN",
67
67
  base_url="https://yourhost.com/path/to/api",
68
68
  )
@@ -97,9 +97,9 @@ class ApiKeysClient:
97
97
 
98
98
  - name: typing.Optional[str].
99
99
  ---
100
- from platform.client import PlatformApi
100
+ from platform.client import LlamaCloud
101
101
 
102
- client = PlatformApi(
102
+ client = LlamaCloud(
103
103
  token="YOUR_TOKEN",
104
104
  base_url="https://yourhost.com/path/to/api",
105
105
  )
@@ -134,9 +134,9 @@ class ApiKeysClient:
134
134
  Parameters:
135
135
  - api_key_id: str.
136
136
  ---
137
- from platform.client import PlatformApi
137
+ from platform.client import LlamaCloud
138
138
 
139
- client = PlatformApi(
139
+ client = LlamaCloud(
140
140
  token="YOUR_TOKEN",
141
141
  base_url="https://yourhost.com/path/to/api",
142
142
  )
@@ -170,9 +170,9 @@ class AsyncApiKeysClient:
170
170
  Get all API Keys for a user.
171
171
 
172
172
  ---
173
- from platform.client import AsyncPlatformApi
173
+ from platform.client import AsyncLlamaCloud
174
174
 
175
- client = AsyncPlatformApi(
175
+ client = AsyncLlamaCloud(
176
176
  token="YOUR_TOKEN",
177
177
  base_url="https://yourhost.com/path/to/api",
178
178
  )
@@ -201,9 +201,9 @@ class AsyncApiKeysClient:
201
201
  Parameters:
202
202
  - name: typing.Optional[str].
203
203
  ---
204
- from platform.client import AsyncPlatformApi
204
+ from platform.client import AsyncLlamaCloud
205
205
 
206
- client = AsyncPlatformApi(
206
+ client = AsyncLlamaCloud(
207
207
  token="YOUR_TOKEN",
208
208
  base_url="https://yourhost.com/path/to/api",
209
209
  )
@@ -238,9 +238,9 @@ class AsyncApiKeysClient:
238
238
 
239
239
  - name: typing.Optional[str].
240
240
  ---
241
- from platform.client import AsyncPlatformApi
241
+ from platform.client import AsyncLlamaCloud
242
242
 
243
- client = AsyncPlatformApi(
243
+ client = AsyncLlamaCloud(
244
244
  token="YOUR_TOKEN",
245
245
  base_url="https://yourhost.com/path/to/api",
246
246
  )
@@ -275,9 +275,9 @@ class AsyncApiKeysClient:
275
275
  Parameters:
276
276
  - api_key_id: str.
277
277
  ---
278
- from platform.client import AsyncPlatformApi
278
+ from platform.client import AsyncLlamaCloud
279
279
 
280
- client = AsyncPlatformApi(
280
+ client = AsyncLlamaCloud(
281
281
  token="YOUR_TOKEN",
282
282
  base_url="https://yourhost.com/path/to/api",
283
283
  )
@@ -33,9 +33,9 @@ class BillingClient:
33
33
 
34
34
  - cancel_url: str.
35
35
  ---
36
- from platform.client import PlatformApi
36
+ from platform.client import LlamaCloud
37
37
 
38
- client = PlatformApi(
38
+ client = LlamaCloud(
39
39
  token="YOUR_TOKEN",
40
40
  base_url="https://yourhost.com/path/to/api",
41
41
  )
@@ -68,9 +68,9 @@ class BillingClient:
68
68
  Parameters:
69
69
  - return_url: str.
70
70
  ---
71
- from platform.client import PlatformApi
71
+ from platform.client import LlamaCloud
72
72
 
73
- client = PlatformApi(
73
+ client = LlamaCloud(
74
74
  token="YOUR_TOKEN",
75
75
  base_url="https://yourhost.com/path/to/api",
76
76
  )
@@ -102,9 +102,9 @@ class BillingClient:
102
102
  Parameters:
103
103
  - stripe_signature: typing.Optional[str].
104
104
  ---
105
- from platform.client import PlatformApi
105
+ from platform.client import LlamaCloud
106
106
 
107
- client = PlatformApi(
107
+ client = LlamaCloud(
108
108
  token="YOUR_TOKEN",
109
109
  base_url="https://yourhost.com/path/to/api",
110
110
  )
@@ -140,9 +140,9 @@ class AsyncBillingClient:
140
140
 
141
141
  - cancel_url: str.
142
142
  ---
143
- from platform.client import AsyncPlatformApi
143
+ from platform.client import AsyncLlamaCloud
144
144
 
145
- client = AsyncPlatformApi(
145
+ client = AsyncLlamaCloud(
146
146
  token="YOUR_TOKEN",
147
147
  base_url="https://yourhost.com/path/to/api",
148
148
  )
@@ -175,9 +175,9 @@ class AsyncBillingClient:
175
175
  Parameters:
176
176
  - return_url: str.
177
177
  ---
178
- from platform.client import AsyncPlatformApi
178
+ from platform.client import AsyncLlamaCloud
179
179
 
180
- client = AsyncPlatformApi(
180
+ client = AsyncLlamaCloud(
181
181
  token="YOUR_TOKEN",
182
182
  base_url="https://yourhost.com/path/to/api",
183
183
  )
@@ -209,9 +209,9 @@ class AsyncBillingClient:
209
209
  Parameters:
210
210
  - stripe_signature: typing.Optional[str].
211
211
  ---
212
- from platform.client import AsyncPlatformApi
212
+ from platform.client import AsyncLlamaCloud
213
213
 
214
- client = AsyncPlatformApi(
214
+ client = AsyncLlamaCloud(
215
215
  token="YOUR_TOKEN",
216
216
  base_url="https://yourhost.com/path/to/api",
217
217
  )
@@ -25,9 +25,9 @@ class ComponentDefinitionsClient:
25
25
  Get all configurable transformation component definitions.
26
26
 
27
27
  ---
28
- from platform.client import PlatformApi
28
+ from platform.client import LlamaCloud
29
29
 
30
- client = PlatformApi(
30
+ client = LlamaCloud(
31
31
  token="YOUR_TOKEN",
32
32
  base_url="https://yourhost.com/path/to/api",
33
33
  )
@@ -54,9 +54,9 @@ class ComponentDefinitionsClient:
54
54
  Get all data source component definitions.
55
55
 
56
56
  ---
57
- from platform.client import PlatformApi
57
+ from platform.client import LlamaCloud
58
58
 
59
- client = PlatformApi(
59
+ client = LlamaCloud(
60
60
  token="YOUR_TOKEN",
61
61
  base_url="https://yourhost.com/path/to/api",
62
62
  )
@@ -81,9 +81,9 @@ class ComponentDefinitionsClient:
81
81
  Get all data sink component definitions.
82
82
 
83
83
  ---
84
- from platform.client import PlatformApi
84
+ from platform.client import LlamaCloud
85
85
 
86
- client = PlatformApi(
86
+ client = LlamaCloud(
87
87
  token="YOUR_TOKEN",
88
88
  base_url="https://yourhost.com/path/to/api",
89
89
  )
@@ -113,9 +113,9 @@ class AsyncComponentDefinitionsClient:
113
113
  Get all configurable transformation component definitions.
114
114
 
115
115
  ---
116
- from platform.client import AsyncPlatformApi
116
+ from platform.client import AsyncLlamaCloud
117
117
 
118
- client = AsyncPlatformApi(
118
+ client = AsyncLlamaCloud(
119
119
  token="YOUR_TOKEN",
120
120
  base_url="https://yourhost.com/path/to/api",
121
121
  )
@@ -142,9 +142,9 @@ class AsyncComponentDefinitionsClient:
142
142
  Get all data source component definitions.
143
143
 
144
144
  ---
145
- from platform.client import AsyncPlatformApi
145
+ from platform.client import AsyncLlamaCloud
146
146
 
147
- client = AsyncPlatformApi(
147
+ client = AsyncLlamaCloud(
148
148
  token="YOUR_TOKEN",
149
149
  base_url="https://yourhost.com/path/to/api",
150
150
  )
@@ -169,9 +169,9 @@ class AsyncComponentDefinitionsClient:
169
169
  Get all data sink component definitions.
170
170
 
171
171
  ---
172
- from platform.client import AsyncPlatformApi
172
+ from platform.client import AsyncLlamaCloud
173
173
 
174
- client = AsyncPlatformApi(
174
+ client = AsyncLlamaCloud(
175
175
  token="YOUR_TOKEN",
176
176
  base_url="https://yourhost.com/path/to/api",
177
177
  )
@@ -36,9 +36,9 @@ class DataSinksClient:
36
36
  Parameters:
37
37
  - project_id: typing.Optional[str].
38
38
  ---
39
- from platform.client import PlatformApi
39
+ from platform.client import LlamaCloud
40
40
 
41
- client = PlatformApi(
41
+ client = LlamaCloud(
42
42
  token="YOUR_TOKEN",
43
43
  base_url="https://yourhost.com/path/to/api",
44
44
  )
@@ -71,9 +71,9 @@ class DataSinksClient:
71
71
  - request: DataSinkCreate.
72
72
  ---
73
73
  from platform import ConfigurableDataSinkNames, DataSinkCreate
74
- from platform.client import PlatformApi
74
+ from platform.client import LlamaCloud
75
75
 
76
- client = PlatformApi(
76
+ client = LlamaCloud(
77
77
  token="YOUR_TOKEN",
78
78
  base_url="https://yourhost.com/path/to/api",
79
79
  )
@@ -113,9 +113,9 @@ class DataSinksClient:
113
113
  - request: DataSinkCreate.
114
114
  ---
115
115
  from platform import ConfigurableDataSinkNames, DataSinkCreate
116
- from platform.client import PlatformApi
116
+ from platform.client import LlamaCloud
117
117
 
118
- client = PlatformApi(
118
+ client = LlamaCloud(
119
119
  token="YOUR_TOKEN",
120
120
  base_url="https://yourhost.com/path/to/api",
121
121
  )
@@ -151,9 +151,9 @@ class DataSinksClient:
151
151
  Parameters:
152
152
  - data_sink_id: str.
153
153
  ---
154
- from platform.client import PlatformApi
154
+ from platform.client import LlamaCloud
155
155
 
156
- client = PlatformApi(
156
+ client = LlamaCloud(
157
157
  token="YOUR_TOKEN",
158
158
  base_url="https://yourhost.com/path/to/api",
159
159
  )
@@ -198,9 +198,9 @@ class DataSinksClient:
198
198
  - component: typing.Optional[DataSinkUpdateComponent].
199
199
  ---
200
200
  from platform import ConfigurableDataSinkNames
201
- from platform.client import PlatformApi
201
+ from platform.client import LlamaCloud
202
202
 
203
- client = PlatformApi(
203
+ client = LlamaCloud(
204
204
  token="YOUR_TOKEN",
205
205
  base_url="https://yourhost.com/path/to/api",
206
206
  )
@@ -238,9 +238,9 @@ class DataSinksClient:
238
238
  Parameters:
239
239
  - data_sink_id: str.
240
240
  ---
241
- from platform.client import PlatformApi
241
+ from platform.client import LlamaCloud
242
242
 
243
- client = PlatformApi(
243
+ client = LlamaCloud(
244
244
  token="YOUR_TOKEN",
245
245
  base_url="https://yourhost.com/path/to/api",
246
246
  )
@@ -277,9 +277,9 @@ class AsyncDataSinksClient:
277
277
  Parameters:
278
278
  - project_id: typing.Optional[str].
279
279
  ---
280
- from platform.client import AsyncPlatformApi
280
+ from platform.client import AsyncLlamaCloud
281
281
 
282
- client = AsyncPlatformApi(
282
+ client = AsyncLlamaCloud(
283
283
  token="YOUR_TOKEN",
284
284
  base_url="https://yourhost.com/path/to/api",
285
285
  )
@@ -312,9 +312,9 @@ class AsyncDataSinksClient:
312
312
  - request: DataSinkCreate.
313
313
  ---
314
314
  from platform import ConfigurableDataSinkNames, DataSinkCreate
315
- from platform.client import AsyncPlatformApi
315
+ from platform.client import AsyncLlamaCloud
316
316
 
317
- client = AsyncPlatformApi(
317
+ client = AsyncLlamaCloud(
318
318
  token="YOUR_TOKEN",
319
319
  base_url="https://yourhost.com/path/to/api",
320
320
  )
@@ -354,9 +354,9 @@ class AsyncDataSinksClient:
354
354
  - request: DataSinkCreate.
355
355
  ---
356
356
  from platform import ConfigurableDataSinkNames, DataSinkCreate
357
- from platform.client import AsyncPlatformApi
357
+ from platform.client import AsyncLlamaCloud
358
358
 
359
- client = AsyncPlatformApi(
359
+ client = AsyncLlamaCloud(
360
360
  token="YOUR_TOKEN",
361
361
  base_url="https://yourhost.com/path/to/api",
362
362
  )
@@ -392,9 +392,9 @@ class AsyncDataSinksClient:
392
392
  Parameters:
393
393
  - data_sink_id: str.
394
394
  ---
395
- from platform.client import AsyncPlatformApi
395
+ from platform.client import AsyncLlamaCloud
396
396
 
397
- client = AsyncPlatformApi(
397
+ client = AsyncLlamaCloud(
398
398
  token="YOUR_TOKEN",
399
399
  base_url="https://yourhost.com/path/to/api",
400
400
  )
@@ -439,9 +439,9 @@ class AsyncDataSinksClient:
439
439
  - component: typing.Optional[DataSinkUpdateComponent].
440
440
  ---
441
441
  from platform import ConfigurableDataSinkNames
442
- from platform.client import AsyncPlatformApi
442
+ from platform.client import AsyncLlamaCloud
443
443
 
444
- client = AsyncPlatformApi(
444
+ client = AsyncLlamaCloud(
445
445
  token="YOUR_TOKEN",
446
446
  base_url="https://yourhost.com/path/to/api",
447
447
  )
@@ -479,9 +479,9 @@ class AsyncDataSinksClient:
479
479
  Parameters:
480
480
  - data_sink_id: str.
481
481
  ---
482
- from platform.client import AsyncPlatformApi
482
+ from platform.client import AsyncLlamaCloud
483
483
 
484
- client = AsyncPlatformApi(
484
+ client = AsyncLlamaCloud(
485
485
  token="YOUR_TOKEN",
486
486
  base_url="https://yourhost.com/path/to/api",
487
487
  )
@@ -37,9 +37,9 @@ class DataSourcesClient:
37
37
  Parameters:
38
38
  - project_id: typing.Optional[str].
39
39
  ---
40
- from platform.client import PlatformApi
40
+ from platform.client import LlamaCloud
41
41
 
42
- client = PlatformApi(
42
+ client = LlamaCloud(
43
43
  token="YOUR_TOKEN",
44
44
  base_url="https://yourhost.com/path/to/api",
45
45
  )
@@ -72,9 +72,9 @@ class DataSourcesClient:
72
72
  - request: DataSourceCreate.
73
73
  ---
74
74
  from platform import ConfigurableDataSourceNames, DataSourceCreate
75
- from platform.client import PlatformApi
75
+ from platform.client import LlamaCloud
76
76
 
77
- client = PlatformApi(
77
+ client = LlamaCloud(
78
78
  token="YOUR_TOKEN",
79
79
  base_url="https://yourhost.com/path/to/api",
80
80
  )
@@ -114,9 +114,9 @@ class DataSourcesClient:
114
114
  - request: DataSourceCreate.
115
115
  ---
116
116
  from platform import ConfigurableDataSourceNames, DataSourceCreate
117
- from platform.client import PlatformApi
117
+ from platform.client import LlamaCloud
118
118
 
119
- client = PlatformApi(
119
+ client = LlamaCloud(
120
120
  token="YOUR_TOKEN",
121
121
  base_url="https://yourhost.com/path/to/api",
122
122
  )
@@ -152,9 +152,9 @@ class DataSourcesClient:
152
152
  Parameters:
153
153
  - data_source_id: str.
154
154
  ---
155
- from platform.client import PlatformApi
155
+ from platform.client import LlamaCloud
156
156
 
157
- client = PlatformApi(
157
+ client = LlamaCloud(
158
158
  token="YOUR_TOKEN",
159
159
  base_url="https://yourhost.com/path/to/api",
160
160
  )
@@ -202,9 +202,9 @@ class DataSourcesClient:
202
202
  - component: typing.Optional[DataSourceUpdateComponent].
203
203
  ---
204
204
  from platform import ConfigurableDataSourceNames
205
- from platform.client import PlatformApi
205
+ from platform.client import LlamaCloud
206
206
 
207
- client = PlatformApi(
207
+ client = LlamaCloud(
208
208
  token="YOUR_TOKEN",
209
209
  base_url="https://yourhost.com/path/to/api",
210
210
  )
@@ -244,9 +244,9 @@ class DataSourcesClient:
244
244
  Parameters:
245
245
  - data_source_id: str.
246
246
  ---
247
- from platform.client import PlatformApi
247
+ from platform.client import LlamaCloud
248
248
 
249
- client = PlatformApi(
249
+ client = LlamaCloud(
250
250
  token="YOUR_TOKEN",
251
251
  base_url="https://yourhost.com/path/to/api",
252
252
  )
@@ -283,9 +283,9 @@ class AsyncDataSourcesClient:
283
283
  Parameters:
284
284
  - project_id: typing.Optional[str].
285
285
  ---
286
- from platform.client import AsyncPlatformApi
286
+ from platform.client import AsyncLlamaCloud
287
287
 
288
- client = AsyncPlatformApi(
288
+ client = AsyncLlamaCloud(
289
289
  token="YOUR_TOKEN",
290
290
  base_url="https://yourhost.com/path/to/api",
291
291
  )
@@ -320,9 +320,9 @@ class AsyncDataSourcesClient:
320
320
  - request: DataSourceCreate.
321
321
  ---
322
322
  from platform import ConfigurableDataSourceNames, DataSourceCreate
323
- from platform.client import AsyncPlatformApi
323
+ from platform.client import AsyncLlamaCloud
324
324
 
325
- client = AsyncPlatformApi(
325
+ client = AsyncLlamaCloud(
326
326
  token="YOUR_TOKEN",
327
327
  base_url="https://yourhost.com/path/to/api",
328
328
  )
@@ -364,9 +364,9 @@ class AsyncDataSourcesClient:
364
364
  - request: DataSourceCreate.
365
365
  ---
366
366
  from platform import ConfigurableDataSourceNames, DataSourceCreate
367
- from platform.client import AsyncPlatformApi
367
+ from platform.client import AsyncLlamaCloud
368
368
 
369
- client = AsyncPlatformApi(
369
+ client = AsyncLlamaCloud(
370
370
  token="YOUR_TOKEN",
371
371
  base_url="https://yourhost.com/path/to/api",
372
372
  )
@@ -402,9 +402,9 @@ class AsyncDataSourcesClient:
402
402
  Parameters:
403
403
  - data_source_id: str.
404
404
  ---
405
- from platform.client import AsyncPlatformApi
405
+ from platform.client import AsyncLlamaCloud
406
406
 
407
- client = AsyncPlatformApi(
407
+ client = AsyncLlamaCloud(
408
408
  token="YOUR_TOKEN",
409
409
  base_url="https://yourhost.com/path/to/api",
410
410
  )
@@ -452,9 +452,9 @@ class AsyncDataSourcesClient:
452
452
  - component: typing.Optional[DataSourceUpdateComponent].
453
453
  ---
454
454
  from platform import ConfigurableDataSourceNames
455
- from platform.client import AsyncPlatformApi
455
+ from platform.client import AsyncLlamaCloud
456
456
 
457
- client = AsyncPlatformApi(
457
+ client = AsyncLlamaCloud(
458
458
  token="YOUR_TOKEN",
459
459
  base_url="https://yourhost.com/path/to/api",
460
460
  )
@@ -494,9 +494,9 @@ class AsyncDataSourcesClient:
494
494
  Parameters:
495
495
  - data_source_id: str.
496
496
  ---
497
- from platform.client import AsyncPlatformApi
497
+ from platform.client import AsyncLlamaCloud
498
498
 
499
- client = AsyncPlatformApi(
499
+ client = AsyncLlamaCloud(
500
500
  token="YOUR_TOKEN",
501
501
  base_url="https://yourhost.com/path/to/api",
502
502
  )