llama-cloud 0.0.1__tar.gz → 0.0.2__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.
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/PKG-INFO +1 -1
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/client.py +2 -2
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/api_keys/client.py +16 -16
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/billing/client.py +12 -12
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/component_definitions/client.py +12 -12
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/client.py +24 -24
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/client.py +24 -24
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/deprecated/client.py +48 -48
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/evals/client.py +40 -40
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/client.py +24 -24
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/parsing/client.py +48 -48
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/client.py +223 -152
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/projects/client.py +64 -64
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/pyproject.toml +1 -1
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/LICENSE +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/README.md +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/api_error.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/client_wrapper.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/datetime_utils.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/jsonable_encoder.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/core/remove_none_from_dict.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/errors/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/errors/unprocessable_entity_error.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/api_keys/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/billing/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/component_definitions/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/data_sink_update_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sinks/types/data_sink_update_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/deprecated/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/evals/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/types/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/parsing/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/types/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/projects/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/__init__.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/api_key.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/azure_open_ai_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/base.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/base_prompt_template.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/bedrock_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/chat_message.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_az_storage_blob_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_chroma_vector_store.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_document.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_document_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_gcs_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_google_drive_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_one_drive_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_pinecone_vector_store.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_postgres_vector_store.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_qdrant_vector_store.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_s_3_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_sharepoint_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cloud_weaviate_vector_store.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/code_splitter.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/cohere_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_data_sink_names.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_data_source_names.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_transformation_definition.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configurable_transformation_names.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/configured_transformation_item_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_create_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_sink_definition.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/data_source_definition.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset_job_params.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_dataset_job_record.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_execution_params.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_execution_params_override.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_llm_model_data.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/eval_question_result.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/file.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/file_resource_info_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/filter_condition.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/filter_operator.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/gemini_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/html_node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/http_validation_error.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/hugging_face_inference_api_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/hugging_face_inference_api_embedding_token.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/json_node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/llama_parse_supported_file_extensions.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/llm.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval_results.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/local_eval_sets.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/managed_ingestion_status.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/markdown_element_node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/markdown_node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/message_role.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filter.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filter_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filters.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metadata_filters_filters_item.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/metric_result.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/object_type.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/open_ai_embedding.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parser_languages.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_history_item.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_json_result.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_markdown_result.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_job_text_result.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/parsing_usage.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_component.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_component_one.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_deployment.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_resource_info_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_file_status_response.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pipeline_type.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pooling.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/preset_retrieval_params.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/presigned_url.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/project.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/project_create.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/prompt_mixin_prompts.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/prompt_spec.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/pydantic_program_mode.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/related_node_info.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/retrieve_results.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/sentence_splitter.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/simple_file_node_parser.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/status_enum.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/supported_eval_llm_model.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/supported_eval_llm_model_names.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node_relationships_value.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/text_node_with_score.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/token_text_splitter.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/transformation_category_names.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/validation_error.py +0 -0
- {llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/types/validation_error_loc_item.py +0 -0
|
@@ -18,7 +18,7 @@ from .resources.pipelines.client import AsyncPipelinesClient, PipelinesClient
|
|
|
18
18
|
from .resources.projects.client import AsyncProjectsClient, ProjectsClient
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
class
|
|
21
|
+
class LlamaCloud:
|
|
22
22
|
def __init__(
|
|
23
23
|
self,
|
|
24
24
|
*,
|
|
@@ -45,7 +45,7 @@ class PlatformApi:
|
|
|
45
45
|
self.deprecated = DeprecatedClient(client_wrapper=self._client_wrapper)
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
class
|
|
48
|
+
class AsyncLlamaCloud:
|
|
49
49
|
def __init__(
|
|
50
50
|
self,
|
|
51
51
|
*,
|
|
@@ -29,9 +29,9 @@ class ApiKeysClient:
|
|
|
29
29
|
Get all API Keys for a user.
|
|
30
30
|
|
|
31
31
|
---
|
|
32
|
-
from platform.client import
|
|
32
|
+
from platform.client import LlamaCloud
|
|
33
33
|
|
|
34
|
-
client =
|
|
34
|
+
client = LlamaCloud(
|
|
35
35
|
token="YOUR_TOKEN",
|
|
36
36
|
base_url="https://yourhost.com/path/to/api",
|
|
37
37
|
)
|
|
@@ -60,9 +60,9 @@ class ApiKeysClient:
|
|
|
60
60
|
Parameters:
|
|
61
61
|
- name: typing.Optional[str].
|
|
62
62
|
---
|
|
63
|
-
from platform.client import
|
|
63
|
+
from platform.client import LlamaCloud
|
|
64
64
|
|
|
65
|
-
client =
|
|
65
|
+
client = LlamaCloud(
|
|
66
66
|
token="YOUR_TOKEN",
|
|
67
67
|
base_url="https://yourhost.com/path/to/api",
|
|
68
68
|
)
|
|
@@ -97,9 +97,9 @@ class ApiKeysClient:
|
|
|
97
97
|
|
|
98
98
|
- name: typing.Optional[str].
|
|
99
99
|
---
|
|
100
|
-
from platform.client import
|
|
100
|
+
from platform.client import LlamaCloud
|
|
101
101
|
|
|
102
|
-
client =
|
|
102
|
+
client = LlamaCloud(
|
|
103
103
|
token="YOUR_TOKEN",
|
|
104
104
|
base_url="https://yourhost.com/path/to/api",
|
|
105
105
|
)
|
|
@@ -134,9 +134,9 @@ class ApiKeysClient:
|
|
|
134
134
|
Parameters:
|
|
135
135
|
- api_key_id: str.
|
|
136
136
|
---
|
|
137
|
-
from platform.client import
|
|
137
|
+
from platform.client import LlamaCloud
|
|
138
138
|
|
|
139
|
-
client =
|
|
139
|
+
client = LlamaCloud(
|
|
140
140
|
token="YOUR_TOKEN",
|
|
141
141
|
base_url="https://yourhost.com/path/to/api",
|
|
142
142
|
)
|
|
@@ -170,9 +170,9 @@ class AsyncApiKeysClient:
|
|
|
170
170
|
Get all API Keys for a user.
|
|
171
171
|
|
|
172
172
|
---
|
|
173
|
-
from platform.client import
|
|
173
|
+
from platform.client import AsyncLlamaCloud
|
|
174
174
|
|
|
175
|
-
client =
|
|
175
|
+
client = AsyncLlamaCloud(
|
|
176
176
|
token="YOUR_TOKEN",
|
|
177
177
|
base_url="https://yourhost.com/path/to/api",
|
|
178
178
|
)
|
|
@@ -201,9 +201,9 @@ class AsyncApiKeysClient:
|
|
|
201
201
|
Parameters:
|
|
202
202
|
- name: typing.Optional[str].
|
|
203
203
|
---
|
|
204
|
-
from platform.client import
|
|
204
|
+
from platform.client import AsyncLlamaCloud
|
|
205
205
|
|
|
206
|
-
client =
|
|
206
|
+
client = AsyncLlamaCloud(
|
|
207
207
|
token="YOUR_TOKEN",
|
|
208
208
|
base_url="https://yourhost.com/path/to/api",
|
|
209
209
|
)
|
|
@@ -238,9 +238,9 @@ class AsyncApiKeysClient:
|
|
|
238
238
|
|
|
239
239
|
- name: typing.Optional[str].
|
|
240
240
|
---
|
|
241
|
-
from platform.client import
|
|
241
|
+
from platform.client import AsyncLlamaCloud
|
|
242
242
|
|
|
243
|
-
client =
|
|
243
|
+
client = AsyncLlamaCloud(
|
|
244
244
|
token="YOUR_TOKEN",
|
|
245
245
|
base_url="https://yourhost.com/path/to/api",
|
|
246
246
|
)
|
|
@@ -275,9 +275,9 @@ class AsyncApiKeysClient:
|
|
|
275
275
|
Parameters:
|
|
276
276
|
- api_key_id: str.
|
|
277
277
|
---
|
|
278
|
-
from platform.client import
|
|
278
|
+
from platform.client import AsyncLlamaCloud
|
|
279
279
|
|
|
280
|
-
client =
|
|
280
|
+
client = AsyncLlamaCloud(
|
|
281
281
|
token="YOUR_TOKEN",
|
|
282
282
|
base_url="https://yourhost.com/path/to/api",
|
|
283
283
|
)
|
|
@@ -33,9 +33,9 @@ class BillingClient:
|
|
|
33
33
|
|
|
34
34
|
- cancel_url: str.
|
|
35
35
|
---
|
|
36
|
-
from platform.client import
|
|
36
|
+
from platform.client import LlamaCloud
|
|
37
37
|
|
|
38
|
-
client =
|
|
38
|
+
client = LlamaCloud(
|
|
39
39
|
token="YOUR_TOKEN",
|
|
40
40
|
base_url="https://yourhost.com/path/to/api",
|
|
41
41
|
)
|
|
@@ -68,9 +68,9 @@ class BillingClient:
|
|
|
68
68
|
Parameters:
|
|
69
69
|
- return_url: str.
|
|
70
70
|
---
|
|
71
|
-
from platform.client import
|
|
71
|
+
from platform.client import LlamaCloud
|
|
72
72
|
|
|
73
|
-
client =
|
|
73
|
+
client = LlamaCloud(
|
|
74
74
|
token="YOUR_TOKEN",
|
|
75
75
|
base_url="https://yourhost.com/path/to/api",
|
|
76
76
|
)
|
|
@@ -102,9 +102,9 @@ class BillingClient:
|
|
|
102
102
|
Parameters:
|
|
103
103
|
- stripe_signature: typing.Optional[str].
|
|
104
104
|
---
|
|
105
|
-
from platform.client import
|
|
105
|
+
from platform.client import LlamaCloud
|
|
106
106
|
|
|
107
|
-
client =
|
|
107
|
+
client = LlamaCloud(
|
|
108
108
|
token="YOUR_TOKEN",
|
|
109
109
|
base_url="https://yourhost.com/path/to/api",
|
|
110
110
|
)
|
|
@@ -140,9 +140,9 @@ class AsyncBillingClient:
|
|
|
140
140
|
|
|
141
141
|
- cancel_url: str.
|
|
142
142
|
---
|
|
143
|
-
from platform.client import
|
|
143
|
+
from platform.client import AsyncLlamaCloud
|
|
144
144
|
|
|
145
|
-
client =
|
|
145
|
+
client = AsyncLlamaCloud(
|
|
146
146
|
token="YOUR_TOKEN",
|
|
147
147
|
base_url="https://yourhost.com/path/to/api",
|
|
148
148
|
)
|
|
@@ -175,9 +175,9 @@ class AsyncBillingClient:
|
|
|
175
175
|
Parameters:
|
|
176
176
|
- return_url: str.
|
|
177
177
|
---
|
|
178
|
-
from platform.client import
|
|
178
|
+
from platform.client import AsyncLlamaCloud
|
|
179
179
|
|
|
180
|
-
client =
|
|
180
|
+
client = AsyncLlamaCloud(
|
|
181
181
|
token="YOUR_TOKEN",
|
|
182
182
|
base_url="https://yourhost.com/path/to/api",
|
|
183
183
|
)
|
|
@@ -209,9 +209,9 @@ class AsyncBillingClient:
|
|
|
209
209
|
Parameters:
|
|
210
210
|
- stripe_signature: typing.Optional[str].
|
|
211
211
|
---
|
|
212
|
-
from platform.client import
|
|
212
|
+
from platform.client import AsyncLlamaCloud
|
|
213
213
|
|
|
214
|
-
client =
|
|
214
|
+
client = AsyncLlamaCloud(
|
|
215
215
|
token="YOUR_TOKEN",
|
|
216
216
|
base_url="https://yourhost.com/path/to/api",
|
|
217
217
|
)
|
{llama_cloud-0.0.1 → llama_cloud-0.0.2}/llama_cloud/resources/component_definitions/client.py
RENAMED
|
@@ -25,9 +25,9 @@ class ComponentDefinitionsClient:
|
|
|
25
25
|
Get all configurable transformation component definitions.
|
|
26
26
|
|
|
27
27
|
---
|
|
28
|
-
from platform.client import
|
|
28
|
+
from platform.client import LlamaCloud
|
|
29
29
|
|
|
30
|
-
client =
|
|
30
|
+
client = LlamaCloud(
|
|
31
31
|
token="YOUR_TOKEN",
|
|
32
32
|
base_url="https://yourhost.com/path/to/api",
|
|
33
33
|
)
|
|
@@ -54,9 +54,9 @@ class ComponentDefinitionsClient:
|
|
|
54
54
|
Get all data source component definitions.
|
|
55
55
|
|
|
56
56
|
---
|
|
57
|
-
from platform.client import
|
|
57
|
+
from platform.client import LlamaCloud
|
|
58
58
|
|
|
59
|
-
client =
|
|
59
|
+
client = LlamaCloud(
|
|
60
60
|
token="YOUR_TOKEN",
|
|
61
61
|
base_url="https://yourhost.com/path/to/api",
|
|
62
62
|
)
|
|
@@ -81,9 +81,9 @@ class ComponentDefinitionsClient:
|
|
|
81
81
|
Get all data sink component definitions.
|
|
82
82
|
|
|
83
83
|
---
|
|
84
|
-
from platform.client import
|
|
84
|
+
from platform.client import LlamaCloud
|
|
85
85
|
|
|
86
|
-
client =
|
|
86
|
+
client = LlamaCloud(
|
|
87
87
|
token="YOUR_TOKEN",
|
|
88
88
|
base_url="https://yourhost.com/path/to/api",
|
|
89
89
|
)
|
|
@@ -113,9 +113,9 @@ class AsyncComponentDefinitionsClient:
|
|
|
113
113
|
Get all configurable transformation component definitions.
|
|
114
114
|
|
|
115
115
|
---
|
|
116
|
-
from platform.client import
|
|
116
|
+
from platform.client import AsyncLlamaCloud
|
|
117
117
|
|
|
118
|
-
client =
|
|
118
|
+
client = AsyncLlamaCloud(
|
|
119
119
|
token="YOUR_TOKEN",
|
|
120
120
|
base_url="https://yourhost.com/path/to/api",
|
|
121
121
|
)
|
|
@@ -142,9 +142,9 @@ class AsyncComponentDefinitionsClient:
|
|
|
142
142
|
Get all data source component definitions.
|
|
143
143
|
|
|
144
144
|
---
|
|
145
|
-
from platform.client import
|
|
145
|
+
from platform.client import AsyncLlamaCloud
|
|
146
146
|
|
|
147
|
-
client =
|
|
147
|
+
client = AsyncLlamaCloud(
|
|
148
148
|
token="YOUR_TOKEN",
|
|
149
149
|
base_url="https://yourhost.com/path/to/api",
|
|
150
150
|
)
|
|
@@ -169,9 +169,9 @@ class AsyncComponentDefinitionsClient:
|
|
|
169
169
|
Get all data sink component definitions.
|
|
170
170
|
|
|
171
171
|
---
|
|
172
|
-
from platform.client import
|
|
172
|
+
from platform.client import AsyncLlamaCloud
|
|
173
173
|
|
|
174
|
-
client =
|
|
174
|
+
client = AsyncLlamaCloud(
|
|
175
175
|
token="YOUR_TOKEN",
|
|
176
176
|
base_url="https://yourhost.com/path/to/api",
|
|
177
177
|
)
|
|
@@ -36,9 +36,9 @@ class DataSinksClient:
|
|
|
36
36
|
Parameters:
|
|
37
37
|
- project_id: typing.Optional[str].
|
|
38
38
|
---
|
|
39
|
-
from platform.client import
|
|
39
|
+
from platform.client import LlamaCloud
|
|
40
40
|
|
|
41
|
-
client =
|
|
41
|
+
client = LlamaCloud(
|
|
42
42
|
token="YOUR_TOKEN",
|
|
43
43
|
base_url="https://yourhost.com/path/to/api",
|
|
44
44
|
)
|
|
@@ -71,9 +71,9 @@ class DataSinksClient:
|
|
|
71
71
|
- request: DataSinkCreate.
|
|
72
72
|
---
|
|
73
73
|
from platform import ConfigurableDataSinkNames, DataSinkCreate
|
|
74
|
-
from platform.client import
|
|
74
|
+
from platform.client import LlamaCloud
|
|
75
75
|
|
|
76
|
-
client =
|
|
76
|
+
client = LlamaCloud(
|
|
77
77
|
token="YOUR_TOKEN",
|
|
78
78
|
base_url="https://yourhost.com/path/to/api",
|
|
79
79
|
)
|
|
@@ -113,9 +113,9 @@ class DataSinksClient:
|
|
|
113
113
|
- request: DataSinkCreate.
|
|
114
114
|
---
|
|
115
115
|
from platform import ConfigurableDataSinkNames, DataSinkCreate
|
|
116
|
-
from platform.client import
|
|
116
|
+
from platform.client import LlamaCloud
|
|
117
117
|
|
|
118
|
-
client =
|
|
118
|
+
client = LlamaCloud(
|
|
119
119
|
token="YOUR_TOKEN",
|
|
120
120
|
base_url="https://yourhost.com/path/to/api",
|
|
121
121
|
)
|
|
@@ -151,9 +151,9 @@ class DataSinksClient:
|
|
|
151
151
|
Parameters:
|
|
152
152
|
- data_sink_id: str.
|
|
153
153
|
---
|
|
154
|
-
from platform.client import
|
|
154
|
+
from platform.client import LlamaCloud
|
|
155
155
|
|
|
156
|
-
client =
|
|
156
|
+
client = LlamaCloud(
|
|
157
157
|
token="YOUR_TOKEN",
|
|
158
158
|
base_url="https://yourhost.com/path/to/api",
|
|
159
159
|
)
|
|
@@ -198,9 +198,9 @@ class DataSinksClient:
|
|
|
198
198
|
- component: typing.Optional[DataSinkUpdateComponent].
|
|
199
199
|
---
|
|
200
200
|
from platform import ConfigurableDataSinkNames
|
|
201
|
-
from platform.client import
|
|
201
|
+
from platform.client import LlamaCloud
|
|
202
202
|
|
|
203
|
-
client =
|
|
203
|
+
client = LlamaCloud(
|
|
204
204
|
token="YOUR_TOKEN",
|
|
205
205
|
base_url="https://yourhost.com/path/to/api",
|
|
206
206
|
)
|
|
@@ -238,9 +238,9 @@ class DataSinksClient:
|
|
|
238
238
|
Parameters:
|
|
239
239
|
- data_sink_id: str.
|
|
240
240
|
---
|
|
241
|
-
from platform.client import
|
|
241
|
+
from platform.client import LlamaCloud
|
|
242
242
|
|
|
243
|
-
client =
|
|
243
|
+
client = LlamaCloud(
|
|
244
244
|
token="YOUR_TOKEN",
|
|
245
245
|
base_url="https://yourhost.com/path/to/api",
|
|
246
246
|
)
|
|
@@ -277,9 +277,9 @@ class AsyncDataSinksClient:
|
|
|
277
277
|
Parameters:
|
|
278
278
|
- project_id: typing.Optional[str].
|
|
279
279
|
---
|
|
280
|
-
from platform.client import
|
|
280
|
+
from platform.client import AsyncLlamaCloud
|
|
281
281
|
|
|
282
|
-
client =
|
|
282
|
+
client = AsyncLlamaCloud(
|
|
283
283
|
token="YOUR_TOKEN",
|
|
284
284
|
base_url="https://yourhost.com/path/to/api",
|
|
285
285
|
)
|
|
@@ -312,9 +312,9 @@ class AsyncDataSinksClient:
|
|
|
312
312
|
- request: DataSinkCreate.
|
|
313
313
|
---
|
|
314
314
|
from platform import ConfigurableDataSinkNames, DataSinkCreate
|
|
315
|
-
from platform.client import
|
|
315
|
+
from platform.client import AsyncLlamaCloud
|
|
316
316
|
|
|
317
|
-
client =
|
|
317
|
+
client = AsyncLlamaCloud(
|
|
318
318
|
token="YOUR_TOKEN",
|
|
319
319
|
base_url="https://yourhost.com/path/to/api",
|
|
320
320
|
)
|
|
@@ -354,9 +354,9 @@ class AsyncDataSinksClient:
|
|
|
354
354
|
- request: DataSinkCreate.
|
|
355
355
|
---
|
|
356
356
|
from platform import ConfigurableDataSinkNames, DataSinkCreate
|
|
357
|
-
from platform.client import
|
|
357
|
+
from platform.client import AsyncLlamaCloud
|
|
358
358
|
|
|
359
|
-
client =
|
|
359
|
+
client = AsyncLlamaCloud(
|
|
360
360
|
token="YOUR_TOKEN",
|
|
361
361
|
base_url="https://yourhost.com/path/to/api",
|
|
362
362
|
)
|
|
@@ -392,9 +392,9 @@ class AsyncDataSinksClient:
|
|
|
392
392
|
Parameters:
|
|
393
393
|
- data_sink_id: str.
|
|
394
394
|
---
|
|
395
|
-
from platform.client import
|
|
395
|
+
from platform.client import AsyncLlamaCloud
|
|
396
396
|
|
|
397
|
-
client =
|
|
397
|
+
client = AsyncLlamaCloud(
|
|
398
398
|
token="YOUR_TOKEN",
|
|
399
399
|
base_url="https://yourhost.com/path/to/api",
|
|
400
400
|
)
|
|
@@ -439,9 +439,9 @@ class AsyncDataSinksClient:
|
|
|
439
439
|
- component: typing.Optional[DataSinkUpdateComponent].
|
|
440
440
|
---
|
|
441
441
|
from platform import ConfigurableDataSinkNames
|
|
442
|
-
from platform.client import
|
|
442
|
+
from platform.client import AsyncLlamaCloud
|
|
443
443
|
|
|
444
|
-
client =
|
|
444
|
+
client = AsyncLlamaCloud(
|
|
445
445
|
token="YOUR_TOKEN",
|
|
446
446
|
base_url="https://yourhost.com/path/to/api",
|
|
447
447
|
)
|
|
@@ -479,9 +479,9 @@ class AsyncDataSinksClient:
|
|
|
479
479
|
Parameters:
|
|
480
480
|
- data_sink_id: str.
|
|
481
481
|
---
|
|
482
|
-
from platform.client import
|
|
482
|
+
from platform.client import AsyncLlamaCloud
|
|
483
483
|
|
|
484
|
-
client =
|
|
484
|
+
client = AsyncLlamaCloud(
|
|
485
485
|
token="YOUR_TOKEN",
|
|
486
486
|
base_url="https://yourhost.com/path/to/api",
|
|
487
487
|
)
|
|
@@ -37,9 +37,9 @@ class DataSourcesClient:
|
|
|
37
37
|
Parameters:
|
|
38
38
|
- project_id: typing.Optional[str].
|
|
39
39
|
---
|
|
40
|
-
from platform.client import
|
|
40
|
+
from platform.client import LlamaCloud
|
|
41
41
|
|
|
42
|
-
client =
|
|
42
|
+
client = LlamaCloud(
|
|
43
43
|
token="YOUR_TOKEN",
|
|
44
44
|
base_url="https://yourhost.com/path/to/api",
|
|
45
45
|
)
|
|
@@ -72,9 +72,9 @@ class DataSourcesClient:
|
|
|
72
72
|
- request: DataSourceCreate.
|
|
73
73
|
---
|
|
74
74
|
from platform import ConfigurableDataSourceNames, DataSourceCreate
|
|
75
|
-
from platform.client import
|
|
75
|
+
from platform.client import LlamaCloud
|
|
76
76
|
|
|
77
|
-
client =
|
|
77
|
+
client = LlamaCloud(
|
|
78
78
|
token="YOUR_TOKEN",
|
|
79
79
|
base_url="https://yourhost.com/path/to/api",
|
|
80
80
|
)
|
|
@@ -114,9 +114,9 @@ class DataSourcesClient:
|
|
|
114
114
|
- request: DataSourceCreate.
|
|
115
115
|
---
|
|
116
116
|
from platform import ConfigurableDataSourceNames, DataSourceCreate
|
|
117
|
-
from platform.client import
|
|
117
|
+
from platform.client import LlamaCloud
|
|
118
118
|
|
|
119
|
-
client =
|
|
119
|
+
client = LlamaCloud(
|
|
120
120
|
token="YOUR_TOKEN",
|
|
121
121
|
base_url="https://yourhost.com/path/to/api",
|
|
122
122
|
)
|
|
@@ -152,9 +152,9 @@ class DataSourcesClient:
|
|
|
152
152
|
Parameters:
|
|
153
153
|
- data_source_id: str.
|
|
154
154
|
---
|
|
155
|
-
from platform.client import
|
|
155
|
+
from platform.client import LlamaCloud
|
|
156
156
|
|
|
157
|
-
client =
|
|
157
|
+
client = LlamaCloud(
|
|
158
158
|
token="YOUR_TOKEN",
|
|
159
159
|
base_url="https://yourhost.com/path/to/api",
|
|
160
160
|
)
|
|
@@ -202,9 +202,9 @@ class DataSourcesClient:
|
|
|
202
202
|
- component: typing.Optional[DataSourceUpdateComponent].
|
|
203
203
|
---
|
|
204
204
|
from platform import ConfigurableDataSourceNames
|
|
205
|
-
from platform.client import
|
|
205
|
+
from platform.client import LlamaCloud
|
|
206
206
|
|
|
207
|
-
client =
|
|
207
|
+
client = LlamaCloud(
|
|
208
208
|
token="YOUR_TOKEN",
|
|
209
209
|
base_url="https://yourhost.com/path/to/api",
|
|
210
210
|
)
|
|
@@ -244,9 +244,9 @@ class DataSourcesClient:
|
|
|
244
244
|
Parameters:
|
|
245
245
|
- data_source_id: str.
|
|
246
246
|
---
|
|
247
|
-
from platform.client import
|
|
247
|
+
from platform.client import LlamaCloud
|
|
248
248
|
|
|
249
|
-
client =
|
|
249
|
+
client = LlamaCloud(
|
|
250
250
|
token="YOUR_TOKEN",
|
|
251
251
|
base_url="https://yourhost.com/path/to/api",
|
|
252
252
|
)
|
|
@@ -283,9 +283,9 @@ class AsyncDataSourcesClient:
|
|
|
283
283
|
Parameters:
|
|
284
284
|
- project_id: typing.Optional[str].
|
|
285
285
|
---
|
|
286
|
-
from platform.client import
|
|
286
|
+
from platform.client import AsyncLlamaCloud
|
|
287
287
|
|
|
288
|
-
client =
|
|
288
|
+
client = AsyncLlamaCloud(
|
|
289
289
|
token="YOUR_TOKEN",
|
|
290
290
|
base_url="https://yourhost.com/path/to/api",
|
|
291
291
|
)
|
|
@@ -320,9 +320,9 @@ class AsyncDataSourcesClient:
|
|
|
320
320
|
- request: DataSourceCreate.
|
|
321
321
|
---
|
|
322
322
|
from platform import ConfigurableDataSourceNames, DataSourceCreate
|
|
323
|
-
from platform.client import
|
|
323
|
+
from platform.client import AsyncLlamaCloud
|
|
324
324
|
|
|
325
|
-
client =
|
|
325
|
+
client = AsyncLlamaCloud(
|
|
326
326
|
token="YOUR_TOKEN",
|
|
327
327
|
base_url="https://yourhost.com/path/to/api",
|
|
328
328
|
)
|
|
@@ -364,9 +364,9 @@ class AsyncDataSourcesClient:
|
|
|
364
364
|
- request: DataSourceCreate.
|
|
365
365
|
---
|
|
366
366
|
from platform import ConfigurableDataSourceNames, DataSourceCreate
|
|
367
|
-
from platform.client import
|
|
367
|
+
from platform.client import AsyncLlamaCloud
|
|
368
368
|
|
|
369
|
-
client =
|
|
369
|
+
client = AsyncLlamaCloud(
|
|
370
370
|
token="YOUR_TOKEN",
|
|
371
371
|
base_url="https://yourhost.com/path/to/api",
|
|
372
372
|
)
|
|
@@ -402,9 +402,9 @@ class AsyncDataSourcesClient:
|
|
|
402
402
|
Parameters:
|
|
403
403
|
- data_source_id: str.
|
|
404
404
|
---
|
|
405
|
-
from platform.client import
|
|
405
|
+
from platform.client import AsyncLlamaCloud
|
|
406
406
|
|
|
407
|
-
client =
|
|
407
|
+
client = AsyncLlamaCloud(
|
|
408
408
|
token="YOUR_TOKEN",
|
|
409
409
|
base_url="https://yourhost.com/path/to/api",
|
|
410
410
|
)
|
|
@@ -452,9 +452,9 @@ class AsyncDataSourcesClient:
|
|
|
452
452
|
- component: typing.Optional[DataSourceUpdateComponent].
|
|
453
453
|
---
|
|
454
454
|
from platform import ConfigurableDataSourceNames
|
|
455
|
-
from platform.client import
|
|
455
|
+
from platform.client import AsyncLlamaCloud
|
|
456
456
|
|
|
457
|
-
client =
|
|
457
|
+
client = AsyncLlamaCloud(
|
|
458
458
|
token="YOUR_TOKEN",
|
|
459
459
|
base_url="https://yourhost.com/path/to/api",
|
|
460
460
|
)
|
|
@@ -494,9 +494,9 @@ class AsyncDataSourcesClient:
|
|
|
494
494
|
Parameters:
|
|
495
495
|
- data_source_id: str.
|
|
496
496
|
---
|
|
497
|
-
from platform.client import
|
|
497
|
+
from platform.client import AsyncLlamaCloud
|
|
498
498
|
|
|
499
|
-
client =
|
|
499
|
+
client = AsyncLlamaCloud(
|
|
500
500
|
token="YOUR_TOKEN",
|
|
501
501
|
base_url="https://yourhost.com/path/to/api",
|
|
502
502
|
)
|