llama-cloud 0.0.12__tar.gz → 0.0.13__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.0.12 → llama_cloud-0.0.13}/PKG-INFO +1 -1
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_usage.py +1 -1
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/supported_eval_llm_model_names.py +8 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/pyproject.toml +1 -1
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/LICENSE +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/README.md +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/api_error.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/client_wrapper.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/datetime_utils.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/jsonable_encoder.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/core/remove_none_from_dict.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/environment.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/errors/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/auth/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/auth/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/component_definitions/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/component_definitions/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/types/data_sink_update_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/types/data_source_update_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/evals/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/evals/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/types/extraction_schema_create_data_schema_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/types/extraction_schema_update_data_schema_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/files/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/files/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/files/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/organizations/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/organizations/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/parsing/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/parsing/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/pipelines/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/pipelines/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/projects/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/projects/client.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/__init__.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/auto_transform_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/base.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/base_prompt_template.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/bedrock_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/character_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/character_splitter.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/chat_data.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/chat_message.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_chroma_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_confluence_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_document.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_document_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_jira_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_notion_page_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_slack_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_weaviate_vector_store.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/code_splitter.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cohere_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_data_sink_names.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_data_source_names.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_transformation_definition.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_transformation_names.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configured_transformation_item.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configured_transformation_item_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configured_transformation_item_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/custom_claims.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_create_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_create_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_definition.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_create_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_create_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_definition.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/element_segmentation_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/embedding_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/embedding_config_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/embedding_config_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/embedding_config_type.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_dataset.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_dataset_job_params.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_dataset_job_record.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_execution_params.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_execution_params_override.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_llm_model_data.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_question.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_question_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_question_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_job.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_result_data_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_schema.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_schema_data_schema_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/file.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/file_resource_info_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/filter_condition.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/filter_operator.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/gemini_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/http_validation_error.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/ingestion_error_response.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/job_name_mapping.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/llama_parse_parameters.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/llm.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/llm_parameters.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/local_eval.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/local_eval_results.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/local_eval_sets.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/managed_ingestion_status.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/managed_ingestion_status_response.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/markdown_element_node_parser.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/markdown_node_parser.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/message_role.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metadata_filter.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metadata_filter_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metadata_filters.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metric_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/node_parser.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/none_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/none_segmentation_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/object_type.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/open_ai_embedding.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/organization.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/organization_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/page_segmentation_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/page_splitter_node_parser.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parser_languages.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_history_item.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_job.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_job_json_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/parsing_job_text_result.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_create_transform_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_component.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_component_one.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_deployment.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_type.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pooling.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/preset_retrieval_params.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/presigned_url.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/project.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/project_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/prompt_mixin_prompts.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/prompt_spec.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pydantic_program_mode.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/related_node_info.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/retrieval_mode.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/retrieve_results.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/semantic_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/sentence_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/sentence_splitter.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/status_enum.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/supported_eval_llm_model.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/text_node.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/text_node_relationships_value.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/text_node_with_score.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/token_chunking_config.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/token_text_splitter.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/transformation_category_names.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/user.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/user_organization.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/user_organization_create.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/user_organization_delete.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/validation_error.py +0 -0
- {llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/validation_error_loc_item.py +0 -0
|
@@ -16,7 +16,7 @@ except ImportError:
|
|
|
16
16
|
|
|
17
17
|
class ParsingUsage(pydantic.BaseModel):
|
|
18
18
|
usage_pdf_pages: int
|
|
19
|
-
max_pdf_pages: int
|
|
19
|
+
max_pdf_pages: typing.Optional[int]
|
|
20
20
|
|
|
21
21
|
def json(self, **kwargs: typing.Any) -> str:
|
|
22
22
|
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/supported_eval_llm_model_names.py
RENAMED
|
@@ -14,12 +14,16 @@ class SupportedEvalLlmModelNames(str, enum.Enum):
|
|
|
14
14
|
GPT_3_5_TURBO = "GPT_3_5_TURBO"
|
|
15
15
|
GPT_4 = "GPT_4"
|
|
16
16
|
GPT_4_TURBO = "GPT_4_TURBO"
|
|
17
|
+
GPT_4_O = "GPT_4O"
|
|
18
|
+
GPT_4_O_MINI = "GPT_4O_MINI"
|
|
17
19
|
|
|
18
20
|
def visit(
|
|
19
21
|
self,
|
|
20
22
|
gpt_3_5_turbo: typing.Callable[[], T_Result],
|
|
21
23
|
gpt_4: typing.Callable[[], T_Result],
|
|
22
24
|
gpt_4_turbo: typing.Callable[[], T_Result],
|
|
25
|
+
gpt_4_o: typing.Callable[[], T_Result],
|
|
26
|
+
gpt_4_o_mini: typing.Callable[[], T_Result],
|
|
23
27
|
) -> T_Result:
|
|
24
28
|
if self is SupportedEvalLlmModelNames.GPT_3_5_TURBO:
|
|
25
29
|
return gpt_3_5_turbo()
|
|
@@ -27,3 +31,7 @@ class SupportedEvalLlmModelNames(str, enum.Enum):
|
|
|
27
31
|
return gpt_4()
|
|
28
32
|
if self is SupportedEvalLlmModelNames.GPT_4_TURBO:
|
|
29
33
|
return gpt_4_turbo()
|
|
34
|
+
if self is SupportedEvalLlmModelNames.GPT_4_O:
|
|
35
|
+
return gpt_4_o()
|
|
36
|
+
if self is SupportedEvalLlmModelNames.GPT_4_O_MINI:
|
|
37
|
+
return gpt_4_o_mini()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/component_definitions/__init__.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/component_definitions/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sinks/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/data_sources/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/resources/extraction/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/advanced_mode_transform_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_az_storage_blob_data_source.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_azure_ai_search_vector_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/cloud_notion_page_data_source.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_data_source_names.py
RENAMED
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configurable_transformation_names.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/configured_transformation_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_sink_create_component_one.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_create_component_one.py
RENAMED
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/data_source_custom_metadata_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/embedding_config_component_one.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/eval_execution_params_override.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/extraction_schema_data_schema_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/hugging_face_inference_api_embedding.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/llama_parse_supported_file_extensions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/managed_ingestion_status_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/metadata_filters_filters_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_create_transform_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_component.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_data_source_component_one.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_custom_metadata_value.py
RENAMED
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/pipeline_file_resource_info_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/text_node_relationships_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.0.12 → llama_cloud-0.0.13}/llama_cloud/types/transformation_category_names.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|