llama-cloud 0.0.16__tar.gz → 0.1.0__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.16 → llama_cloud-0.1.0}/PKG-INFO +1 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/__init__.py +8 -30
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/client.py +0 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/__init__.py +2 -10
- llama_cloud-0.1.0/llama_cloud/resources/data_sinks/__init__.py +5 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/data_sinks/client.py +2 -2
- llama_cloud-0.1.0/llama_cloud/resources/data_sinks/types/__init__.py +5 -0
- llama_cloud-0.0.16/llama_cloud/resources/data_sinks/types/data_sink_update_component_one.py → llama_cloud-0.1.0/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +2 -1
- llama_cloud-0.1.0/llama_cloud/resources/data_sources/__init__.py +5 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/data_sources/client.py +6 -6
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/data_sources/types/__init__.py +1 -2
- llama_cloud-0.0.16/llama_cloud/resources/data_sources/types/data_source_update_component_one.py → llama_cloud-0.1.0/llama_cloud/resources/data_sources/types/data_source_update_component.py +4 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/extraction/client.py +14 -14
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/files/client.py +10 -10
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/organizations/client.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/parsing/client.py +68 -60
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/pipelines/__init__.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/pipelines/client.py +50 -340
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/pipelines/types/__init__.py +1 -7
- llama_cloud-0.1.0/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +8 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/__init__.py +9 -23
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/azure_open_ai_embedding.py +7 -34
- llama_cloud-0.1.0/llama_cloud/types/base_prompt_template.py +36 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/bedrock_embedding.py +7 -17
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/box_auth_mechanism.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/character_splitter.py +3 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/chat_data.py +0 -5
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/chat_message.py +1 -6
- llama_cloud-0.1.0/llama_cloud/types/cloud_az_storage_blob_data_source.py +40 -0
- llama_cloud-0.1.0/llama_cloud/types/cloud_box_data_source.py +41 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_chroma_vector_store.py +1 -5
- llama_cloud-0.1.0/llama_cloud/types/cloud_confluence_data_source.py +41 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_document.py +1 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_document_create.py +1 -3
- llama_cloud-0.0.16/llama_cloud/types/message_annotation.py → llama_cloud-0.1.0/llama_cloud/types/cloud_google_drive_data_source.py +5 -8
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_jira_data_source.py +4 -6
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_notion_page_data_source.py +2 -6
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_one_drive_data_source.py +2 -6
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_postgres_vector_store.py +0 -4
- llama_cloud-0.1.0/llama_cloud/types/cloud_s_3_data_source.py +37 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_sharepoint_data_source.py +5 -9
- llama_cloud-0.1.0/llama_cloud/types/cloud_slack_data_source.py +38 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_weaviate_vector_store.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/code_splitter.py +2 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cohere_embedding.py +3 -7
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/configurable_data_sink_names.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/configurable_data_source_names.py +4 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/configurable_transformation_names.py +0 -4
- llama_cloud-0.0.16/llama_cloud/types/configured_transformation_item_component_one.py → llama_cloud-0.1.0/llama_cloud/types/configured_transformation_item_component.py +2 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_sink.py +2 -2
- llama_cloud-0.0.16/llama_cloud/types/data_sink_create_component_one.py → llama_cloud-0.1.0/llama_cloud/types/data_sink_component.py +2 -1
- llama_cloud-0.0.16/llama_cloud/types/data_sink_component_one.py → llama_cloud-0.1.0/llama_cloud/types/data_sink_create_component.py +2 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_source.py +3 -5
- llama_cloud-0.0.16/llama_cloud/types/data_source_component_one.py → llama_cloud-0.1.0/llama_cloud/types/data_source_component.py +4 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_source_create.py +1 -3
- llama_cloud-0.0.16/llama_cloud/types/data_source_create_component_one.py → llama_cloud-0.1.0/llama_cloud/types/data_source_create_component.py +4 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_dataset.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_dataset_job_record.py +7 -13
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_execution_params_override.py +2 -6
- llama_cloud-0.1.0/llama_cloud/types/eval_metric.py +17 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_question.py +2 -6
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extend_vertex_text_embedding.py +6 -18
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extraction_result.py +5 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extraction_schema.py +3 -5
- llama_cloud-0.1.0/llama_cloud/types/file.py +45 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/gemini_embedding.py +5 -9
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/hugging_face_inference_api_embedding.py +10 -26
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/input_message.py +2 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/llama_parse_parameters.py +1 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/llm.py +9 -8
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/llm_parameters.py +2 -7
- llama_cloud-0.1.0/llama_cloud/types/local_eval.py +47 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/local_eval_results.py +1 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/managed_ingestion_status_response.py +3 -5
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/markdown_element_node_parser.py +4 -5
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/markdown_node_parser.py +2 -1
- llama_cloud-0.1.0/llama_cloud/types/message_annotation.py +33 -0
- llama_cloud-0.1.0/llama_cloud/types/metric_result.py +33 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/node_parser.py +2 -1
- llama_cloud-0.1.0/llama_cloud/types/node_relationship.py +44 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/object_type.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/open_ai_embedding.py +6 -12
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/organization.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/page_splitter_node_parser.py +3 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_job_json_result.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_job_markdown_result.py +1 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_job_text_result.py +1 -1
- llama_cloud-0.1.0/llama_cloud/types/partition_names.py +45 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline.py +7 -17
- llama_cloud-0.1.0/llama_cloud/types/pipeline_configuration_hashes.py +37 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_create.py +6 -18
- llama_cloud-0.1.0/llama_cloud/types/pipeline_create_transform_config.py +8 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_data_source.py +5 -11
- llama_cloud-0.0.16/llama_cloud/types/pipeline_data_source_component_one.py → llama_cloud-0.1.0/llama_cloud/types/pipeline_data_source_component.py +4 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_data_source_create.py +1 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_deployment.py +4 -8
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file.py +10 -18
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file_create.py +1 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/playground_session.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/preset_retrieval_params.py +8 -11
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/presigned_url.py +1 -3
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/project.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/prompt_mixin_prompts.py +1 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/prompt_spec.py +2 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/related_node_info.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/retrieval_mode.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/sentence_splitter.py +3 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/supported_llm_model_names.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/text_node.py +3 -9
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/token_text_splitter.py +2 -1
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/transformation_category_names.py +0 -4
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/user_organization.py +5 -9
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/user_organization_create.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/user_organization_delete.py +2 -2
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/pyproject.toml +1 -1
- llama_cloud-0.0.16/llama_cloud/resources/auth/client.py +0 -124
- llama_cloud-0.0.16/llama_cloud/resources/data_sinks/__init__.py +0 -5
- llama_cloud-0.0.16/llama_cloud/resources/data_sinks/types/__init__.py +0 -6
- llama_cloud-0.0.16/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/resources/data_sources/__init__.py +0 -5
- llama_cloud-0.0.16/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py +0 -31
- llama_cloud-0.0.16/llama_cloud/resources/projects/__init__.py +0 -2
- llama_cloud-0.0.16/llama_cloud/types/base_prompt_template.py +0 -47
- llama_cloud-0.0.16/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -51
- llama_cloud-0.0.16/llama_cloud/types/cloud_box_data_source.py +0 -51
- llama_cloud-0.0.16/llama_cloud/types/cloud_confluence_data_source.py +0 -45
- llama_cloud-0.0.16/llama_cloud/types/cloud_s_3_data_source.py +0 -45
- llama_cloud-0.0.16/llama_cloud/types/cloud_slack_data_source.py +0 -42
- llama_cloud-0.0.16/llama_cloud/types/configured_transformation_item_component.py +0 -9
- llama_cloud-0.0.16/llama_cloud/types/custom_claims.py +0 -58
- llama_cloud-0.0.16/llama_cloud/types/data_sink_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/types/data_sink_create_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/types/data_source_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/types/data_source_create_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/types/file.py +0 -49
- llama_cloud-0.0.16/llama_cloud/types/local_eval.py +0 -49
- llama_cloud-0.0.16/llama_cloud/types/metric_result.py +0 -33
- llama_cloud-0.0.16/llama_cloud/types/pipeline_configuration_hashes.py +0 -37
- llama_cloud-0.0.16/llama_cloud/types/pipeline_create_transform_config.py +0 -31
- llama_cloud-0.0.16/llama_cloud/types/pipeline_data_source_component.py +0 -7
- llama_cloud-0.0.16/llama_cloud/types/user.py +0 -35
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/LICENSE +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/README.md +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/api_error.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/client_wrapper.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/datetime_utils.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/jsonable_encoder.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/core/remove_none_from_dict.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/environment.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/errors/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
- {llama_cloud-0.0.16/llama_cloud/resources/auth → llama_cloud-0.1.0/llama_cloud/resources/component_definitions}/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/component_definitions/client.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16/llama_cloud/resources/component_definitions → llama_cloud-0.1.0/llama_cloud/resources/evals}/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/evals/client.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/extraction/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/extraction/types/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/extraction/types/extraction_schema_create_data_schema_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/extraction/types/extraction_schema_update_data_schema_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/files/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/files/types/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
- {llama_cloud-0.0.16/llama_cloud/resources/evals → llama_cloud-0.1.0/llama_cloud/resources/organizations}/__init__.py +0 -0
- {llama_cloud-0.0.16/llama_cloud/resources/organizations → llama_cloud-0.1.0/llama_cloud/resources/parsing}/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py +15 -15
- {llama_cloud-0.0.16/llama_cloud/resources/parsing → llama_cloud-0.1.0/llama_cloud/resources/projects}/__init__.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/projects/client.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/advanced_mode_transform_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/advanced_mode_transform_config_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/advanced_mode_transform_config_segmentation_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/auto_transform_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/azure_open_ai_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/base.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/bedrock_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/character_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_azure_ai_search_vector_store.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_milvus_vector_store.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_mongo_db_atlas_vector_search.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/cohere_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/configurable_transformation_definition.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/configured_transformation_item.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_sink_create.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_sink_definition.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/data_source_definition.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/element_segmentation_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_dataset_job_params.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_execution_params.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_question_create.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/eval_question_result.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extraction_job.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extraction_result_data_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/extraction_schema_data_schema_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/file_resource_info_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/filter_condition.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/filter_operator.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/gemini_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/http_validation_error.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/hugging_face_inference_api_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/ingestion_error_response.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/job_name_mapping.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/llm_model_data.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/local_eval_sets.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/managed_ingestion_status.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/message_role.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/metadata_filter.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/metadata_filter_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/metadata_filters.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/none_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/none_segmentation_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/open_ai_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/organization_create.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/page_screenshot_metadata.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/page_screenshot_node_with_score.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/page_segmentation_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parser_languages.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_history_item.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_job.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/parsing_usage.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_create_embedding_config.py +15 -15
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_embedding_config.py +15 -15
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file_config_hash_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_transform_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pipeline_type.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pooling.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/project_create.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/pydantic_program_mode.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/retrieve_results.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/semantic_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/sentence_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/status_enum.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/supported_llm_model.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/text_node_relationships_value.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/text_node_with_score.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/token_chunking_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/validation_error.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/validation_error_loc_item.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/vertex_ai_embedding_config.py +0 -0
- {llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/types/vertex_embedding_mode.py +0 -0
|
@@ -31,6 +31,7 @@ from .types import (
|
|
|
31
31
|
CloudConfluenceDataSource,
|
|
32
32
|
CloudDocument,
|
|
33
33
|
CloudDocumentCreate,
|
|
34
|
+
CloudGoogleDriveDataSource,
|
|
34
35
|
CloudJiraDataSource,
|
|
35
36
|
CloudMilvusVectorStore,
|
|
36
37
|
CloudMongoDbAtlasVectorSearch,
|
|
@@ -52,21 +53,15 @@ from .types import (
|
|
|
52
53
|
ConfigurableTransformationNames,
|
|
53
54
|
ConfiguredTransformationItem,
|
|
54
55
|
ConfiguredTransformationItemComponent,
|
|
55
|
-
ConfiguredTransformationItemComponentOne,
|
|
56
|
-
CustomClaims,
|
|
57
56
|
DataSink,
|
|
58
57
|
DataSinkComponent,
|
|
59
|
-
DataSinkComponentOne,
|
|
60
58
|
DataSinkCreate,
|
|
61
59
|
DataSinkCreateComponent,
|
|
62
|
-
DataSinkCreateComponentOne,
|
|
63
60
|
DataSinkDefinition,
|
|
64
61
|
DataSource,
|
|
65
62
|
DataSourceComponent,
|
|
66
|
-
DataSourceComponentOne,
|
|
67
63
|
DataSourceCreate,
|
|
68
64
|
DataSourceCreateComponent,
|
|
69
|
-
DataSourceCreateComponentOne,
|
|
70
65
|
DataSourceCreateCustomMetadataValue,
|
|
71
66
|
DataSourceCustomMetadataValue,
|
|
72
67
|
DataSourceDefinition,
|
|
@@ -76,6 +71,7 @@ from .types import (
|
|
|
76
71
|
EvalDatasetJobRecord,
|
|
77
72
|
EvalExecutionParams,
|
|
78
73
|
EvalExecutionParamsOverride,
|
|
74
|
+
EvalMetric,
|
|
79
75
|
EvalQuestion,
|
|
80
76
|
EvalQuestionCreate,
|
|
81
77
|
EvalQuestionResult,
|
|
@@ -118,6 +114,7 @@ from .types import (
|
|
|
118
114
|
MetadataFiltersFiltersItem,
|
|
119
115
|
MetricResult,
|
|
120
116
|
NodeParser,
|
|
117
|
+
NodeRelationship,
|
|
121
118
|
NoneChunkingConfig,
|
|
122
119
|
NoneSegmentationConfig,
|
|
123
120
|
ObjectType,
|
|
@@ -136,6 +133,7 @@ from .types import (
|
|
|
136
133
|
ParsingJobMarkdownResult,
|
|
137
134
|
ParsingJobTextResult,
|
|
138
135
|
ParsingUsage,
|
|
136
|
+
PartitionNames,
|
|
139
137
|
Pipeline,
|
|
140
138
|
PipelineConfigurationHashes,
|
|
141
139
|
PipelineCreate,
|
|
@@ -148,11 +146,8 @@ from .types import (
|
|
|
148
146
|
PipelineCreateEmbeddingConfig_OpenaiEmbedding,
|
|
149
147
|
PipelineCreateEmbeddingConfig_VertexaiEmbedding,
|
|
150
148
|
PipelineCreateTransformConfig,
|
|
151
|
-
PipelineCreateTransformConfig_Advanced,
|
|
152
|
-
PipelineCreateTransformConfig_Auto,
|
|
153
149
|
PipelineDataSource,
|
|
154
150
|
PipelineDataSourceComponent,
|
|
155
|
-
PipelineDataSourceComponentOne,
|
|
156
151
|
PipelineDataSourceCreate,
|
|
157
152
|
PipelineDataSourceCustomMetadataValue,
|
|
158
153
|
PipelineDeployment,
|
|
@@ -198,7 +193,6 @@ from .types import (
|
|
|
198
193
|
TokenChunkingConfig,
|
|
199
194
|
TokenTextSplitter,
|
|
200
195
|
TransformationCategoryNames,
|
|
201
|
-
User,
|
|
202
196
|
UserOrganization,
|
|
203
197
|
UserOrganizationCreate,
|
|
204
198
|
UserOrganizationDelete,
|
|
@@ -210,9 +204,7 @@ from .types import (
|
|
|
210
204
|
from .errors import UnprocessableEntityError
|
|
211
205
|
from .resources import (
|
|
212
206
|
DataSinkUpdateComponent,
|
|
213
|
-
DataSinkUpdateComponentOne,
|
|
214
207
|
DataSourceUpdateComponent,
|
|
215
|
-
DataSourceUpdateComponentOne,
|
|
216
208
|
DataSourceUpdateCustomMetadataValue,
|
|
217
209
|
ExtractionSchemaCreateDataSchemaValue,
|
|
218
210
|
ExtractionSchemaUpdateDataSchemaValue,
|
|
@@ -227,9 +219,6 @@ from .resources import (
|
|
|
227
219
|
PipelineUpdateEmbeddingConfig_OpenaiEmbedding,
|
|
228
220
|
PipelineUpdateEmbeddingConfig_VertexaiEmbedding,
|
|
229
221
|
PipelineUpdateTransformConfig,
|
|
230
|
-
PipelineUpdateTransformConfig_Advanced,
|
|
231
|
-
PipelineUpdateTransformConfig_Auto,
|
|
232
|
-
auth,
|
|
233
222
|
component_definitions,
|
|
234
223
|
data_sinks,
|
|
235
224
|
data_sources,
|
|
@@ -274,6 +263,7 @@ __all__ = [
|
|
|
274
263
|
"CloudConfluenceDataSource",
|
|
275
264
|
"CloudDocument",
|
|
276
265
|
"CloudDocumentCreate",
|
|
266
|
+
"CloudGoogleDriveDataSource",
|
|
277
267
|
"CloudJiraDataSource",
|
|
278
268
|
"CloudMilvusVectorStore",
|
|
279
269
|
"CloudMongoDbAtlasVectorSearch",
|
|
@@ -295,28 +285,20 @@ __all__ = [
|
|
|
295
285
|
"ConfigurableTransformationNames",
|
|
296
286
|
"ConfiguredTransformationItem",
|
|
297
287
|
"ConfiguredTransformationItemComponent",
|
|
298
|
-
"ConfiguredTransformationItemComponentOne",
|
|
299
|
-
"CustomClaims",
|
|
300
288
|
"DataSink",
|
|
301
289
|
"DataSinkComponent",
|
|
302
|
-
"DataSinkComponentOne",
|
|
303
290
|
"DataSinkCreate",
|
|
304
291
|
"DataSinkCreateComponent",
|
|
305
|
-
"DataSinkCreateComponentOne",
|
|
306
292
|
"DataSinkDefinition",
|
|
307
293
|
"DataSinkUpdateComponent",
|
|
308
|
-
"DataSinkUpdateComponentOne",
|
|
309
294
|
"DataSource",
|
|
310
295
|
"DataSourceComponent",
|
|
311
|
-
"DataSourceComponentOne",
|
|
312
296
|
"DataSourceCreate",
|
|
313
297
|
"DataSourceCreateComponent",
|
|
314
|
-
"DataSourceCreateComponentOne",
|
|
315
298
|
"DataSourceCreateCustomMetadataValue",
|
|
316
299
|
"DataSourceCustomMetadataValue",
|
|
317
300
|
"DataSourceDefinition",
|
|
318
301
|
"DataSourceUpdateComponent",
|
|
319
|
-
"DataSourceUpdateComponentOne",
|
|
320
302
|
"DataSourceUpdateCustomMetadataValue",
|
|
321
303
|
"ElementSegmentationConfig",
|
|
322
304
|
"EvalDataset",
|
|
@@ -324,6 +306,7 @@ __all__ = [
|
|
|
324
306
|
"EvalDatasetJobRecord",
|
|
325
307
|
"EvalExecutionParams",
|
|
326
308
|
"EvalExecutionParamsOverride",
|
|
309
|
+
"EvalMetric",
|
|
327
310
|
"EvalQuestion",
|
|
328
311
|
"EvalQuestionCreate",
|
|
329
312
|
"EvalQuestionResult",
|
|
@@ -370,6 +353,7 @@ __all__ = [
|
|
|
370
353
|
"MetadataFiltersFiltersItem",
|
|
371
354
|
"MetricResult",
|
|
372
355
|
"NodeParser",
|
|
356
|
+
"NodeRelationship",
|
|
373
357
|
"NoneChunkingConfig",
|
|
374
358
|
"NoneSegmentationConfig",
|
|
375
359
|
"ObjectType",
|
|
@@ -388,6 +372,7 @@ __all__ = [
|
|
|
388
372
|
"ParsingJobMarkdownResult",
|
|
389
373
|
"ParsingJobTextResult",
|
|
390
374
|
"ParsingUsage",
|
|
375
|
+
"PartitionNames",
|
|
391
376
|
"Pipeline",
|
|
392
377
|
"PipelineConfigurationHashes",
|
|
393
378
|
"PipelineCreate",
|
|
@@ -400,11 +385,8 @@ __all__ = [
|
|
|
400
385
|
"PipelineCreateEmbeddingConfig_OpenaiEmbedding",
|
|
401
386
|
"PipelineCreateEmbeddingConfig_VertexaiEmbedding",
|
|
402
387
|
"PipelineCreateTransformConfig",
|
|
403
|
-
"PipelineCreateTransformConfig_Advanced",
|
|
404
|
-
"PipelineCreateTransformConfig_Auto",
|
|
405
388
|
"PipelineDataSource",
|
|
406
389
|
"PipelineDataSourceComponent",
|
|
407
|
-
"PipelineDataSourceComponentOne",
|
|
408
390
|
"PipelineDataSourceCreate",
|
|
409
391
|
"PipelineDataSourceCustomMetadataValue",
|
|
410
392
|
"PipelineDeployment",
|
|
@@ -436,8 +418,6 @@ __all__ = [
|
|
|
436
418
|
"PipelineUpdateEmbeddingConfig_OpenaiEmbedding",
|
|
437
419
|
"PipelineUpdateEmbeddingConfig_VertexaiEmbedding",
|
|
438
420
|
"PipelineUpdateTransformConfig",
|
|
439
|
-
"PipelineUpdateTransformConfig_Advanced",
|
|
440
|
-
"PipelineUpdateTransformConfig_Auto",
|
|
441
421
|
"PlaygroundSession",
|
|
442
422
|
"Pooling",
|
|
443
423
|
"PresetRetrievalParams",
|
|
@@ -463,7 +443,6 @@ __all__ = [
|
|
|
463
443
|
"TokenTextSplitter",
|
|
464
444
|
"TransformationCategoryNames",
|
|
465
445
|
"UnprocessableEntityError",
|
|
466
|
-
"User",
|
|
467
446
|
"UserOrganization",
|
|
468
447
|
"UserOrganizationCreate",
|
|
469
448
|
"UserOrganizationDelete",
|
|
@@ -471,7 +450,6 @@ __all__ = [
|
|
|
471
450
|
"ValidationErrorLocItem",
|
|
472
451
|
"VertexAiEmbeddingConfig",
|
|
473
452
|
"VertexEmbeddingMode",
|
|
474
|
-
"auth",
|
|
475
453
|
"component_definitions",
|
|
476
454
|
"data_sinks",
|
|
477
455
|
"data_sources",
|
|
@@ -6,7 +6,6 @@ import httpx
|
|
|
6
6
|
|
|
7
7
|
from .core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
|
|
8
8
|
from .environment import LlamaCloudEnvironment
|
|
9
|
-
from .resources.auth.client import AsyncAuthClient, AuthClient
|
|
10
9
|
from .resources.component_definitions.client import AsyncComponentDefinitionsClient, ComponentDefinitionsClient
|
|
11
10
|
from .resources.data_sinks.client import AsyncDataSinksClient, DataSinksClient
|
|
12
11
|
from .resources.data_sources.client import AsyncDataSourcesClient, DataSourcesClient
|
|
@@ -43,7 +42,6 @@ class LlamaCloud:
|
|
|
43
42
|
self.evals = EvalsClient(client_wrapper=self._client_wrapper)
|
|
44
43
|
self.parsing = ParsingClient(client_wrapper=self._client_wrapper)
|
|
45
44
|
self.component_definitions = ComponentDefinitionsClient(client_wrapper=self._client_wrapper)
|
|
46
|
-
self.auth = AuthClient(client_wrapper=self._client_wrapper)
|
|
47
45
|
self.extraction = ExtractionClient(client_wrapper=self._client_wrapper)
|
|
48
46
|
|
|
49
47
|
|
|
@@ -71,7 +69,6 @@ class AsyncLlamaCloud:
|
|
|
71
69
|
self.evals = AsyncEvalsClient(client_wrapper=self._client_wrapper)
|
|
72
70
|
self.parsing = AsyncParsingClient(client_wrapper=self._client_wrapper)
|
|
73
71
|
self.component_definitions = AsyncComponentDefinitionsClient(client_wrapper=self._client_wrapper)
|
|
74
|
-
self.auth = AsyncAuthClient(client_wrapper=self._client_wrapper)
|
|
75
72
|
self.extraction = AsyncExtractionClient(client_wrapper=self._client_wrapper)
|
|
76
73
|
|
|
77
74
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from . import (
|
|
4
|
-
auth,
|
|
5
4
|
component_definitions,
|
|
6
5
|
data_sinks,
|
|
7
6
|
data_sources,
|
|
@@ -13,8 +12,8 @@ from . import (
|
|
|
13
12
|
pipelines,
|
|
14
13
|
projects,
|
|
15
14
|
)
|
|
16
|
-
from .data_sinks import DataSinkUpdateComponent
|
|
17
|
-
from .data_sources import DataSourceUpdateComponent,
|
|
15
|
+
from .data_sinks import DataSinkUpdateComponent
|
|
16
|
+
from .data_sources import DataSourceUpdateComponent, DataSourceUpdateCustomMetadataValue
|
|
18
17
|
from .extraction import ExtractionSchemaCreateDataSchemaValue, ExtractionSchemaUpdateDataSchemaValue
|
|
19
18
|
from .files import FileCreateResourceInfoValue
|
|
20
19
|
from .pipelines import (
|
|
@@ -28,15 +27,11 @@ from .pipelines import (
|
|
|
28
27
|
PipelineUpdateEmbeddingConfig_OpenaiEmbedding,
|
|
29
28
|
PipelineUpdateEmbeddingConfig_VertexaiEmbedding,
|
|
30
29
|
PipelineUpdateTransformConfig,
|
|
31
|
-
PipelineUpdateTransformConfig_Advanced,
|
|
32
|
-
PipelineUpdateTransformConfig_Auto,
|
|
33
30
|
)
|
|
34
31
|
|
|
35
32
|
__all__ = [
|
|
36
33
|
"DataSinkUpdateComponent",
|
|
37
|
-
"DataSinkUpdateComponentOne",
|
|
38
34
|
"DataSourceUpdateComponent",
|
|
39
|
-
"DataSourceUpdateComponentOne",
|
|
40
35
|
"DataSourceUpdateCustomMetadataValue",
|
|
41
36
|
"ExtractionSchemaCreateDataSchemaValue",
|
|
42
37
|
"ExtractionSchemaUpdateDataSchemaValue",
|
|
@@ -51,9 +46,6 @@ __all__ = [
|
|
|
51
46
|
"PipelineUpdateEmbeddingConfig_OpenaiEmbedding",
|
|
52
47
|
"PipelineUpdateEmbeddingConfig_VertexaiEmbedding",
|
|
53
48
|
"PipelineUpdateTransformConfig",
|
|
54
|
-
"PipelineUpdateTransformConfig_Advanced",
|
|
55
|
-
"PipelineUpdateTransformConfig_Auto",
|
|
56
|
-
"auth",
|
|
57
49
|
"component_definitions",
|
|
58
50
|
"data_sinks",
|
|
59
51
|
"data_sources",
|
|
@@ -206,7 +206,7 @@ class DataSinksClient:
|
|
|
206
206
|
Parameters:
|
|
207
207
|
- data_sink_id: str.
|
|
208
208
|
|
|
209
|
-
- name: typing.Optional[str].
|
|
209
|
+
- name: typing.Optional[str].
|
|
210
210
|
|
|
211
211
|
- sink_type: ConfigurableDataSinkNames.
|
|
212
212
|
|
|
@@ -457,7 +457,7 @@ class AsyncDataSinksClient:
|
|
|
457
457
|
Parameters:
|
|
458
458
|
- data_sink_id: str.
|
|
459
459
|
|
|
460
|
-
- name: typing.Optional[str].
|
|
460
|
+
- name: typing.Optional[str].
|
|
461
461
|
|
|
462
462
|
- sink_type: ConfigurableDataSinkNames.
|
|
463
463
|
|
|
@@ -11,7 +11,8 @@ from ....types.cloud_postgres_vector_store import CloudPostgresVectorStore
|
|
|
11
11
|
from ....types.cloud_qdrant_vector_store import CloudQdrantVectorStore
|
|
12
12
|
from ....types.cloud_weaviate_vector_store import CloudWeaviateVectorStore
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
DataSinkUpdateComponent = typing.Union[
|
|
15
|
+
typing.Dict[str, typing.Any],
|
|
15
16
|
CloudChromaVectorStore,
|
|
16
17
|
CloudPineconeVectorStore,
|
|
17
18
|
CloudPostgresVectorStore,
|
|
@@ -203,7 +203,7 @@ class DataSourcesClient:
|
|
|
203
203
|
*,
|
|
204
204
|
name: typing.Optional[str] = OMIT,
|
|
205
205
|
source_type: ConfigurableDataSourceNames,
|
|
206
|
-
custom_metadata: typing.Optional[typing.Dict[str, DataSourceUpdateCustomMetadataValue]] = OMIT,
|
|
206
|
+
custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[DataSourceUpdateCustomMetadataValue]]] = OMIT,
|
|
207
207
|
component: typing.Optional[DataSourceUpdateComponent] = OMIT,
|
|
208
208
|
) -> DataSource:
|
|
209
209
|
"""
|
|
@@ -212,11 +212,11 @@ class DataSourcesClient:
|
|
|
212
212
|
Parameters:
|
|
213
213
|
- data_source_id: str.
|
|
214
214
|
|
|
215
|
-
- name: typing.Optional[str].
|
|
215
|
+
- name: typing.Optional[str].
|
|
216
216
|
|
|
217
217
|
- source_type: ConfigurableDataSourceNames.
|
|
218
218
|
|
|
219
|
-
- custom_metadata: typing.Optional[typing.Dict[str, DataSourceUpdateCustomMetadataValue]].
|
|
219
|
+
- custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[DataSourceUpdateCustomMetadataValue]]].
|
|
220
220
|
|
|
221
221
|
- component: typing.Optional[DataSourceUpdateComponent].
|
|
222
222
|
---
|
|
@@ -463,7 +463,7 @@ class AsyncDataSourcesClient:
|
|
|
463
463
|
*,
|
|
464
464
|
name: typing.Optional[str] = OMIT,
|
|
465
465
|
source_type: ConfigurableDataSourceNames,
|
|
466
|
-
custom_metadata: typing.Optional[typing.Dict[str, DataSourceUpdateCustomMetadataValue]] = OMIT,
|
|
466
|
+
custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[DataSourceUpdateCustomMetadataValue]]] = OMIT,
|
|
467
467
|
component: typing.Optional[DataSourceUpdateComponent] = OMIT,
|
|
468
468
|
) -> DataSource:
|
|
469
469
|
"""
|
|
@@ -472,11 +472,11 @@ class AsyncDataSourcesClient:
|
|
|
472
472
|
Parameters:
|
|
473
473
|
- data_source_id: str.
|
|
474
474
|
|
|
475
|
-
- name: typing.Optional[str].
|
|
475
|
+
- name: typing.Optional[str].
|
|
476
476
|
|
|
477
477
|
- source_type: ConfigurableDataSourceNames.
|
|
478
478
|
|
|
479
|
-
- custom_metadata: typing.Optional[typing.Dict[str, DataSourceUpdateCustomMetadataValue]].
|
|
479
|
+
- custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[DataSourceUpdateCustomMetadataValue]]].
|
|
480
480
|
|
|
481
481
|
- component: typing.Optional[DataSourceUpdateComponent].
|
|
482
482
|
---
|
{llama_cloud-0.0.16 → llama_cloud-0.1.0}/llama_cloud/resources/data_sources/types/__init__.py
RENAMED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from .data_source_update_component import DataSourceUpdateComponent
|
|
4
|
-
from .data_source_update_component_one import DataSourceUpdateComponentOne
|
|
5
4
|
from .data_source_update_custom_metadata_value import DataSourceUpdateCustomMetadataValue
|
|
6
5
|
|
|
7
|
-
__all__ = ["DataSourceUpdateComponent", "
|
|
6
|
+
__all__ = ["DataSourceUpdateComponent", "DataSourceUpdateCustomMetadataValue"]
|
|
@@ -5,6 +5,7 @@ import typing
|
|
|
5
5
|
from ....types.cloud_az_storage_blob_data_source import CloudAzStorageBlobDataSource
|
|
6
6
|
from ....types.cloud_box_data_source import CloudBoxDataSource
|
|
7
7
|
from ....types.cloud_confluence_data_source import CloudConfluenceDataSource
|
|
8
|
+
from ....types.cloud_google_drive_data_source import CloudGoogleDriveDataSource
|
|
8
9
|
from ....types.cloud_jira_data_source import CloudJiraDataSource
|
|
9
10
|
from ....types.cloud_notion_page_data_source import CloudNotionPageDataSource
|
|
10
11
|
from ....types.cloud_one_drive_data_source import CloudOneDriveDataSource
|
|
@@ -12,9 +13,11 @@ from ....types.cloud_s_3_data_source import CloudS3DataSource
|
|
|
12
13
|
from ....types.cloud_sharepoint_data_source import CloudSharepointDataSource
|
|
13
14
|
from ....types.cloud_slack_data_source import CloudSlackDataSource
|
|
14
15
|
|
|
15
|
-
|
|
16
|
+
DataSourceUpdateComponent = typing.Union[
|
|
17
|
+
typing.Dict[str, typing.Any],
|
|
16
18
|
CloudS3DataSource,
|
|
17
19
|
CloudAzStorageBlobDataSource,
|
|
20
|
+
CloudGoogleDriveDataSource,
|
|
18
21
|
CloudOneDriveDataSource,
|
|
19
22
|
CloudSharepointDataSource,
|
|
20
23
|
CloudSlackDataSource,
|
|
@@ -66,15 +66,15 @@ class ExtractionClient:
|
|
|
66
66
|
*,
|
|
67
67
|
name: str,
|
|
68
68
|
project_id: typing.Optional[str] = OMIT,
|
|
69
|
-
data_schema: typing.Dict[str, ExtractionSchemaCreateDataSchemaValue],
|
|
69
|
+
data_schema: typing.Dict[str, typing.Optional[ExtractionSchemaCreateDataSchemaValue]],
|
|
70
70
|
) -> ExtractionSchema:
|
|
71
71
|
"""
|
|
72
72
|
Parameters:
|
|
73
73
|
- name: str. The name of the extraction schema
|
|
74
74
|
|
|
75
|
-
- project_id: typing.Optional[str].
|
|
75
|
+
- project_id: typing.Optional[str].
|
|
76
76
|
|
|
77
|
-
- data_schema: typing.Dict[str, ExtractionSchemaCreateDataSchemaValue]. The schema of the data
|
|
77
|
+
- data_schema: typing.Dict[str, typing.Optional[ExtractionSchemaCreateDataSchemaValue]]. The schema of the data
|
|
78
78
|
---
|
|
79
79
|
from llama_cloud.client import LlamaCloud
|
|
80
80
|
|
|
@@ -117,11 +117,11 @@ class ExtractionClient:
|
|
|
117
117
|
) -> ExtractionSchema:
|
|
118
118
|
"""
|
|
119
119
|
Parameters:
|
|
120
|
-
- schema_id: typing.Optional[str].
|
|
120
|
+
- schema_id: typing.Optional[str].
|
|
121
121
|
|
|
122
122
|
- name: str. The name of the extraction schema
|
|
123
123
|
|
|
124
|
-
- project_id: typing.Optional[str].
|
|
124
|
+
- project_id: typing.Optional[str].
|
|
125
125
|
|
|
126
126
|
- file_ids: typing.List[str]. The IDs of the files that the extraction schema contains
|
|
127
127
|
|
|
@@ -195,13 +195,13 @@ class ExtractionClient:
|
|
|
195
195
|
self,
|
|
196
196
|
schema_id: str,
|
|
197
197
|
*,
|
|
198
|
-
data_schema: typing.Optional[typing.Dict[str, ExtractionSchemaUpdateDataSchemaValue]] = OMIT,
|
|
198
|
+
data_schema: typing.Optional[typing.Dict[str, typing.Optional[ExtractionSchemaUpdateDataSchemaValue]]] = OMIT,
|
|
199
199
|
) -> ExtractionSchema:
|
|
200
200
|
"""
|
|
201
201
|
Parameters:
|
|
202
202
|
- schema_id: str.
|
|
203
203
|
|
|
204
|
-
- data_schema: typing.Optional[typing.Dict[str, ExtractionSchemaUpdateDataSchemaValue]].
|
|
204
|
+
- data_schema: typing.Optional[typing.Dict[str, typing.Optional[ExtractionSchemaUpdateDataSchemaValue]]].
|
|
205
205
|
---
|
|
206
206
|
from llama_cloud.client import LlamaCloud
|
|
207
207
|
|
|
@@ -430,15 +430,15 @@ class AsyncExtractionClient:
|
|
|
430
430
|
*,
|
|
431
431
|
name: str,
|
|
432
432
|
project_id: typing.Optional[str] = OMIT,
|
|
433
|
-
data_schema: typing.Dict[str, ExtractionSchemaCreateDataSchemaValue],
|
|
433
|
+
data_schema: typing.Dict[str, typing.Optional[ExtractionSchemaCreateDataSchemaValue]],
|
|
434
434
|
) -> ExtractionSchema:
|
|
435
435
|
"""
|
|
436
436
|
Parameters:
|
|
437
437
|
- name: str. The name of the extraction schema
|
|
438
438
|
|
|
439
|
-
- project_id: typing.Optional[str].
|
|
439
|
+
- project_id: typing.Optional[str].
|
|
440
440
|
|
|
441
|
-
- data_schema: typing.Dict[str, ExtractionSchemaCreateDataSchemaValue]. The schema of the data
|
|
441
|
+
- data_schema: typing.Dict[str, typing.Optional[ExtractionSchemaCreateDataSchemaValue]]. The schema of the data
|
|
442
442
|
---
|
|
443
443
|
from llama_cloud.client import AsyncLlamaCloud
|
|
444
444
|
|
|
@@ -481,11 +481,11 @@ class AsyncExtractionClient:
|
|
|
481
481
|
) -> ExtractionSchema:
|
|
482
482
|
"""
|
|
483
483
|
Parameters:
|
|
484
|
-
- schema_id: typing.Optional[str].
|
|
484
|
+
- schema_id: typing.Optional[str].
|
|
485
485
|
|
|
486
486
|
- name: str. The name of the extraction schema
|
|
487
487
|
|
|
488
|
-
- project_id: typing.Optional[str].
|
|
488
|
+
- project_id: typing.Optional[str].
|
|
489
489
|
|
|
490
490
|
- file_ids: typing.List[str]. The IDs of the files that the extraction schema contains
|
|
491
491
|
|
|
@@ -559,13 +559,13 @@ class AsyncExtractionClient:
|
|
|
559
559
|
self,
|
|
560
560
|
schema_id: str,
|
|
561
561
|
*,
|
|
562
|
-
data_schema: typing.Optional[typing.Dict[str, ExtractionSchemaUpdateDataSchemaValue]] = OMIT,
|
|
562
|
+
data_schema: typing.Optional[typing.Dict[str, typing.Optional[ExtractionSchemaUpdateDataSchemaValue]]] = OMIT,
|
|
563
563
|
) -> ExtractionSchema:
|
|
564
564
|
"""
|
|
565
565
|
Parameters:
|
|
566
566
|
- schema_id: str.
|
|
567
567
|
|
|
568
|
-
- data_schema: typing.Optional[typing.Dict[str, ExtractionSchemaUpdateDataSchemaValue]].
|
|
568
|
+
- data_schema: typing.Optional[typing.Dict[str, typing.Optional[ExtractionSchemaUpdateDataSchemaValue]]].
|
|
569
569
|
---
|
|
570
570
|
from llama_cloud.client import AsyncLlamaCloud
|
|
571
571
|
|
|
@@ -168,7 +168,7 @@ class FilesClient:
|
|
|
168
168
|
name: str,
|
|
169
169
|
file_size: typing.Optional[int] = OMIT,
|
|
170
170
|
last_modified_at: typing.Optional[dt.datetime] = OMIT,
|
|
171
|
-
resource_info: typing.Optional[typing.Dict[str, FileCreateResourceInfoValue]] = OMIT,
|
|
171
|
+
resource_info: typing.Optional[typing.Dict[str, typing.Optional[FileCreateResourceInfoValue]]] = OMIT,
|
|
172
172
|
data_source_id: typing.Optional[str] = OMIT,
|
|
173
173
|
) -> PresignedUrl:
|
|
174
174
|
"""
|
|
@@ -179,13 +179,13 @@ class FilesClient:
|
|
|
179
179
|
|
|
180
180
|
- name: str.
|
|
181
181
|
|
|
182
|
-
- file_size: typing.Optional[int].
|
|
182
|
+
- file_size: typing.Optional[int].
|
|
183
183
|
|
|
184
|
-
- last_modified_at: typing.Optional[dt.datetime].
|
|
184
|
+
- last_modified_at: typing.Optional[dt.datetime].
|
|
185
185
|
|
|
186
|
-
- resource_info: typing.Optional[typing.Dict[str, FileCreateResourceInfoValue]].
|
|
186
|
+
- resource_info: typing.Optional[typing.Dict[str, typing.Optional[FileCreateResourceInfoValue]]].
|
|
187
187
|
|
|
188
|
-
- data_source_id: typing.Optional[str].
|
|
188
|
+
- data_source_id: typing.Optional[str].
|
|
189
189
|
---
|
|
190
190
|
from llama_cloud.client import LlamaCloud
|
|
191
191
|
|
|
@@ -509,7 +509,7 @@ class AsyncFilesClient:
|
|
|
509
509
|
name: str,
|
|
510
510
|
file_size: typing.Optional[int] = OMIT,
|
|
511
511
|
last_modified_at: typing.Optional[dt.datetime] = OMIT,
|
|
512
|
-
resource_info: typing.Optional[typing.Dict[str, FileCreateResourceInfoValue]] = OMIT,
|
|
512
|
+
resource_info: typing.Optional[typing.Dict[str, typing.Optional[FileCreateResourceInfoValue]]] = OMIT,
|
|
513
513
|
data_source_id: typing.Optional[str] = OMIT,
|
|
514
514
|
) -> PresignedUrl:
|
|
515
515
|
"""
|
|
@@ -520,13 +520,13 @@ class AsyncFilesClient:
|
|
|
520
520
|
|
|
521
521
|
- name: str.
|
|
522
522
|
|
|
523
|
-
- file_size: typing.Optional[int].
|
|
523
|
+
- file_size: typing.Optional[int].
|
|
524
524
|
|
|
525
|
-
- last_modified_at: typing.Optional[dt.datetime].
|
|
525
|
+
- last_modified_at: typing.Optional[dt.datetime].
|
|
526
526
|
|
|
527
|
-
- resource_info: typing.Optional[typing.Dict[str, FileCreateResourceInfoValue]].
|
|
527
|
+
- resource_info: typing.Optional[typing.Dict[str, typing.Optional[FileCreateResourceInfoValue]]].
|
|
528
528
|
|
|
529
|
-
- data_source_id: typing.Optional[str].
|
|
529
|
+
- data_source_id: typing.Optional[str].
|
|
530
530
|
---
|
|
531
531
|
from llama_cloud.client import AsyncLlamaCloud
|
|
532
532
|
|
|
@@ -231,7 +231,7 @@ class OrganizationsClient:
|
|
|
231
231
|
Parameters:
|
|
232
232
|
- organization_id: str.
|
|
233
233
|
|
|
234
|
-
- name: typing.Optional[str].
|
|
234
|
+
- name: typing.Optional[str].
|
|
235
235
|
---
|
|
236
236
|
from llama_cloud.client import LlamaCloud
|
|
237
237
|
|
|
@@ -651,7 +651,7 @@ class AsyncOrganizationsClient:
|
|
|
651
651
|
Parameters:
|
|
652
652
|
- organization_id: str.
|
|
653
653
|
|
|
654
|
-
- name: typing.Optional[str].
|
|
654
|
+
- name: typing.Optional[str].
|
|
655
655
|
---
|
|
656
656
|
from llama_cloud.client import AsyncLlamaCloud
|
|
657
657
|
|