llama-cloud 0.1.3__tar.gz → 0.1.4__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.3 → llama_cloud-0.1.4}/PKG-INFO +1 -1
- llama_cloud-0.1.4/llama_cloud/types/base.py +29 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/pyproject.toml +1 -1
- llama_cloud-0.1.3/llama_cloud/types/base.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/LICENSE +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/README.md +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/api_error.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/client_wrapper.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/datetime_utils.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/jsonable_encoder.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/core/remove_none_from_dict.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/environment.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/errors/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/component_definitions/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/component_definitions/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sinks/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sinks/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sources/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sources/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/evals/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/evals/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/extraction/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/extraction/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/extraction/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/extraction/types/extraction_schema_create_data_schema_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/extraction/types/extraction_schema_update_data_schema_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/files/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/files/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/files/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/organizations/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/organizations/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/parsing/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/parsing/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/projects/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/projects/client.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/__init__.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/auto_transform_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/azure_open_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/base_prompt_template.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/bedrock_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/bedrock_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/box_auth_mechanism.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/character_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/character_splitter.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/chat_data.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/chat_message.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_box_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_confluence_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_document.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_document_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_google_drive_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_jira_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_notion_page_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_slack_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/code_splitter.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cohere_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cohere_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_data_sink_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_data_source_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_transformation_definition.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_transformation_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configured_transformation_item.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configured_transformation_item_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_sink.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_sink_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_sink_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_sink_create_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_sink_definition.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_create_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/data_source_definition.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/element_segmentation_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_dataset.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_dataset_job_params.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_dataset_job_record.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_execution_params.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_execution_params_override.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_metric.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_question.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_question_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/eval_question_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/extraction_job.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/extraction_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/extraction_result_data_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/extraction_schema.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/extraction_schema_data_schema_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/file.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/file_resource_info_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/filter_condition.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/filter_operator.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/gemini_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/gemini_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/http_validation_error.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/hugging_face_inference_api_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/ingestion_error_response.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/input_message.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/job_name_mapping.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/llama_parse_parameters.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/llm.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/llm_model_data.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/llm_parameters.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/local_eval.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/local_eval_results.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/local_eval_sets.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/managed_ingestion_status.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/managed_ingestion_status_response.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/markdown_element_node_parser.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/markdown_node_parser.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/message_annotation.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/message_role.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/metadata_filter.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/metadata_filter_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/metadata_filters.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/metric_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/node_parser.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/node_relationship.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/none_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/none_segmentation_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/object_type.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/open_ai_embedding.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/open_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/organization.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/organization_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/page_screenshot_metadata.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/page_screenshot_node_with_score.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/page_segmentation_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/page_splitter_node_parser.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parser_languages.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_history_item.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_job.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_job_json_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_job_text_result.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/parsing_usage.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/partition_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/permission.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_configuration_hashes.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_create_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_create_transform_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_data_source.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_data_source_component.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_data_source_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_deployment.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_config_hash_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_transform_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_type.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/playground_session.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pooling.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/preset_retrieval_params.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/presigned_url.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/project.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/project_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/prompt_mixin_prompts.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/prompt_spec.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pydantic_program_mode.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/related_node_info.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/retrieval_mode.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/retrieve_results.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/role.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/semantic_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/sentence_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/sentence_splitter.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/status_enum.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/supported_llm_model.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/supported_llm_model_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/text_node.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/text_node_relationships_value.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/text_node_with_score.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/token_chunking_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/token_text_splitter.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/transformation_category_names.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/user_organization.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/user_organization_create.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/user_organization_delete.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/user_organization_role.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/validation_error.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/validation_error_loc_item.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/vertex_ai_embedding_config.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/vertex_embedding_mode.py +0 -0
- {llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/vertex_text_embedding.py +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
+
|
|
3
|
+
import datetime as dt
|
|
4
|
+
import typing
|
|
5
|
+
|
|
6
|
+
from ..core.datetime_utils import serialize_datetime
|
|
7
|
+
|
|
8
|
+
try:
|
|
9
|
+
import pydantic
|
|
10
|
+
if pydantic.__version__.startswith("1."):
|
|
11
|
+
raise ImportError
|
|
12
|
+
import pydantic.v1 as pydantic # type: ignore
|
|
13
|
+
except ImportError:
|
|
14
|
+
import pydantic # type: ignore
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class Base(pydantic.BaseModel):
|
|
18
|
+
def json(self, **kwargs: typing.Any) -> str:
|
|
19
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
|
20
|
+
return super().json(**kwargs_with_defaults)
|
|
21
|
+
|
|
22
|
+
def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]:
|
|
23
|
+
kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
|
|
24
|
+
return super().dict(**kwargs_with_defaults)
|
|
25
|
+
|
|
26
|
+
class Config:
|
|
27
|
+
frozen = True
|
|
28
|
+
smart_union = True
|
|
29
|
+
json_encoders = {dt.datetime: serialize_datetime}
|
|
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.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/component_definitions/__init__.py
RENAMED
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/resources/component_definitions/client.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.1.3 → llama_cloud-0.1.4}/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
|
|
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
|
|
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.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_az_storage_blob_data_source.py
RENAMED
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.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
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_transformation_definition.py
RENAMED
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/configurable_transformation_names.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
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
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.1.3 → llama_cloud-0.1.4}/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
|
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
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.1.3 → llama_cloud-0.1.4}/llama_cloud/types/page_screenshot_node_with_score.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
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_create_embedding_config.py
RENAMED
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_create_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
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_config_hash_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/llama_cloud/types/pipeline_file_custom_metadata_value.py
RENAMED
|
File without changes
|
{llama_cloud-0.1.3 → llama_cloud-0.1.4}/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
|
|
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
|