llama-cloud 0.1.14__tar.gz → 0.1.15__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 (341) hide show
  1. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/PKG-INFO +1 -1
  2. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/__init__.py +8 -0
  3. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/llama_extract/client.py +168 -6
  4. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/parsing/client.py +0 -8
  5. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/__init__.py +8 -0
  6. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/chunk_mode.py +4 -0
  7. llama_cloud-0.1.15/llama_cloud/types/extract_job_create_batch.py +42 -0
  8. llama_cloud-0.1.15/llama_cloud/types/extract_job_create_batch_data_schema_override.py +9 -0
  9. llama_cloud-0.1.15/llama_cloud/types/extract_job_create_batch_data_schema_override_zero_value.py +7 -0
  10. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llama_parse_parameters.py +0 -1
  11. llama_cloud-0.1.15/llama_cloud/types/paginated_extract_runs_response.py +39 -0
  12. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/usage.py +2 -1
  13. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/pyproject.toml +1 -1
  14. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/LICENSE +0 -0
  15. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/README.md +0 -0
  16. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/client.py +0 -0
  17. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/__init__.py +0 -0
  18. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/api_error.py +0 -0
  19. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/client_wrapper.py +0 -0
  20. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/datetime_utils.py +0 -0
  21. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/jsonable_encoder.py +0 -0
  22. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/core/remove_none_from_dict.py +0 -0
  23. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/environment.py +0 -0
  24. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/errors/__init__.py +0 -0
  25. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
  26. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/__init__.py +0 -0
  27. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/chat_apps/__init__.py +0 -0
  28. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/chat_apps/client.py +0 -0
  29. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/component_definitions/__init__.py +0 -0
  30. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/component_definitions/client.py +0 -0
  31. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sinks/__init__.py +0 -0
  32. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sinks/client.py +0 -0
  33. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
  34. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
  35. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sources/__init__.py +0 -0
  36. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sources/client.py +0 -0
  37. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
  38. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
  39. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
  40. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/embedding_model_configs/__init__.py +0 -0
  41. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/embedding_model_configs/client.py +0 -0
  42. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/embedding_model_configs/types/__init__.py +0 -0
  43. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/embedding_model_configs/types/embedding_model_config_create_embedding_config.py +0 -0
  44. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/evals/__init__.py +0 -0
  45. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/evals/client.py +0 -0
  46. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/__init__.py +0 -0
  47. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/client.py +0 -0
  48. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/types/__init__.py +0 -0
  49. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py +0 -0
  50. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/types/file_create_permission_info_value.py +0 -0
  51. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
  52. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/jobs/__init__.py +0 -0
  53. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/jobs/client.py +0 -0
  54. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/llama_extract/__init__.py +0 -0
  55. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/organizations/__init__.py +0 -0
  56. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/organizations/client.py +0 -0
  57. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/parsing/__init__.py +0 -0
  58. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/__init__.py +0 -0
  59. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/client.py +0 -0
  60. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
  61. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
  62. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py +0 -0
  63. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -0
  64. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/projects/__init__.py +0 -0
  65. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/projects/client.py +0 -0
  66. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/reports/__init__.py +0 -0
  67. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/reports/client.py +0 -0
  68. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/reports/types/__init__.py +0 -0
  69. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py +0 -0
  70. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/retrievers/__init__.py +0 -0
  71. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/resources/retrievers/client.py +0 -0
  72. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
  73. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
  74. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
  75. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/app_schema_chat_chat_message.py +0 -0
  76. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/auto_transform_config.py +0 -0
  77. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
  78. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/azure_open_ai_embedding_config.py +0 -0
  79. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/base_plan.py +0 -0
  80. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/base_plan_metronome_plan_type.py +0 -0
  81. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/base_plan_name.py +0 -0
  82. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/base_plan_plan_frequency.py +0 -0
  83. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/base_prompt_template.py +0 -0
  84. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/bedrock_embedding.py +0 -0
  85. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/bedrock_embedding_config.py +0 -0
  86. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/billing_period.py +0 -0
  87. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/box_auth_mechanism.py +0 -0
  88. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/character_chunking_config.py +0 -0
  89. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/character_splitter.py +0 -0
  90. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/chat_app.py +0 -0
  91. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/chat_app_response.py +0 -0
  92. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/chat_data.py +0 -0
  93. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
  94. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
  95. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_box_data_source.py +0 -0
  96. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_confluence_data_source.py +0 -0
  97. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_document.py +0 -0
  98. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_document_create.py +0 -0
  99. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_google_drive_data_source.py +0 -0
  100. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_jira_data_source.py +0 -0
  101. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
  102. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
  103. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_notion_page_data_source.py +0 -0
  104. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
  105. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
  106. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
  107. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
  108. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
  109. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
  110. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cloud_slack_data_source.py +0 -0
  111. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/code_splitter.py +0 -0
  112. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cohere_embedding.py +0 -0
  113. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/cohere_embedding_config.py +0 -0
  114. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/composite_retrieval_mode.py +0 -0
  115. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/composite_retrieval_result.py +0 -0
  116. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/composite_retrieved_text_node.py +0 -0
  117. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/composite_retrieved_text_node_with_score.py +0 -0
  118. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configurable_data_sink_names.py +0 -0
  119. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configurable_data_source_names.py +0 -0
  120. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configurable_transformation_definition.py +0 -0
  121. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configurable_transformation_names.py +0 -0
  122. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configured_transformation_item.py +0 -0
  123. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/configured_transformation_item_component.py +0 -0
  124. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/credit_type.py +0 -0
  125. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_sink.py +0 -0
  126. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_sink_component.py +0 -0
  127. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_sink_create.py +0 -0
  128. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_sink_create_component.py +0 -0
  129. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_sink_definition.py +0 -0
  130. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source.py +0 -0
  131. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_component.py +0 -0
  132. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_create.py +0 -0
  133. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_create_component.py +0 -0
  134. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
  135. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
  136. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/data_source_definition.py +0 -0
  137. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/edit_suggestion.py +0 -0
  138. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/edit_suggestion_blocks_item.py +0 -0
  139. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/element_segmentation_config.py +0 -0
  140. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/embedding_model_config.py +0 -0
  141. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/embedding_model_config_embedding_config.py +0 -0
  142. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/embedding_model_config_update.py +0 -0
  143. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/embedding_model_config_update_embedding_config.py +0 -0
  144. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_dataset.py +0 -0
  145. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_dataset_job_params.py +0 -0
  146. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_dataset_job_record.py +0 -0
  147. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_execution_params.py +0 -0
  148. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_execution_params_override.py +0 -0
  149. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_metric.py +0 -0
  150. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_question.py +0 -0
  151. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_question_create.py +0 -0
  152. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/eval_question_result.py +0 -0
  153. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent.py +0 -0
  154. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_create.py +0 -0
  155. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_create_data_schema.py +0 -0
  156. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_create_data_schema_zero_value.py +0 -0
  157. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_data_schema_value.py +0 -0
  158. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_update.py +0 -0
  159. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_update_data_schema.py +0 -0
  160. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_agent_update_data_schema_zero_value.py +0 -0
  161. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_config.py +0 -0
  162. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_job.py +0 -0
  163. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_job_create.py +0 -0
  164. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_job_create_data_schema_override.py +0 -0
  165. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_job_create_data_schema_override_zero_value.py +0 -0
  166. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_mode.py +0 -0
  167. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_resultset.py +0 -0
  168. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_resultset_data.py +0 -0
  169. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_resultset_data_item_value.py +0 -0
  170. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_resultset_data_zero_value.py +0 -0
  171. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_resultset_extraction_metadata_value.py +0 -0
  172. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run.py +0 -0
  173. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run_data.py +0 -0
  174. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run_data_item_value.py +0 -0
  175. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run_data_schema_value.py +0 -0
  176. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run_data_zero_value.py +0 -0
  177. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_run_extraction_metadata_value.py +0 -0
  178. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_schema_validate_request.py +0 -0
  179. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_schema_validate_request_data_schema.py +0 -0
  180. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_schema_validate_request_data_schema_zero_value.py +0 -0
  181. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_schema_validate_response.py +0 -0
  182. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_schema_validate_response_data_schema_value.py +0 -0
  183. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_state.py +0 -0
  184. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/extract_target.py +0 -0
  185. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/file.py +0 -0
  186. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/file_permission_info_value.py +0 -0
  187. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/file_resource_info_value.py +0 -0
  188. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/filter_condition.py +0 -0
  189. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/filter_operator.py +0 -0
  190. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/free_credits_usage.py +0 -0
  191. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/gemini_embedding.py +0 -0
  192. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/gemini_embedding_config.py +0 -0
  193. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/http_validation_error.py +0 -0
  194. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
  195. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/hugging_face_inference_api_embedding_config.py +0 -0
  196. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
  197. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/image_block.py +0 -0
  198. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/ingestion_error_response.py +0 -0
  199. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/input_message.py +0 -0
  200. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/job_name_mapping.py +0 -0
  201. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/job_names.py +0 -0
  202. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/job_record.py +0 -0
  203. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/job_record_with_usage_metrics.py +0 -0
  204. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llama_extract_settings.py +0 -0
  205. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llama_index_core_base_llms_types_chat_message.py +0 -0
  206. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llama_index_core_base_llms_types_chat_message_blocks_item.py +0 -0
  207. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
  208. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llm.py +0 -0
  209. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llm_model_data.py +0 -0
  210. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/llm_parameters.py +0 -0
  211. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/local_eval.py +0 -0
  212. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/local_eval_results.py +0 -0
  213. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/local_eval_sets.py +0 -0
  214. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/managed_ingestion_status.py +0 -0
  215. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/managed_ingestion_status_response.py +0 -0
  216. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/markdown_element_node_parser.py +0 -0
  217. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/markdown_node_parser.py +0 -0
  218. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/message_annotation.py +0 -0
  219. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/message_role.py +0 -0
  220. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/metadata_filter.py +0 -0
  221. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/metadata_filter_value.py +0 -0
  222. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/metadata_filters.py +0 -0
  223. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
  224. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/metric_result.py +0 -0
  225. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/node_parser.py +0 -0
  226. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/node_relationship.py +0 -0
  227. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/none_chunking_config.py +0 -0
  228. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/none_segmentation_config.py +0 -0
  229. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/object_type.py +0 -0
  230. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/open_ai_embedding.py +0 -0
  231. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/open_ai_embedding_config.py +0 -0
  232. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/organization.py +0 -0
  233. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/organization_create.py +0 -0
  234. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/page_figure_metadata.py +0 -0
  235. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/page_screenshot_metadata.py +0 -0
  236. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/page_screenshot_node_with_score.py +0 -0
  237. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/page_segmentation_config.py +0 -0
  238. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/page_splitter_node_parser.py +0 -0
  239. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/paginated_jobs_history_with_metrics.py +0 -0
  240. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/paginated_list_cloud_documents_response.py +0 -0
  241. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/paginated_list_pipeline_files_response.py +0 -0
  242. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/paginated_report_response.py +0 -0
  243. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parse_plan_level.py +0 -0
  244. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parser_languages.py +0 -0
  245. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_history_item.py +0 -0
  246. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_job.py +0 -0
  247. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_job_json_result.py +0 -0
  248. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
  249. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_job_structured_result.py +0 -0
  250. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_job_text_result.py +0 -0
  251. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_mode.py +0 -0
  252. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/parsing_usage.py +0 -0
  253. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/partition_names.py +0 -0
  254. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/permission.py +0 -0
  255. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline.py +0 -0
  256. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_configuration_hashes.py +0 -0
  257. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_create.py +0 -0
  258. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_create_embedding_config.py +0 -0
  259. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_create_transform_config.py +0 -0
  260. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_data_source.py +0 -0
  261. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_data_source_component.py +0 -0
  262. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_data_source_create.py +0 -0
  263. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
  264. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_deployment.py +0 -0
  265. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_embedding_config.py +0 -0
  266. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file.py +0 -0
  267. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_config_hash_value.py +0 -0
  268. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_create.py +0 -0
  269. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
  270. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
  271. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_permission_info_value.py +0 -0
  272. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
  273. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_transform_config.py +0 -0
  274. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pipeline_type.py +0 -0
  275. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/plan_limits.py +0 -0
  276. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/playground_session.py +0 -0
  277. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pooling.py +0 -0
  278. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/preset_composite_retrieval_params.py +0 -0
  279. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/preset_retrieval_params.py +0 -0
  280. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/presigned_url.py +0 -0
  281. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/progress_event.py +0 -0
  282. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/progress_event_status.py +0 -0
  283. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/project.py +0 -0
  284. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/project_create.py +0 -0
  285. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/prompt_conf.py +0 -0
  286. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/prompt_mixin_prompts.py +0 -0
  287. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/prompt_spec.py +0 -0
  288. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/pydantic_program_mode.py +0 -0
  289. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/recurring_credit_grant.py +0 -0
  290. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/related_node_info.py +0 -0
  291. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/related_node_info_node_type.py +0 -0
  292. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report.py +0 -0
  293. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_block.py +0 -0
  294. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_block_dependency.py +0 -0
  295. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_create_response.py +0 -0
  296. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_event_item.py +0 -0
  297. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_event_item_event_data.py +0 -0
  298. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_event_type.py +0 -0
  299. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_metadata.py +0 -0
  300. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_plan.py +0 -0
  301. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_plan_block.py +0 -0
  302. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_query.py +0 -0
  303. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_response.py +0 -0
  304. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_state.py +0 -0
  305. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_state_event.py +0 -0
  306. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/report_update_event.py +0 -0
  307. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/retrieval_mode.py +0 -0
  308. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/retrieve_results.py +0 -0
  309. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/retriever.py +0 -0
  310. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/retriever_create.py +0 -0
  311. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/retriever_pipeline.py +0 -0
  312. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/role.py +0 -0
  313. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/schema_relax_mode.py +0 -0
  314. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/semantic_chunking_config.py +0 -0
  315. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/sentence_chunking_config.py +0 -0
  316. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/sentence_splitter.py +0 -0
  317. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/status_enum.py +0 -0
  318. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/struct_mode.py +0 -0
  319. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/struct_parse_conf.py +0 -0
  320. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/supported_llm_model.py +0 -0
  321. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/supported_llm_model_names.py +0 -0
  322. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/text_block.py +0 -0
  323. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/text_node.py +0 -0
  324. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/text_node_relationships_value.py +0 -0
  325. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/text_node_with_score.py +0 -0
  326. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/token_chunking_config.py +0 -0
  327. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/token_text_splitter.py +0 -0
  328. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/transformation_category_names.py +0 -0
  329. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/usage_active_alerts_item.py +0 -0
  330. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/usage_and_plan.py +0 -0
  331. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/usage_metric_response.py +0 -0
  332. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/user_job_record.py +0 -0
  333. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/user_organization.py +0 -0
  334. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/user_organization_create.py +0 -0
  335. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/user_organization_delete.py +0 -0
  336. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/user_organization_role.py +0 -0
  337. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/validation_error.py +0 -0
  338. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/validation_error_loc_item.py +0 -0
  339. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/vertex_ai_embedding_config.py +0 -0
  340. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/vertex_embedding_mode.py +0 -0
  341. {llama_cloud-0.1.14 → llama_cloud-0.1.15}/llama_cloud/types/vertex_text_embedding.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-cloud
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Logan Markewich
@@ -116,6 +116,9 @@ from .types import (
116
116
  ExtractConfig,
117
117
  ExtractJob,
118
118
  ExtractJobCreate,
119
+ ExtractJobCreateBatch,
120
+ ExtractJobCreateBatchDataSchemaOverride,
121
+ ExtractJobCreateBatchDataSchemaOverrideZeroValue,
119
122
  ExtractJobCreateDataSchemaOverride,
120
123
  ExtractJobCreateDataSchemaOverrideZeroValue,
121
124
  ExtractMode,
@@ -194,6 +197,7 @@ from .types import (
194
197
  PageScreenshotNodeWithScore,
195
198
  PageSegmentationConfig,
196
199
  PageSplitterNodeParser,
200
+ PaginatedExtractRunsResponse,
197
201
  PaginatedJobsHistoryWithMetrics,
198
202
  PaginatedListCloudDocumentsResponse,
199
203
  PaginatedListPipelineFilesResponse,
@@ -490,6 +494,9 @@ __all__ = [
490
494
  "ExtractConfig",
491
495
  "ExtractJob",
492
496
  "ExtractJobCreate",
497
+ "ExtractJobCreateBatch",
498
+ "ExtractJobCreateBatchDataSchemaOverride",
499
+ "ExtractJobCreateBatchDataSchemaOverrideZeroValue",
493
500
  "ExtractJobCreateDataSchemaOverride",
494
501
  "ExtractJobCreateDataSchemaOverrideZeroValue",
495
502
  "ExtractMode",
@@ -572,6 +579,7 @@ __all__ = [
572
579
  "PageScreenshotNodeWithScore",
573
580
  "PageSegmentationConfig",
574
581
  "PageSplitterNodeParser",
582
+ "PaginatedExtractRunsResponse",
575
583
  "PaginatedJobsHistoryWithMetrics",
576
584
  "PaginatedListCloudDocumentsResponse",
577
585
  "PaginatedListPipelineFilesResponse",
@@ -14,12 +14,14 @@ from ...types.extract_agent_create import ExtractAgentCreate
14
14
  from ...types.extract_agent_update import ExtractAgentUpdate
15
15
  from ...types.extract_job import ExtractJob
16
16
  from ...types.extract_job_create import ExtractJobCreate
17
+ from ...types.extract_job_create_batch import ExtractJobCreateBatch
17
18
  from ...types.extract_resultset import ExtractResultset
18
19
  from ...types.extract_run import ExtractRun
19
20
  from ...types.extract_schema_validate_request import ExtractSchemaValidateRequest
20
21
  from ...types.extract_schema_validate_response import ExtractSchemaValidateResponse
21
22
  from ...types.http_validation_error import HttpValidationError
22
23
  from ...types.llama_extract_settings import LlamaExtractSettings
24
+ from ...types.paginated_extract_runs_response import PaginatedExtractRunsResponse
23
25
 
24
26
  try:
25
27
  import pydantic
@@ -469,6 +471,50 @@ class LlamaExtractClient:
469
471
  raise ApiError(status_code=_response.status_code, body=_response.text)
470
472
  raise ApiError(status_code=_response.status_code, body=_response_json)
471
473
 
474
+ def run_batch_jobs(self, *, request: ExtractJobCreateBatch) -> typing.List[ExtractJob]:
475
+ """
476
+ Parameters:
477
+ - request: ExtractJobCreateBatch.
478
+ ---
479
+ from llama_cloud import (
480
+ ExtractConfig,
481
+ ExtractJobCreateBatch,
482
+ ExtractMode,
483
+ ExtractTarget,
484
+ )
485
+ from llama_cloud.client import LlamaCloud
486
+
487
+ client = LlamaCloud(
488
+ token="YOUR_TOKEN",
489
+ )
490
+ client.llama_extract.run_batch_jobs(
491
+ request=ExtractJobCreateBatch(
492
+ extraction_agent_id="string",
493
+ file_ids=[],
494
+ config_override=ExtractConfig(
495
+ extraction_target=ExtractTarget.PER_DOC,
496
+ extraction_mode=ExtractMode.FAST,
497
+ ),
498
+ ),
499
+ )
500
+ """
501
+ _response = self._client_wrapper.httpx_client.request(
502
+ "POST",
503
+ urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/extraction/jobs/batch"),
504
+ json=jsonable_encoder(request),
505
+ headers=self._client_wrapper.get_headers(),
506
+ timeout=60,
507
+ )
508
+ if 200 <= _response.status_code < 300:
509
+ return pydantic.parse_obj_as(typing.List[ExtractJob], _response.json()) # type: ignore
510
+ if _response.status_code == 422:
511
+ raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
512
+ try:
513
+ _response_json = _response.json()
514
+ except JSONDecodeError:
515
+ raise ApiError(status_code=_response.status_code, body=_response.text)
516
+ raise ApiError(status_code=_response.status_code, body=_response_json)
517
+
472
518
  def get_job_result(self, job_id: str) -> ExtractResultset:
473
519
  """
474
520
  Parameters:
@@ -499,10 +545,16 @@ class LlamaExtractClient:
499
545
  raise ApiError(status_code=_response.status_code, body=_response.text)
500
546
  raise ApiError(status_code=_response.status_code, body=_response_json)
501
547
 
502
- def list_extract_runs(self, *, extraction_agent_id: str) -> typing.List[ExtractRun]:
548
+ def list_extract_runs(
549
+ self, *, extraction_agent_id: str, skip: typing.Optional[int] = None, limit: typing.Optional[int] = None
550
+ ) -> PaginatedExtractRunsResponse:
503
551
  """
504
552
  Parameters:
505
553
  - extraction_agent_id: str.
554
+
555
+ - skip: typing.Optional[int].
556
+
557
+ - limit: typing.Optional[int].
506
558
  ---
507
559
  from llama_cloud.client import LlamaCloud
508
560
 
@@ -516,12 +568,12 @@ class LlamaExtractClient:
516
568
  _response = self._client_wrapper.httpx_client.request(
517
569
  "GET",
518
570
  urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/extraction/runs"),
519
- params=remove_none_from_dict({"extraction_agent_id": extraction_agent_id}),
571
+ params=remove_none_from_dict({"extraction_agent_id": extraction_agent_id, "skip": skip, "limit": limit}),
520
572
  headers=self._client_wrapper.get_headers(),
521
573
  timeout=60,
522
574
  )
523
575
  if 200 <= _response.status_code < 300:
524
- return pydantic.parse_obj_as(typing.List[ExtractRun], _response.json()) # type: ignore
576
+ return pydantic.parse_obj_as(PaginatedExtractRunsResponse, _response.json()) # type: ignore
525
577
  if _response.status_code == 422:
526
578
  raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
527
579
  try:
@@ -590,6 +642,36 @@ class LlamaExtractClient:
590
642
  raise ApiError(status_code=_response.status_code, body=_response.text)
591
643
  raise ApiError(status_code=_response.status_code, body=_response_json)
592
644
 
645
+ def delete_extraction_run(self, run_id: str) -> typing.Any:
646
+ """
647
+ Parameters:
648
+ - run_id: str.
649
+ ---
650
+ from llama_cloud.client import LlamaCloud
651
+
652
+ client = LlamaCloud(
653
+ token="YOUR_TOKEN",
654
+ )
655
+ client.llama_extract.delete_extraction_run(
656
+ run_id="string",
657
+ )
658
+ """
659
+ _response = self._client_wrapper.httpx_client.request(
660
+ "DELETE",
661
+ urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", f"api/v1/extraction/runs/{run_id}"),
662
+ headers=self._client_wrapper.get_headers(),
663
+ timeout=60,
664
+ )
665
+ if 200 <= _response.status_code < 300:
666
+ return pydantic.parse_obj_as(typing.Any, _response.json()) # type: ignore
667
+ if _response.status_code == 422:
668
+ raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
669
+ try:
670
+ _response_json = _response.json()
671
+ except JSONDecodeError:
672
+ raise ApiError(status_code=_response.status_code, body=_response.text)
673
+ raise ApiError(status_code=_response.status_code, body=_response_json)
674
+
593
675
 
594
676
  class AsyncLlamaExtractClient:
595
677
  def __init__(self, *, client_wrapper: AsyncClientWrapper):
@@ -1029,6 +1111,50 @@ class AsyncLlamaExtractClient:
1029
1111
  raise ApiError(status_code=_response.status_code, body=_response.text)
1030
1112
  raise ApiError(status_code=_response.status_code, body=_response_json)
1031
1113
 
1114
+ async def run_batch_jobs(self, *, request: ExtractJobCreateBatch) -> typing.List[ExtractJob]:
1115
+ """
1116
+ Parameters:
1117
+ - request: ExtractJobCreateBatch.
1118
+ ---
1119
+ from llama_cloud import (
1120
+ ExtractConfig,
1121
+ ExtractJobCreateBatch,
1122
+ ExtractMode,
1123
+ ExtractTarget,
1124
+ )
1125
+ from llama_cloud.client import AsyncLlamaCloud
1126
+
1127
+ client = AsyncLlamaCloud(
1128
+ token="YOUR_TOKEN",
1129
+ )
1130
+ await client.llama_extract.run_batch_jobs(
1131
+ request=ExtractJobCreateBatch(
1132
+ extraction_agent_id="string",
1133
+ file_ids=[],
1134
+ config_override=ExtractConfig(
1135
+ extraction_target=ExtractTarget.PER_DOC,
1136
+ extraction_mode=ExtractMode.FAST,
1137
+ ),
1138
+ ),
1139
+ )
1140
+ """
1141
+ _response = await self._client_wrapper.httpx_client.request(
1142
+ "POST",
1143
+ urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/extraction/jobs/batch"),
1144
+ json=jsonable_encoder(request),
1145
+ headers=self._client_wrapper.get_headers(),
1146
+ timeout=60,
1147
+ )
1148
+ if 200 <= _response.status_code < 300:
1149
+ return pydantic.parse_obj_as(typing.List[ExtractJob], _response.json()) # type: ignore
1150
+ if _response.status_code == 422:
1151
+ raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
1152
+ try:
1153
+ _response_json = _response.json()
1154
+ except JSONDecodeError:
1155
+ raise ApiError(status_code=_response.status_code, body=_response.text)
1156
+ raise ApiError(status_code=_response.status_code, body=_response_json)
1157
+
1032
1158
  async def get_job_result(self, job_id: str) -> ExtractResultset:
1033
1159
  """
1034
1160
  Parameters:
@@ -1059,10 +1185,16 @@ class AsyncLlamaExtractClient:
1059
1185
  raise ApiError(status_code=_response.status_code, body=_response.text)
1060
1186
  raise ApiError(status_code=_response.status_code, body=_response_json)
1061
1187
 
1062
- async def list_extract_runs(self, *, extraction_agent_id: str) -> typing.List[ExtractRun]:
1188
+ async def list_extract_runs(
1189
+ self, *, extraction_agent_id: str, skip: typing.Optional[int] = None, limit: typing.Optional[int] = None
1190
+ ) -> PaginatedExtractRunsResponse:
1063
1191
  """
1064
1192
  Parameters:
1065
1193
  - extraction_agent_id: str.
1194
+
1195
+ - skip: typing.Optional[int].
1196
+
1197
+ - limit: typing.Optional[int].
1066
1198
  ---
1067
1199
  from llama_cloud.client import AsyncLlamaCloud
1068
1200
 
@@ -1076,12 +1208,12 @@ class AsyncLlamaExtractClient:
1076
1208
  _response = await self._client_wrapper.httpx_client.request(
1077
1209
  "GET",
1078
1210
  urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/extraction/runs"),
1079
- params=remove_none_from_dict({"extraction_agent_id": extraction_agent_id}),
1211
+ params=remove_none_from_dict({"extraction_agent_id": extraction_agent_id, "skip": skip, "limit": limit}),
1080
1212
  headers=self._client_wrapper.get_headers(),
1081
1213
  timeout=60,
1082
1214
  )
1083
1215
  if 200 <= _response.status_code < 300:
1084
- return pydantic.parse_obj_as(typing.List[ExtractRun], _response.json()) # type: ignore
1216
+ return pydantic.parse_obj_as(PaginatedExtractRunsResponse, _response.json()) # type: ignore
1085
1217
  if _response.status_code == 422:
1086
1218
  raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
1087
1219
  try:
@@ -1149,3 +1281,33 @@ class AsyncLlamaExtractClient:
1149
1281
  except JSONDecodeError:
1150
1282
  raise ApiError(status_code=_response.status_code, body=_response.text)
1151
1283
  raise ApiError(status_code=_response.status_code, body=_response_json)
1284
+
1285
+ async def delete_extraction_run(self, run_id: str) -> typing.Any:
1286
+ """
1287
+ Parameters:
1288
+ - run_id: str.
1289
+ ---
1290
+ from llama_cloud.client import AsyncLlamaCloud
1291
+
1292
+ client = AsyncLlamaCloud(
1293
+ token="YOUR_TOKEN",
1294
+ )
1295
+ await client.llama_extract.delete_extraction_run(
1296
+ run_id="string",
1297
+ )
1298
+ """
1299
+ _response = await self._client_wrapper.httpx_client.request(
1300
+ "DELETE",
1301
+ urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", f"api/v1/extraction/runs/{run_id}"),
1302
+ headers=self._client_wrapper.get_headers(),
1303
+ timeout=60,
1304
+ )
1305
+ if 200 <= _response.status_code < 300:
1306
+ return pydantic.parse_obj_as(typing.Any, _response.json()) # type: ignore
1307
+ if _response.status_code == 422:
1308
+ raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
1309
+ try:
1310
+ _response_json = _response.json()
1311
+ except JSONDecodeError:
1312
+ raise ApiError(status_code=_response.status_code, body=_response.text)
1313
+ raise ApiError(status_code=_response.status_code, body=_response_json)
@@ -212,7 +212,6 @@ class ParsingClient:
212
212
  bbox_left: float,
213
213
  bbox_right: float,
214
214
  bbox_top: float,
215
- compact_markdown_table: bool,
216
215
  disable_ocr: bool,
217
216
  disable_reconstruction: bool,
218
217
  disable_image_extraction: bool,
@@ -314,8 +313,6 @@ class ParsingClient:
314
313
 
315
314
  - bbox_top: float.
316
315
 
317
- - compact_markdown_table: bool.
318
-
319
316
  - disable_ocr: bool.
320
317
 
321
318
  - disable_reconstruction: bool.
@@ -452,7 +449,6 @@ class ParsingClient:
452
449
  "bbox_left": bbox_left,
453
450
  "bbox_right": bbox_right,
454
451
  "bbox_top": bbox_top,
455
- "compact_markdown_table": compact_markdown_table,
456
452
  "disable_ocr": disable_ocr,
457
453
  "disable_reconstruction": disable_reconstruction,
458
454
  "disable_image_extraction": disable_image_extraction,
@@ -1192,7 +1188,6 @@ class AsyncParsingClient:
1192
1188
  bbox_left: float,
1193
1189
  bbox_right: float,
1194
1190
  bbox_top: float,
1195
- compact_markdown_table: bool,
1196
1191
  disable_ocr: bool,
1197
1192
  disable_reconstruction: bool,
1198
1193
  disable_image_extraction: bool,
@@ -1294,8 +1289,6 @@ class AsyncParsingClient:
1294
1289
 
1295
1290
  - bbox_top: float.
1296
1291
 
1297
- - compact_markdown_table: bool.
1298
-
1299
1292
  - disable_ocr: bool.
1300
1293
 
1301
1294
  - disable_reconstruction: bool.
@@ -1432,7 +1425,6 @@ class AsyncParsingClient:
1432
1425
  "bbox_left": bbox_left,
1433
1426
  "bbox_right": bbox_right,
1434
1427
  "bbox_top": bbox_top,
1435
- "compact_markdown_table": compact_markdown_table,
1436
1428
  "disable_ocr": disable_ocr,
1437
1429
  "disable_reconstruction": disable_reconstruction,
1438
1430
  "disable_image_extraction": disable_image_extraction,
@@ -123,6 +123,9 @@ from .extract_agent_update_data_schema_zero_value import ExtractAgentUpdateDataS
123
123
  from .extract_config import ExtractConfig
124
124
  from .extract_job import ExtractJob
125
125
  from .extract_job_create import ExtractJobCreate
126
+ from .extract_job_create_batch import ExtractJobCreateBatch
127
+ from .extract_job_create_batch_data_schema_override import ExtractJobCreateBatchDataSchemaOverride
128
+ from .extract_job_create_batch_data_schema_override_zero_value import ExtractJobCreateBatchDataSchemaOverrideZeroValue
126
129
  from .extract_job_create_data_schema_override import ExtractJobCreateDataSchemaOverride
127
130
  from .extract_job_create_data_schema_override_zero_value import ExtractJobCreateDataSchemaOverrideZeroValue
128
131
  from .extract_mode import ExtractMode
@@ -203,6 +206,7 @@ from .page_screenshot_metadata import PageScreenshotMetadata
203
206
  from .page_screenshot_node_with_score import PageScreenshotNodeWithScore
204
207
  from .page_segmentation_config import PageSegmentationConfig
205
208
  from .page_splitter_node_parser import PageSplitterNodeParser
209
+ from .paginated_extract_runs_response import PaginatedExtractRunsResponse
206
210
  from .paginated_jobs_history_with_metrics import PaginatedJobsHistoryWithMetrics
207
211
  from .paginated_list_cloud_documents_response import PaginatedListCloudDocumentsResponse
208
212
  from .paginated_list_pipeline_files_response import PaginatedListPipelineFilesResponse
@@ -451,6 +455,9 @@ __all__ = [
451
455
  "ExtractConfig",
452
456
  "ExtractJob",
453
457
  "ExtractJobCreate",
458
+ "ExtractJobCreateBatch",
459
+ "ExtractJobCreateBatchDataSchemaOverride",
460
+ "ExtractJobCreateBatchDataSchemaOverrideZeroValue",
454
461
  "ExtractJobCreateDataSchemaOverride",
455
462
  "ExtractJobCreateDataSchemaOverrideZeroValue",
456
463
  "ExtractMode",
@@ -529,6 +536,7 @@ __all__ = [
529
536
  "PageScreenshotNodeWithScore",
530
537
  "PageSegmentationConfig",
531
538
  "PageSplitterNodeParser",
539
+ "PaginatedExtractRunsResponse",
532
540
  "PaginatedJobsHistoryWithMetrics",
533
541
  "PaginatedListCloudDocumentsResponse",
534
542
  "PaginatedListPipelineFilesResponse",
@@ -10,12 +10,14 @@ class ChunkMode(str, enum.Enum):
10
10
  PAGE = "PAGE"
11
11
  DOCUMENT = "DOCUMENT"
12
12
  SECTION = "SECTION"
13
+ GROUPED_PAGES = "GROUPED_PAGES"
13
14
 
14
15
  def visit(
15
16
  self,
16
17
  page: typing.Callable[[], T_Result],
17
18
  document: typing.Callable[[], T_Result],
18
19
  section: typing.Callable[[], T_Result],
20
+ grouped_pages: typing.Callable[[], T_Result],
19
21
  ) -> T_Result:
20
22
  if self is ChunkMode.PAGE:
21
23
  return page()
@@ -23,3 +25,5 @@ class ChunkMode(str, enum.Enum):
23
25
  return document()
24
26
  if self is ChunkMode.SECTION:
25
27
  return section()
28
+ if self is ChunkMode.GROUPED_PAGES:
29
+ return grouped_pages()
@@ -0,0 +1,42 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .extract_config import ExtractConfig
8
+ from .extract_job_create_batch_data_schema_override import ExtractJobCreateBatchDataSchemaOverride
9
+
10
+ try:
11
+ import pydantic
12
+ if pydantic.__version__.startswith("1."):
13
+ raise ImportError
14
+ import pydantic.v1 as pydantic # type: ignore
15
+ except ImportError:
16
+ import pydantic # type: ignore
17
+
18
+
19
+ class ExtractJobCreateBatch(pydantic.BaseModel):
20
+ """
21
+ Schema for creating extraction jobs in batch.
22
+ """
23
+
24
+ extraction_agent_id: str = pydantic.Field(description="The id of the extraction agent")
25
+ file_ids: typing.List[str] = pydantic.Field(description="The ids of the files")
26
+ data_schema_override: typing.Optional[ExtractJobCreateBatchDataSchemaOverride] = pydantic.Field(
27
+ description="The data schema to override the extraction agent's data schema with"
28
+ )
29
+ config_override: typing.Optional[ExtractConfig]
30
+
31
+ def json(self, **kwargs: typing.Any) -> str:
32
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
33
+ return super().json(**kwargs_with_defaults)
34
+
35
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
36
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
37
+ return super().dict(**kwargs_with_defaults)
38
+
39
+ class Config:
40
+ frozen = True
41
+ smart_union = True
42
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -0,0 +1,9 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ from .extract_job_create_batch_data_schema_override_zero_value import ExtractJobCreateBatchDataSchemaOverrideZeroValue
6
+
7
+ ExtractJobCreateBatchDataSchemaOverride = typing.Union[
8
+ typing.Dict[str, typing.Optional[ExtractJobCreateBatchDataSchemaOverrideZeroValue]], str
9
+ ]
@@ -0,0 +1,7 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import typing
4
+
5
+ ExtractJobCreateBatchDataSchemaOverrideZeroValue = typing.Union[
6
+ typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
+ ]
@@ -26,7 +26,6 @@ class LlamaParseParameters(pydantic.BaseModel):
26
26
  disable_ocr: typing.Optional[bool]
27
27
  annotate_links: typing.Optional[bool]
28
28
  adaptive_long_table: typing.Optional[bool]
29
- compact_markdown_table: typing.Optional[bool]
30
29
  disable_reconstruction: typing.Optional[bool]
31
30
  disable_image_extraction: typing.Optional[bool]
32
31
  invalidate_cache: typing.Optional[bool]
@@ -0,0 +1,39 @@
1
+ # This file was auto-generated by Fern from our API Definition.
2
+
3
+ import datetime as dt
4
+ import typing
5
+
6
+ from ..core.datetime_utils import serialize_datetime
7
+ from .extract_run import ExtractRun
8
+
9
+ try:
10
+ import pydantic
11
+ if pydantic.__version__.startswith("1."):
12
+ raise ImportError
13
+ import pydantic.v1 as pydantic # type: ignore
14
+ except ImportError:
15
+ import pydantic # type: ignore
16
+
17
+
18
+ class PaginatedExtractRunsResponse(pydantic.BaseModel):
19
+ """
20
+ Schema for paginated extraction runs response.
21
+ """
22
+
23
+ items: typing.List[ExtractRun] = pydantic.Field(description="The list of extraction runs")
24
+ total: int = pydantic.Field(description="The total number of extraction runs")
25
+ skip: int = pydantic.Field(description="The number of extraction runs skipped")
26
+ limit: int = pydantic.Field(description="The maximum number of extraction runs returned")
27
+
28
+ def json(self, **kwargs: typing.Any) -> str:
29
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
30
+ return super().json(**kwargs_with_defaults)
31
+
32
+ def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
33
+ kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
34
+ return super().dict(**kwargs_with_defaults)
35
+
36
+ class Config:
37
+ frozen = True
38
+ smart_union = True
39
+ json_encoders = {dt.datetime: serialize_datetime}
@@ -18,7 +18,7 @@ except ImportError:
18
18
 
19
19
  class Usage(pydantic.BaseModel):
20
20
  """
21
- Response model; use UsageSubmission for tracking
21
+ Response model
22
22
  """
23
23
 
24
24
  active_free_credits_usage: typing.Optional[typing.List[FreeCreditsUsage]]
@@ -27,6 +27,7 @@ class Usage(pydantic.BaseModel):
27
27
  total_indexed_pages: typing.Optional[int]
28
28
  active_alerts: typing.Optional[typing.List[UsageActiveAlertsItem]]
29
29
  current_invoice_total_usd_cents: typing.Optional[int]
30
+ total_extraction_agents: typing.Optional[int]
30
31
 
31
32
  def json(self, **kwargs: typing.Any) -> str:
32
33
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "llama-cloud"
3
- version = "0.1.14"
3
+ version = "0.1.15"
4
4
  description = ""
5
5
  authors = ["Logan Markewich <logan@runllama.ai>"]
6
6
  readme = "README.md"
File without changes
File without changes