llama-cloud 0.1.36__tar.gz → 0.1.37__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.
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/PKG-INFO +4 -2
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/__init__.py +12 -2
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/__init__.py +1 -3
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/admin/client.py +57 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/beta/client.py +460 -0
- llama_cloud-0.1.37/llama_cloud/resources/files/__init__.py +5 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/files/client.py +15 -73
- llama_cloud-0.1.37/llama_cloud/resources/files/types/__init__.py +5 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/__init__.py +14 -0
- llama_cloud-0.1.37/llama_cloud/types/file_create.py +41 -0
- llama_cloud-0.1.37/llama_cloud/types/file_filter.py +40 -0
- llama_cloud-0.1.37/llama_cloud/types/file_query_response.py +38 -0
- llama_cloud-0.1.37/llama_cloud/types/llama_extract_mode_availability.py +37 -0
- llama_cloud-0.1.37/llama_cloud/types/llama_extract_mode_availability_status.py +17 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/pyproject.toml +1 -1
- llama_cloud-0.1.36/llama_cloud/resources/files/__init__.py +0 -5
- llama_cloud-0.1.36/llama_cloud/resources/files/types/__init__.py +0 -7
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/LICENSE +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/README.md +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/api_error.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/client_wrapper.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/datetime_utils.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/jsonable_encoder.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/core/remove_none_from_dict.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/environment.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/errors/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/admin/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/agent_deployments/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/agent_deployments/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/beta/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/chat_apps/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/chat_apps/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/classifier/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/classifier/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sinks/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sinks/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sources/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sources/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/embedding_model_configs/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/embedding_model_configs/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/embedding_model_configs/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/embedding_model_configs/types/embedding_model_config_create_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/evals/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/evals/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/jobs/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/jobs/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/llama_extract/types/extract_stateless_request_data_schema_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/organizations/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/organizations/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/parsing/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/parsing/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/pipelines/types/retrieval_params_search_filters_inference_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/projects/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/projects/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/reports/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/reports/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/reports/types/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/retrievers/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/retrievers/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/users/__init__.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/resources/users/client.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/agent_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/agent_deployment_list.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/agent_deployment_summary.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/aggregate_group.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/audio_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/auto_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/azure_open_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/base_plan.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/base_plan_metronome_plan_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/base_plan_name.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/base_plan_plan_frequency.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/batch.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/batch_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/batch_paginated_list.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/batch_public_output.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/bedrock_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/bedrock_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/billing_period.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/box_auth_mechanism.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/character_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/chat_app.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/chat_app_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/chat_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/chunk_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classification_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classifier_rule.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classify_job.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classify_job_results.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classify_job_with_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/classify_parsing_configuration.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_astra_db_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_box_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_confluence_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_document.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_document_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_jira_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_notion_page_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cloud_slack_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cohere_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/cohere_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/composite_retrieval_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/composite_retrieval_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/composite_retrieved_text_node.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/composite_retrieved_text_node_with_score.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/configurable_data_sink_names.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/configurable_data_source_names.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/credit_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_sink.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_sink_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_sink_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_sink_create_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_create_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_reader_version_metadata.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_reader_version_metadata_reader_version.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/data_source_update_dispatcher_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/delete_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/document_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/document_chunk_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/document_ingestion_job_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/edit_suggestion.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/edit_suggestion_blocks_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/element_segmentation_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/embedding_model_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/embedding_model_config_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/embedding_model_config_update.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/embedding_model_config_update_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/eval_execution_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_agent.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_agent_data_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_config_priority.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_job.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_job_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_job_create_data_schema_override.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_job_create_data_schema_override_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_models.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_resultset.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_resultset_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_resultset_data_item_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_resultset_data_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_resultset_extraction_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run_data_item_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run_data_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run_data_zero_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_run_extraction_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_schema_generate_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_schema_generate_response_data_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_schema_validate_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_schema_validate_response_data_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_state.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/extract_target.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/fail_page_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/failure_handling_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_classification.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_count_by_status_response.py +0 -0
- {llama_cloud-0.1.36/llama_cloud/resources/files → llama_cloud-0.1.37/llama_cloud}/types/file_create_permission_info_value.py +0 -0
- {llama_cloud-0.1.36/llama_cloud/resources/files → llama_cloud-0.1.37/llama_cloud}/types/file_create_resource_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_id_presigned_url.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_parse_public.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_permission_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_resource_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_store_info_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/file_store_info_response_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_condition.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_eq.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_gt.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_gte.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_includes_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_lt.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operation_lte.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/filter_operator.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/free_credits_usage.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/gemini_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/gemini_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/http_validation_error.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/hugging_face_inference_api_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/image_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/ingestion_error_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/input_message.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/job_name_mapping.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/job_names.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/job_record.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/job_record_parameters.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/job_record_with_usage_metrics.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/l_lama_parse_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/legacy_parse_job_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/license_info_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_extract_settings.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_index_core_base_llms_types_chat_message.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_index_core_base_llms_types_chat_message_blocks_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_parse_parameters.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_parse_parameters_priority.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llm_model_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/llm_parameters.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/load_files_job_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/managed_ingestion_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/managed_ingestion_status_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/managed_open_ai_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/managed_open_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/message_annotation.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/message_role.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/metadata_filter.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/metadata_filter_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/metadata_filters.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/multimodal_parse_resolution.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/node_relationship.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/none_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/none_segmentation_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/object_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/open_ai_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/open_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/organization.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/organization_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/page_figure_metadata.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/page_figure_node_with_score.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/page_screenshot_metadata.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/page_screenshot_node_with_score.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/page_segmentation_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_extract_runs_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_jobs_history_with_metrics.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_list_cloud_documents_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_list_pipeline_files_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_report_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_response_agent_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_response_aggregate_group.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/paginated_response_quota_configuration.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parse_job_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parse_job_config_priority.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parse_plan_level.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parser_languages.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_history_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_job.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_job_json_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_job_structured_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_job_text_result.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/parsing_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/partition_names.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/permission.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pg_vector_distance_method.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pg_vector_hnsw_settings.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pg_vector_vector_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_configuration_hashes.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_create_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_create_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_data_source.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_data_source_component.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_data_source_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_data_source_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_deployment.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_config_hash_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_permission_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_update_dispatcher_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_file_updater_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_managed_ingestion_job_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_metadata_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_transform_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pipeline_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/plan_limits.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/playground_session.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/pooling.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/preset_composite_retrieval_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/preset_retrieval_params.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/preset_retrieval_params_search_filters_inference_schema_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/presigned_url.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/progress_event.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/progress_event_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/project.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/project_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/prompt_conf.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/quota_configuration.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/quota_configuration_configuration_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/quota_configuration_status.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/quota_rate_limit_configuration_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/quota_rate_limit_configuration_value_denominator_units.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/re_rank_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/re_ranker_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/recurring_credit_grant.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/related_node_info.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/related_node_info_node_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_block_dependency.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_create_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_event_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_event_item_event_data.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_event_type.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_metadata.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_plan.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_plan_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_query.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_state.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_state_event.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/report_update_event.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/retrieval_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/retrieve_results.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/retriever.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/retriever_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/retriever_pipeline.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/role.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/schema_relax_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/semantic_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/sentence_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/src_app_schema_chat_chat_message.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/status_enum.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/struct_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/struct_parse_conf.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/supported_llm_model.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/supported_llm_model_names.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/text_block.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/text_node.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/text_node_relationships_value.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/text_node_with_score.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/token_chunking_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/update_user_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/usage_and_plan.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/usage_metric_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/usage_response.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/usage_response_active_alerts_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_job_record.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_organization.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_organization_create.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_organization_delete.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_organization_role.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/user_summary.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/validation_error.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/validation_error_loc_item.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/vertex_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/vertex_embedding_mode.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/vertex_text_embedding.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/webhook_configuration.py +0 -0
- {llama_cloud-0.1.36 → llama_cloud-0.1.37}/llama_cloud/types/webhook_configuration_webhook_events_item.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-cloud
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.37
|
|
4
4
|
Summary:
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Logan Markewich
|
|
@@ -12,6 +12,8 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
15
17
|
Requires-Dist: certifi (>=2024.7.4)
|
|
16
18
|
Requires-Dist: httpx (>=0.20.0)
|
|
17
19
|
Requires-Dist: pydantic (>=1.10)
|
|
@@ -141,10 +141,15 @@ from .types import (
|
|
|
141
141
|
File,
|
|
142
142
|
FileClassification,
|
|
143
143
|
FileCountByStatusResponse,
|
|
144
|
+
FileCreate,
|
|
145
|
+
FileCreatePermissionInfoValue,
|
|
146
|
+
FileCreateResourceInfoValue,
|
|
144
147
|
FileData,
|
|
148
|
+
FileFilter,
|
|
145
149
|
FileIdPresignedUrl,
|
|
146
150
|
FileParsePublic,
|
|
147
151
|
FilePermissionInfoValue,
|
|
152
|
+
FileQueryResponse,
|
|
148
153
|
FileResourceInfoValue,
|
|
149
154
|
FileStoreInfoResponse,
|
|
150
155
|
FileStoreInfoResponseStatus,
|
|
@@ -184,6 +189,8 @@ from .types import (
|
|
|
184
189
|
LLamaParseTransformConfig,
|
|
185
190
|
LegacyParseJobConfig,
|
|
186
191
|
LicenseInfoResponse,
|
|
192
|
+
LlamaExtractModeAvailability,
|
|
193
|
+
LlamaExtractModeAvailabilityStatus,
|
|
187
194
|
LlamaExtractSettings,
|
|
188
195
|
LlamaIndexCoreBaseLlmsTypesChatMessage,
|
|
189
196
|
LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem,
|
|
@@ -392,8 +399,6 @@ from .resources import (
|
|
|
392
399
|
ExtractStatelessRequestDataSchema,
|
|
393
400
|
ExtractStatelessRequestDataSchemaZeroValue,
|
|
394
401
|
FileCreateFromUrlResourceInfoValue,
|
|
395
|
-
FileCreatePermissionInfoValue,
|
|
396
|
-
FileCreateResourceInfoValue,
|
|
397
402
|
PipelineFileUpdateCustomMetadataValue,
|
|
398
403
|
PipelineUpdateEmbeddingConfig,
|
|
399
404
|
PipelineUpdateEmbeddingConfig_AzureEmbedding,
|
|
@@ -590,13 +595,16 @@ __all__ = [
|
|
|
590
595
|
"File",
|
|
591
596
|
"FileClassification",
|
|
592
597
|
"FileCountByStatusResponse",
|
|
598
|
+
"FileCreate",
|
|
593
599
|
"FileCreateFromUrlResourceInfoValue",
|
|
594
600
|
"FileCreatePermissionInfoValue",
|
|
595
601
|
"FileCreateResourceInfoValue",
|
|
596
602
|
"FileData",
|
|
603
|
+
"FileFilter",
|
|
597
604
|
"FileIdPresignedUrl",
|
|
598
605
|
"FileParsePublic",
|
|
599
606
|
"FilePermissionInfoValue",
|
|
607
|
+
"FileQueryResponse",
|
|
600
608
|
"FileResourceInfoValue",
|
|
601
609
|
"FileStoreInfoResponse",
|
|
602
610
|
"FileStoreInfoResponseStatus",
|
|
@@ -637,6 +645,8 @@ __all__ = [
|
|
|
637
645
|
"LegacyParseJobConfig",
|
|
638
646
|
"LicenseInfoResponse",
|
|
639
647
|
"LlamaCloudEnvironment",
|
|
648
|
+
"LlamaExtractModeAvailability",
|
|
649
|
+
"LlamaExtractModeAvailabilityStatus",
|
|
640
650
|
"LlamaExtractSettings",
|
|
641
651
|
"LlamaIndexCoreBaseLlmsTypesChatMessage",
|
|
642
652
|
"LlamaIndexCoreBaseLlmsTypesChatMessageBlocksItem",
|
|
@@ -33,7 +33,7 @@ from .embedding_model_configs import (
|
|
|
33
33
|
EmbeddingModelConfigCreateEmbeddingConfig_OpenaiEmbedding,
|
|
34
34
|
EmbeddingModelConfigCreateEmbeddingConfig_VertexaiEmbedding,
|
|
35
35
|
)
|
|
36
|
-
from .files import FileCreateFromUrlResourceInfoValue
|
|
36
|
+
from .files import FileCreateFromUrlResourceInfoValue
|
|
37
37
|
from .llama_extract import (
|
|
38
38
|
ExtractAgentCreateDataSchema,
|
|
39
39
|
ExtractAgentCreateDataSchemaZeroValue,
|
|
@@ -84,8 +84,6 @@ __all__ = [
|
|
|
84
84
|
"ExtractStatelessRequestDataSchema",
|
|
85
85
|
"ExtractStatelessRequestDataSchemaZeroValue",
|
|
86
86
|
"FileCreateFromUrlResourceInfoValue",
|
|
87
|
-
"FileCreatePermissionInfoValue",
|
|
88
|
-
"FileCreateResourceInfoValue",
|
|
89
87
|
"PipelineFileUpdateCustomMetadataValue",
|
|
90
88
|
"PipelineUpdateEmbeddingConfig",
|
|
91
89
|
"PipelineUpdateEmbeddingConfig_AzureEmbedding",
|
|
@@ -11,6 +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
15
|
|
|
15
16
|
try:
|
|
16
17
|
import pydantic
|
|
@@ -79,6 +80,34 @@ class AdminClient:
|
|
|
79
80
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
80
81
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
81
82
|
|
|
83
|
+
def get_llamaextract_features(self) -> typing.List[LlamaExtractModeAvailability]:
|
|
84
|
+
"""
|
|
85
|
+
Get LlamaExtract feature availability based on available models.
|
|
86
|
+
|
|
87
|
+
---
|
|
88
|
+
from llama_cloud.client import LlamaCloud
|
|
89
|
+
|
|
90
|
+
client = LlamaCloud(
|
|
91
|
+
token="YOUR_TOKEN",
|
|
92
|
+
)
|
|
93
|
+
client.admin.get_llamaextract_features()
|
|
94
|
+
"""
|
|
95
|
+
_response = self._client_wrapper.httpx_client.request(
|
|
96
|
+
"GET",
|
|
97
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llamaextract/features"),
|
|
98
|
+
headers=self._client_wrapper.get_headers(),
|
|
99
|
+
timeout=60,
|
|
100
|
+
)
|
|
101
|
+
if 200 <= _response.status_code < 300:
|
|
102
|
+
return pydantic.parse_obj_as(typing.List[LlamaExtractModeAvailability], _response.json()) # type: ignore
|
|
103
|
+
if _response.status_code == 422:
|
|
104
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
105
|
+
try:
|
|
106
|
+
_response_json = _response.json()
|
|
107
|
+
except JSONDecodeError:
|
|
108
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
109
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
110
|
+
|
|
82
111
|
|
|
83
112
|
class AsyncAdminClient:
|
|
84
113
|
def __init__(self, *, client_wrapper: AsyncClientWrapper):
|
|
@@ -137,3 +166,31 @@ class AsyncAdminClient:
|
|
|
137
166
|
except JSONDecodeError:
|
|
138
167
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
139
168
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
169
|
+
|
|
170
|
+
async def get_llamaextract_features(self) -> typing.List[LlamaExtractModeAvailability]:
|
|
171
|
+
"""
|
|
172
|
+
Get LlamaExtract feature availability based on available models.
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
from llama_cloud.client import AsyncLlamaCloud
|
|
176
|
+
|
|
177
|
+
client = AsyncLlamaCloud(
|
|
178
|
+
token="YOUR_TOKEN",
|
|
179
|
+
)
|
|
180
|
+
await client.admin.get_llamaextract_features()
|
|
181
|
+
"""
|
|
182
|
+
_response = await self._client_wrapper.httpx_client.request(
|
|
183
|
+
"GET",
|
|
184
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llamaextract/features"),
|
|
185
|
+
headers=self._client_wrapper.get_headers(),
|
|
186
|
+
timeout=60,
|
|
187
|
+
)
|
|
188
|
+
if 200 <= _response.status_code < 300:
|
|
189
|
+
return pydantic.parse_obj_as(typing.List[LlamaExtractModeAvailability], _response.json()) # type: ignore
|
|
190
|
+
if _response.status_code == 422:
|
|
191
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
192
|
+
try:
|
|
193
|
+
_response_json = _response.json()
|
|
194
|
+
except JSONDecodeError:
|
|
195
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
196
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
@@ -15,6 +15,10 @@ from ...types.agent_data import AgentData
|
|
|
15
15
|
from ...types.batch import Batch
|
|
16
16
|
from ...types.batch_paginated_list import BatchPaginatedList
|
|
17
17
|
from ...types.batch_public_output import BatchPublicOutput
|
|
18
|
+
from ...types.file import File
|
|
19
|
+
from ...types.file_create import FileCreate
|
|
20
|
+
from ...types.file_filter import FileFilter
|
|
21
|
+
from ...types.file_query_response import FileQueryResponse
|
|
18
22
|
from ...types.filter_operation import FilterOperation
|
|
19
23
|
from ...types.http_validation_error import HttpValidationError
|
|
20
24
|
from ...types.llama_parse_parameters import LlamaParseParameters
|
|
@@ -610,6 +614,234 @@ class BetaClient:
|
|
|
610
614
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
611
615
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
612
616
|
|
|
617
|
+
def create_file(
|
|
618
|
+
self,
|
|
619
|
+
*,
|
|
620
|
+
project_id: typing.Optional[str] = None,
|
|
621
|
+
organization_id: typing.Optional[str] = None,
|
|
622
|
+
request: FileCreate,
|
|
623
|
+
) -> File:
|
|
624
|
+
"""
|
|
625
|
+
Create a new file in the project.
|
|
626
|
+
|
|
627
|
+
Args:
|
|
628
|
+
file_create: File creation data
|
|
629
|
+
project: Validated project from dependency
|
|
630
|
+
db: Database session
|
|
631
|
+
|
|
632
|
+
Returns:
|
|
633
|
+
The created file
|
|
634
|
+
|
|
635
|
+
Parameters:
|
|
636
|
+
- project_id: typing.Optional[str].
|
|
637
|
+
|
|
638
|
+
- organization_id: typing.Optional[str].
|
|
639
|
+
|
|
640
|
+
- request: FileCreate.
|
|
641
|
+
---
|
|
642
|
+
from llama_cloud import FileCreate
|
|
643
|
+
from llama_cloud.client import LlamaCloud
|
|
644
|
+
|
|
645
|
+
client = LlamaCloud(
|
|
646
|
+
token="YOUR_TOKEN",
|
|
647
|
+
)
|
|
648
|
+
client.beta.create_file(
|
|
649
|
+
request=FileCreate(
|
|
650
|
+
name="string",
|
|
651
|
+
),
|
|
652
|
+
)
|
|
653
|
+
"""
|
|
654
|
+
_response = self._client_wrapper.httpx_client.request(
|
|
655
|
+
"POST",
|
|
656
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files"),
|
|
657
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
658
|
+
json=jsonable_encoder(request),
|
|
659
|
+
headers=self._client_wrapper.get_headers(),
|
|
660
|
+
timeout=60,
|
|
661
|
+
)
|
|
662
|
+
if 200 <= _response.status_code < 300:
|
|
663
|
+
return pydantic.parse_obj_as(File, _response.json()) # type: ignore
|
|
664
|
+
if _response.status_code == 422:
|
|
665
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
666
|
+
try:
|
|
667
|
+
_response_json = _response.json()
|
|
668
|
+
except JSONDecodeError:
|
|
669
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
670
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
671
|
+
|
|
672
|
+
def upsert_file(
|
|
673
|
+
self,
|
|
674
|
+
*,
|
|
675
|
+
project_id: typing.Optional[str] = None,
|
|
676
|
+
organization_id: typing.Optional[str] = None,
|
|
677
|
+
request: FileCreate,
|
|
678
|
+
) -> File:
|
|
679
|
+
"""
|
|
680
|
+
Upsert a file (create or update if exists) in the project.
|
|
681
|
+
|
|
682
|
+
Args:
|
|
683
|
+
file_create: File creation/update data
|
|
684
|
+
project: Validated project from dependency
|
|
685
|
+
db: Database session
|
|
686
|
+
|
|
687
|
+
Returns:
|
|
688
|
+
The upserted file
|
|
689
|
+
|
|
690
|
+
Parameters:
|
|
691
|
+
- project_id: typing.Optional[str].
|
|
692
|
+
|
|
693
|
+
- organization_id: typing.Optional[str].
|
|
694
|
+
|
|
695
|
+
- request: FileCreate.
|
|
696
|
+
---
|
|
697
|
+
from llama_cloud import FileCreate
|
|
698
|
+
from llama_cloud.client import LlamaCloud
|
|
699
|
+
|
|
700
|
+
client = LlamaCloud(
|
|
701
|
+
token="YOUR_TOKEN",
|
|
702
|
+
)
|
|
703
|
+
client.beta.upsert_file(
|
|
704
|
+
request=FileCreate(
|
|
705
|
+
name="string",
|
|
706
|
+
),
|
|
707
|
+
)
|
|
708
|
+
"""
|
|
709
|
+
_response = self._client_wrapper.httpx_client.request(
|
|
710
|
+
"PUT",
|
|
711
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files"),
|
|
712
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
713
|
+
json=jsonable_encoder(request),
|
|
714
|
+
headers=self._client_wrapper.get_headers(),
|
|
715
|
+
timeout=60,
|
|
716
|
+
)
|
|
717
|
+
if 200 <= _response.status_code < 300:
|
|
718
|
+
return pydantic.parse_obj_as(File, _response.json()) # type: ignore
|
|
719
|
+
if _response.status_code == 422:
|
|
720
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
721
|
+
try:
|
|
722
|
+
_response_json = _response.json()
|
|
723
|
+
except JSONDecodeError:
|
|
724
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
725
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
726
|
+
|
|
727
|
+
def query_files(
|
|
728
|
+
self,
|
|
729
|
+
*,
|
|
730
|
+
project_id: typing.Optional[str] = None,
|
|
731
|
+
organization_id: typing.Optional[str] = None,
|
|
732
|
+
page_size: typing.Optional[int] = OMIT,
|
|
733
|
+
page_token: typing.Optional[str] = OMIT,
|
|
734
|
+
filter: typing.Optional[FileFilter] = OMIT,
|
|
735
|
+
order_by: typing.Optional[str] = OMIT,
|
|
736
|
+
) -> FileQueryResponse:
|
|
737
|
+
"""
|
|
738
|
+
Query files with flexible filtering and pagination.
|
|
739
|
+
|
|
740
|
+
Args:
|
|
741
|
+
request: The query request with filters and pagination
|
|
742
|
+
project: Validated project from dependency
|
|
743
|
+
db: Database session
|
|
744
|
+
|
|
745
|
+
Returns:
|
|
746
|
+
Paginated response with files
|
|
747
|
+
|
|
748
|
+
Parameters:
|
|
749
|
+
- project_id: typing.Optional[str].
|
|
750
|
+
|
|
751
|
+
- organization_id: typing.Optional[str].
|
|
752
|
+
|
|
753
|
+
- page_size: typing.Optional[int].
|
|
754
|
+
|
|
755
|
+
- page_token: typing.Optional[str].
|
|
756
|
+
|
|
757
|
+
- filter: typing.Optional[FileFilter].
|
|
758
|
+
|
|
759
|
+
- order_by: typing.Optional[str].
|
|
760
|
+
---
|
|
761
|
+
from llama_cloud import FileFilter
|
|
762
|
+
from llama_cloud.client import LlamaCloud
|
|
763
|
+
|
|
764
|
+
client = LlamaCloud(
|
|
765
|
+
token="YOUR_TOKEN",
|
|
766
|
+
)
|
|
767
|
+
client.beta.query_files(
|
|
768
|
+
filter=FileFilter(),
|
|
769
|
+
)
|
|
770
|
+
"""
|
|
771
|
+
_request: typing.Dict[str, typing.Any] = {}
|
|
772
|
+
if page_size is not OMIT:
|
|
773
|
+
_request["page_size"] = page_size
|
|
774
|
+
if page_token is not OMIT:
|
|
775
|
+
_request["page_token"] = page_token
|
|
776
|
+
if filter is not OMIT:
|
|
777
|
+
_request["filter"] = filter
|
|
778
|
+
if order_by is not OMIT:
|
|
779
|
+
_request["order_by"] = order_by
|
|
780
|
+
_response = self._client_wrapper.httpx_client.request(
|
|
781
|
+
"POST",
|
|
782
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files/query"),
|
|
783
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
784
|
+
json=jsonable_encoder(_request),
|
|
785
|
+
headers=self._client_wrapper.get_headers(),
|
|
786
|
+
timeout=60,
|
|
787
|
+
)
|
|
788
|
+
if 200 <= _response.status_code < 300:
|
|
789
|
+
return pydantic.parse_obj_as(FileQueryResponse, _response.json()) # type: ignore
|
|
790
|
+
if _response.status_code == 422:
|
|
791
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
792
|
+
try:
|
|
793
|
+
_response_json = _response.json()
|
|
794
|
+
except JSONDecodeError:
|
|
795
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
796
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
797
|
+
|
|
798
|
+
def delete_file(
|
|
799
|
+
self, file_id: str, *, project_id: typing.Optional[str] = None, organization_id: typing.Optional[str] = None
|
|
800
|
+
) -> None:
|
|
801
|
+
"""
|
|
802
|
+
Delete a single file from the project.
|
|
803
|
+
|
|
804
|
+
Args:
|
|
805
|
+
file_id: The ID of the file to delete
|
|
806
|
+
project: Validated project from dependency
|
|
807
|
+
db: Database session
|
|
808
|
+
|
|
809
|
+
Returns:
|
|
810
|
+
None (204 No Content on success)
|
|
811
|
+
|
|
812
|
+
Parameters:
|
|
813
|
+
- file_id: str.
|
|
814
|
+
|
|
815
|
+
- project_id: typing.Optional[str].
|
|
816
|
+
|
|
817
|
+
- organization_id: typing.Optional[str].
|
|
818
|
+
---
|
|
819
|
+
from llama_cloud.client import LlamaCloud
|
|
820
|
+
|
|
821
|
+
client = LlamaCloud(
|
|
822
|
+
token="YOUR_TOKEN",
|
|
823
|
+
)
|
|
824
|
+
client.beta.delete_file(
|
|
825
|
+
file_id="string",
|
|
826
|
+
)
|
|
827
|
+
"""
|
|
828
|
+
_response = self._client_wrapper.httpx_client.request(
|
|
829
|
+
"DELETE",
|
|
830
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", f"api/v1/beta/files/{file_id}"),
|
|
831
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
832
|
+
headers=self._client_wrapper.get_headers(),
|
|
833
|
+
timeout=60,
|
|
834
|
+
)
|
|
835
|
+
if 200 <= _response.status_code < 300:
|
|
836
|
+
return
|
|
837
|
+
if _response.status_code == 422:
|
|
838
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
839
|
+
try:
|
|
840
|
+
_response_json = _response.json()
|
|
841
|
+
except JSONDecodeError:
|
|
842
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
843
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
844
|
+
|
|
613
845
|
|
|
614
846
|
class AsyncBetaClient:
|
|
615
847
|
def __init__(self, *, client_wrapper: AsyncClientWrapper):
|
|
@@ -1186,3 +1418,231 @@ class AsyncBetaClient:
|
|
|
1186
1418
|
except JSONDecodeError:
|
|
1187
1419
|
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
1188
1420
|
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
1421
|
+
|
|
1422
|
+
async def create_file(
|
|
1423
|
+
self,
|
|
1424
|
+
*,
|
|
1425
|
+
project_id: typing.Optional[str] = None,
|
|
1426
|
+
organization_id: typing.Optional[str] = None,
|
|
1427
|
+
request: FileCreate,
|
|
1428
|
+
) -> File:
|
|
1429
|
+
"""
|
|
1430
|
+
Create a new file in the project.
|
|
1431
|
+
|
|
1432
|
+
Args:
|
|
1433
|
+
file_create: File creation data
|
|
1434
|
+
project: Validated project from dependency
|
|
1435
|
+
db: Database session
|
|
1436
|
+
|
|
1437
|
+
Returns:
|
|
1438
|
+
The created file
|
|
1439
|
+
|
|
1440
|
+
Parameters:
|
|
1441
|
+
- project_id: typing.Optional[str].
|
|
1442
|
+
|
|
1443
|
+
- organization_id: typing.Optional[str].
|
|
1444
|
+
|
|
1445
|
+
- request: FileCreate.
|
|
1446
|
+
---
|
|
1447
|
+
from llama_cloud import FileCreate
|
|
1448
|
+
from llama_cloud.client import AsyncLlamaCloud
|
|
1449
|
+
|
|
1450
|
+
client = AsyncLlamaCloud(
|
|
1451
|
+
token="YOUR_TOKEN",
|
|
1452
|
+
)
|
|
1453
|
+
await client.beta.create_file(
|
|
1454
|
+
request=FileCreate(
|
|
1455
|
+
name="string",
|
|
1456
|
+
),
|
|
1457
|
+
)
|
|
1458
|
+
"""
|
|
1459
|
+
_response = await self._client_wrapper.httpx_client.request(
|
|
1460
|
+
"POST",
|
|
1461
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files"),
|
|
1462
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
1463
|
+
json=jsonable_encoder(request),
|
|
1464
|
+
headers=self._client_wrapper.get_headers(),
|
|
1465
|
+
timeout=60,
|
|
1466
|
+
)
|
|
1467
|
+
if 200 <= _response.status_code < 300:
|
|
1468
|
+
return pydantic.parse_obj_as(File, _response.json()) # type: ignore
|
|
1469
|
+
if _response.status_code == 422:
|
|
1470
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
1471
|
+
try:
|
|
1472
|
+
_response_json = _response.json()
|
|
1473
|
+
except JSONDecodeError:
|
|
1474
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
1475
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
1476
|
+
|
|
1477
|
+
async def upsert_file(
|
|
1478
|
+
self,
|
|
1479
|
+
*,
|
|
1480
|
+
project_id: typing.Optional[str] = None,
|
|
1481
|
+
organization_id: typing.Optional[str] = None,
|
|
1482
|
+
request: FileCreate,
|
|
1483
|
+
) -> File:
|
|
1484
|
+
"""
|
|
1485
|
+
Upsert a file (create or update if exists) in the project.
|
|
1486
|
+
|
|
1487
|
+
Args:
|
|
1488
|
+
file_create: File creation/update data
|
|
1489
|
+
project: Validated project from dependency
|
|
1490
|
+
db: Database session
|
|
1491
|
+
|
|
1492
|
+
Returns:
|
|
1493
|
+
The upserted file
|
|
1494
|
+
|
|
1495
|
+
Parameters:
|
|
1496
|
+
- project_id: typing.Optional[str].
|
|
1497
|
+
|
|
1498
|
+
- organization_id: typing.Optional[str].
|
|
1499
|
+
|
|
1500
|
+
- request: FileCreate.
|
|
1501
|
+
---
|
|
1502
|
+
from llama_cloud import FileCreate
|
|
1503
|
+
from llama_cloud.client import AsyncLlamaCloud
|
|
1504
|
+
|
|
1505
|
+
client = AsyncLlamaCloud(
|
|
1506
|
+
token="YOUR_TOKEN",
|
|
1507
|
+
)
|
|
1508
|
+
await client.beta.upsert_file(
|
|
1509
|
+
request=FileCreate(
|
|
1510
|
+
name="string",
|
|
1511
|
+
),
|
|
1512
|
+
)
|
|
1513
|
+
"""
|
|
1514
|
+
_response = await self._client_wrapper.httpx_client.request(
|
|
1515
|
+
"PUT",
|
|
1516
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files"),
|
|
1517
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
1518
|
+
json=jsonable_encoder(request),
|
|
1519
|
+
headers=self._client_wrapper.get_headers(),
|
|
1520
|
+
timeout=60,
|
|
1521
|
+
)
|
|
1522
|
+
if 200 <= _response.status_code < 300:
|
|
1523
|
+
return pydantic.parse_obj_as(File, _response.json()) # type: ignore
|
|
1524
|
+
if _response.status_code == 422:
|
|
1525
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
1526
|
+
try:
|
|
1527
|
+
_response_json = _response.json()
|
|
1528
|
+
except JSONDecodeError:
|
|
1529
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
1530
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
1531
|
+
|
|
1532
|
+
async def query_files(
|
|
1533
|
+
self,
|
|
1534
|
+
*,
|
|
1535
|
+
project_id: typing.Optional[str] = None,
|
|
1536
|
+
organization_id: typing.Optional[str] = None,
|
|
1537
|
+
page_size: typing.Optional[int] = OMIT,
|
|
1538
|
+
page_token: typing.Optional[str] = OMIT,
|
|
1539
|
+
filter: typing.Optional[FileFilter] = OMIT,
|
|
1540
|
+
order_by: typing.Optional[str] = OMIT,
|
|
1541
|
+
) -> FileQueryResponse:
|
|
1542
|
+
"""
|
|
1543
|
+
Query files with flexible filtering and pagination.
|
|
1544
|
+
|
|
1545
|
+
Args:
|
|
1546
|
+
request: The query request with filters and pagination
|
|
1547
|
+
project: Validated project from dependency
|
|
1548
|
+
db: Database session
|
|
1549
|
+
|
|
1550
|
+
Returns:
|
|
1551
|
+
Paginated response with files
|
|
1552
|
+
|
|
1553
|
+
Parameters:
|
|
1554
|
+
- project_id: typing.Optional[str].
|
|
1555
|
+
|
|
1556
|
+
- organization_id: typing.Optional[str].
|
|
1557
|
+
|
|
1558
|
+
- page_size: typing.Optional[int].
|
|
1559
|
+
|
|
1560
|
+
- page_token: typing.Optional[str].
|
|
1561
|
+
|
|
1562
|
+
- filter: typing.Optional[FileFilter].
|
|
1563
|
+
|
|
1564
|
+
- order_by: typing.Optional[str].
|
|
1565
|
+
---
|
|
1566
|
+
from llama_cloud import FileFilter
|
|
1567
|
+
from llama_cloud.client import AsyncLlamaCloud
|
|
1568
|
+
|
|
1569
|
+
client = AsyncLlamaCloud(
|
|
1570
|
+
token="YOUR_TOKEN",
|
|
1571
|
+
)
|
|
1572
|
+
await client.beta.query_files(
|
|
1573
|
+
filter=FileFilter(),
|
|
1574
|
+
)
|
|
1575
|
+
"""
|
|
1576
|
+
_request: typing.Dict[str, typing.Any] = {}
|
|
1577
|
+
if page_size is not OMIT:
|
|
1578
|
+
_request["page_size"] = page_size
|
|
1579
|
+
if page_token is not OMIT:
|
|
1580
|
+
_request["page_token"] = page_token
|
|
1581
|
+
if filter is not OMIT:
|
|
1582
|
+
_request["filter"] = filter
|
|
1583
|
+
if order_by is not OMIT:
|
|
1584
|
+
_request["order_by"] = order_by
|
|
1585
|
+
_response = await self._client_wrapper.httpx_client.request(
|
|
1586
|
+
"POST",
|
|
1587
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/beta/files/query"),
|
|
1588
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
1589
|
+
json=jsonable_encoder(_request),
|
|
1590
|
+
headers=self._client_wrapper.get_headers(),
|
|
1591
|
+
timeout=60,
|
|
1592
|
+
)
|
|
1593
|
+
if 200 <= _response.status_code < 300:
|
|
1594
|
+
return pydantic.parse_obj_as(FileQueryResponse, _response.json()) # type: ignore
|
|
1595
|
+
if _response.status_code == 422:
|
|
1596
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
1597
|
+
try:
|
|
1598
|
+
_response_json = _response.json()
|
|
1599
|
+
except JSONDecodeError:
|
|
1600
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
1601
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|
|
1602
|
+
|
|
1603
|
+
async def delete_file(
|
|
1604
|
+
self, file_id: str, *, project_id: typing.Optional[str] = None, organization_id: typing.Optional[str] = None
|
|
1605
|
+
) -> None:
|
|
1606
|
+
"""
|
|
1607
|
+
Delete a single file from the project.
|
|
1608
|
+
|
|
1609
|
+
Args:
|
|
1610
|
+
file_id: The ID of the file to delete
|
|
1611
|
+
project: Validated project from dependency
|
|
1612
|
+
db: Database session
|
|
1613
|
+
|
|
1614
|
+
Returns:
|
|
1615
|
+
None (204 No Content on success)
|
|
1616
|
+
|
|
1617
|
+
Parameters:
|
|
1618
|
+
- file_id: str.
|
|
1619
|
+
|
|
1620
|
+
- project_id: typing.Optional[str].
|
|
1621
|
+
|
|
1622
|
+
- organization_id: typing.Optional[str].
|
|
1623
|
+
---
|
|
1624
|
+
from llama_cloud.client import AsyncLlamaCloud
|
|
1625
|
+
|
|
1626
|
+
client = AsyncLlamaCloud(
|
|
1627
|
+
token="YOUR_TOKEN",
|
|
1628
|
+
)
|
|
1629
|
+
await client.beta.delete_file(
|
|
1630
|
+
file_id="string",
|
|
1631
|
+
)
|
|
1632
|
+
"""
|
|
1633
|
+
_response = await self._client_wrapper.httpx_client.request(
|
|
1634
|
+
"DELETE",
|
|
1635
|
+
urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", f"api/v1/beta/files/{file_id}"),
|
|
1636
|
+
params=remove_none_from_dict({"project_id": project_id, "organization_id": organization_id}),
|
|
1637
|
+
headers=self._client_wrapper.get_headers(),
|
|
1638
|
+
timeout=60,
|
|
1639
|
+
)
|
|
1640
|
+
if 200 <= _response.status_code < 300:
|
|
1641
|
+
return
|
|
1642
|
+
if _response.status_code == 422:
|
|
1643
|
+
raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
|
|
1644
|
+
try:
|
|
1645
|
+
_response_json = _response.json()
|
|
1646
|
+
except JSONDecodeError:
|
|
1647
|
+
raise ApiError(status_code=_response.status_code, body=_response.text)
|
|
1648
|
+
raise ApiError(status_code=_response.status_code, body=_response_json)
|