llama-cloud 0.1.23__py3-none-any.whl → 0.1.24__py3-none-any.whl

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.

Files changed (88) hide show
  1. llama_cloud/__init__.py +6 -70
  2. llama_cloud/client.py +0 -3
  3. llama_cloud/resources/__init__.py +1 -20
  4. llama_cloud/resources/data_sources/__init__.py +2 -2
  5. llama_cloud/resources/data_sources/client.py +5 -5
  6. llama_cloud/resources/data_sources/types/__init__.py +1 -2
  7. llama_cloud/resources/files/__init__.py +0 -3
  8. llama_cloud/resources/files/client.py +18 -19
  9. llama_cloud/resources/jobs/client.py +8 -0
  10. llama_cloud/resources/llama_extract/__init__.py +0 -8
  11. llama_cloud/resources/llama_extract/client.py +92 -24
  12. llama_cloud/resources/llama_extract/types/__init__.py +0 -8
  13. llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py +2 -4
  14. llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py +2 -4
  15. llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py +2 -4
  16. llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py +2 -4
  17. llama_cloud/resources/organizations/client.py +14 -4
  18. llama_cloud/resources/parsing/client.py +8 -0
  19. llama_cloud/resources/pipelines/__init__.py +0 -4
  20. llama_cloud/resources/pipelines/client.py +29 -20
  21. llama_cloud/resources/pipelines/types/__init__.py +0 -4
  22. llama_cloud/types/__init__.py +6 -50
  23. llama_cloud/types/composite_retrieval_result.py +5 -1
  24. llama_cloud/types/data_source.py +2 -2
  25. llama_cloud/types/data_source_create.py +2 -2
  26. llama_cloud/types/extract_agent.py +2 -4
  27. llama_cloud/types/extract_job_create_data_schema_override.py +2 -4
  28. llama_cloud/types/extract_models.py +20 -8
  29. llama_cloud/types/extract_resultset.py +2 -2
  30. llama_cloud/types/extract_resultset_data.py +2 -4
  31. llama_cloud/types/extract_run.py +3 -4
  32. llama_cloud/types/extract_run_data.py +2 -4
  33. llama_cloud/types/extract_schema_validate_response.py +2 -2
  34. llama_cloud/types/file.py +3 -4
  35. llama_cloud/types/{llm_config_result.py → file_id_presigned_url.py} +9 -5
  36. llama_cloud/types/json_type.py +9 -0
  37. llama_cloud/types/legacy_parse_job_config.py +1 -0
  38. llama_cloud/types/llama_extract_settings.py +3 -1
  39. llama_cloud/types/llama_parse_parameters.py +1 -0
  40. llama_cloud/types/page_figure_metadata.py +1 -0
  41. llama_cloud/types/{llm_configs_response.py → page_figure_node_with_score.py} +9 -4
  42. llama_cloud/types/parse_job_config.py +1 -0
  43. llama_cloud/types/pipeline_data_source.py +2 -2
  44. llama_cloud/types/pipeline_file.py +5 -8
  45. llama_cloud/types/pipeline_file_create.py +2 -2
  46. llama_cloud/types/preset_retrieval_params.py +8 -6
  47. llama_cloud/types/retrieve_results.py +5 -1
  48. llama_cloud/types/supported_llm_model_names.py +12 -4
  49. llama_cloud/types/user_organization_delete.py +1 -0
  50. {llama_cloud-0.1.23.dist-info → llama_cloud-0.1.24.dist-info}/METADATA +1 -1
  51. {llama_cloud-0.1.23.dist-info → llama_cloud-0.1.24.dist-info}/RECORD +53 -87
  52. llama_cloud/resources/admin/__init__.py +0 -2
  53. llama_cloud/resources/admin/client.py +0 -78
  54. llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py +0 -7
  55. llama_cloud/resources/files/types/__init__.py +0 -7
  56. llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py +0 -7
  57. llama_cloud/resources/files/types/file_create_permission_info_value.py +0 -7
  58. llama_cloud/resources/files/types/file_create_resource_info_value.py +0 -5
  59. llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema_zero_value.py +0 -7
  60. llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema_zero_value.py +0 -7
  61. llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py +0 -7
  62. llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py +0 -7
  63. llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py +0 -7
  64. llama_cloud/resources/pipelines/types/retrieval_params_search_filters_inference_schema_value.py +0 -7
  65. llama_cloud/types/data_source_create_custom_metadata_value.py +0 -7
  66. llama_cloud/types/data_source_custom_metadata_value.py +0 -7
  67. llama_cloud/types/extract_agent_data_schema_value.py +0 -5
  68. llama_cloud/types/extract_job_create_data_schema_override_zero_value.py +0 -7
  69. llama_cloud/types/extract_resultset_data_item_value.py +0 -7
  70. llama_cloud/types/extract_resultset_data_zero_value.py +0 -7
  71. llama_cloud/types/extract_resultset_extraction_metadata_value.py +0 -7
  72. llama_cloud/types/extract_run_data_item_value.py +0 -5
  73. llama_cloud/types/extract_run_data_schema_value.py +0 -5
  74. llama_cloud/types/extract_run_data_zero_value.py +0 -5
  75. llama_cloud/types/extract_run_extraction_metadata_value.py +0 -7
  76. llama_cloud/types/extract_schema_validate_response_data_schema_value.py +0 -7
  77. llama_cloud/types/file_permission_info_value.py +0 -5
  78. llama_cloud/types/file_resource_info_value.py +0 -5
  79. llama_cloud/types/llm_config_result_llm_type.py +0 -33
  80. llama_cloud/types/pipeline_data_source_custom_metadata_value.py +0 -7
  81. llama_cloud/types/pipeline_file_config_hash_value.py +0 -5
  82. llama_cloud/types/pipeline_file_create_custom_metadata_value.py +0 -7
  83. llama_cloud/types/pipeline_file_custom_metadata_value.py +0 -7
  84. llama_cloud/types/pipeline_file_permission_info_value.py +0 -7
  85. llama_cloud/types/pipeline_file_resource_info_value.py +0 -7
  86. llama_cloud/types/preset_retrieval_params_search_filters_inference_schema_value.py +0 -7
  87. {llama_cloud-0.1.23.dist-info → llama_cloud-0.1.24.dist-info}/LICENSE +0 -0
  88. {llama_cloud-0.1.23.dist-info → llama_cloud-0.1.24.dist-info}/WHEEL +0 -0
@@ -4,7 +4,7 @@ import datetime as dt
4
4
  import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
- from .pipeline_file_create_custom_metadata_value import PipelineFileCreateCustomMetadataValue
7
+ from .json_type import JsonType
8
8
 
9
9
  try:
10
10
  import pydantic
@@ -21,7 +21,7 @@ class PipelineFileCreate(pydantic.BaseModel):
21
21
  """
22
22
 
23
23
  file_id: str = pydantic.Field(description="The ID of the file")
24
- custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[PipelineFileCreateCustomMetadataValue]]]
24
+ custom_metadata: typing.Optional[typing.Dict[str, typing.Optional[JsonType]]]
25
25
 
26
26
  def json(self, **kwargs: typing.Any) -> str:
27
27
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -4,10 +4,8 @@ import datetime as dt
4
4
  import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
+ from .json_type import JsonType
7
8
  from .metadata_filters import MetadataFilters
8
- from .preset_retrieval_params_search_filters_inference_schema_value import (
9
- PresetRetrievalParamsSearchFiltersInferenceSchemaValue,
10
- )
11
9
  from .retrieval_mode import RetrievalMode
12
10
 
13
11
  try:
@@ -31,12 +29,16 @@ class PresetRetrievalParams(pydantic.BaseModel):
31
29
  rerank_top_n: typing.Optional[int]
32
30
  alpha: typing.Optional[float]
33
31
  search_filters: typing.Optional[MetadataFilters]
34
- search_filters_inference_schema: typing.Optional[
35
- typing.Dict[str, typing.Optional[PresetRetrievalParamsSearchFiltersInferenceSchemaValue]]
36
- ]
32
+ search_filters_inference_schema: typing.Optional[typing.Dict[str, typing.Optional[JsonType]]]
37
33
  files_top_k: typing.Optional[int]
38
34
  retrieval_mode: typing.Optional[RetrievalMode] = pydantic.Field(description="The retrieval mode for the query.")
39
35
  retrieve_image_nodes: typing.Optional[bool] = pydantic.Field(description="Whether to retrieve image nodes.")
36
+ retrieve_page_screenshot_nodes: typing.Optional[bool] = pydantic.Field(
37
+ description="Whether to retrieve page screenshot nodes."
38
+ )
39
+ retrieve_page_figure_nodes: typing.Optional[bool] = pydantic.Field(
40
+ description="Whether to retrieve page figure nodes."
41
+ )
40
42
  class_name: typing.Optional[str]
41
43
 
42
44
  def json(self, **kwargs: typing.Any) -> str:
@@ -5,6 +5,7 @@ import typing
5
5
 
6
6
  from ..core.datetime_utils import serialize_datetime
7
7
  from .metadata_filters import MetadataFilters
8
+ from .page_figure_node_with_score import PageFigureNodeWithScore
8
9
  from .page_screenshot_node_with_score import PageScreenshotNodeWithScore
9
10
  from .text_node_with_score import TextNodeWithScore
10
11
 
@@ -27,7 +28,10 @@ class RetrieveResults(pydantic.BaseModel):
27
28
  description="The nodes retrieved by the pipeline for the given query."
28
29
  )
29
30
  image_nodes: typing.Optional[typing.List[PageScreenshotNodeWithScore]] = pydantic.Field(
30
- description="The image nodes retrieved by the pipeline for the given query."
31
+ description="The image nodes retrieved by the pipeline for the given query. Deprecated - will soon be replaced with 'page_screenshot_nodes'."
32
+ )
33
+ page_figure_nodes: typing.Optional[typing.List[PageFigureNodeWithScore]] = pydantic.Field(
34
+ description="The page figure nodes retrieved by the pipeline for the given query."
31
35
  )
32
36
  retrieval_latency: typing.Optional[typing.Dict[str, float]] = pydantic.Field(
33
37
  description="The end-to-end latency for retrieval and reranking."
@@ -9,9 +9,11 @@ T_Result = typing.TypeVar("T_Result")
9
9
  class SupportedLlmModelNames(str, enum.Enum):
10
10
  GPT_4_O = "GPT_4O"
11
11
  GPT_4_O_MINI = "GPT_4O_MINI"
12
+ GPT_4_1 = "GPT_4_1"
13
+ GPT_4_1_NANO = "GPT_4_1_NANO"
14
+ GPT_4_1_MINI = "GPT_4_1_MINI"
12
15
  AZURE_OPENAI_GPT_4_O = "AZURE_OPENAI_GPT_4O"
13
16
  AZURE_OPENAI_GPT_4_O_MINI = "AZURE_OPENAI_GPT_4O_MINI"
14
- AZURE_OPENAI_GPT_4 = "AZURE_OPENAI_GPT_4"
15
17
  CLAUDE_3_5_SONNET = "CLAUDE_3_5_SONNET"
16
18
  BEDROCK_CLAUDE_3_5_SONNET_V_1 = "BEDROCK_CLAUDE_3_5_SONNET_V1"
17
19
  BEDROCK_CLAUDE_3_5_SONNET_V_2 = "BEDROCK_CLAUDE_3_5_SONNET_V2"
@@ -21,9 +23,11 @@ class SupportedLlmModelNames(str, enum.Enum):
21
23
  self,
22
24
  gpt_4_o: typing.Callable[[], T_Result],
23
25
  gpt_4_o_mini: typing.Callable[[], T_Result],
26
+ gpt_4_1: typing.Callable[[], T_Result],
27
+ gpt_4_1_nano: typing.Callable[[], T_Result],
28
+ gpt_4_1_mini: typing.Callable[[], T_Result],
24
29
  azure_openai_gpt_4_o: typing.Callable[[], T_Result],
25
30
  azure_openai_gpt_4_o_mini: typing.Callable[[], T_Result],
26
- azure_openai_gpt_4: typing.Callable[[], T_Result],
27
31
  claude_3_5_sonnet: typing.Callable[[], T_Result],
28
32
  bedrock_claude_3_5_sonnet_v_1: typing.Callable[[], T_Result],
29
33
  bedrock_claude_3_5_sonnet_v_2: typing.Callable[[], T_Result],
@@ -33,12 +37,16 @@ class SupportedLlmModelNames(str, enum.Enum):
33
37
  return gpt_4_o()
34
38
  if self is SupportedLlmModelNames.GPT_4_O_MINI:
35
39
  return gpt_4_o_mini()
40
+ if self is SupportedLlmModelNames.GPT_4_1:
41
+ return gpt_4_1()
42
+ if self is SupportedLlmModelNames.GPT_4_1_NANO:
43
+ return gpt_4_1_nano()
44
+ if self is SupportedLlmModelNames.GPT_4_1_MINI:
45
+ return gpt_4_1_mini()
36
46
  if self is SupportedLlmModelNames.AZURE_OPENAI_GPT_4_O:
37
47
  return azure_openai_gpt_4_o()
38
48
  if self is SupportedLlmModelNames.AZURE_OPENAI_GPT_4_O_MINI:
39
49
  return azure_openai_gpt_4_o_mini()
40
- if self is SupportedLlmModelNames.AZURE_OPENAI_GPT_4:
41
- return azure_openai_gpt_4()
42
50
  if self is SupportedLlmModelNames.CLAUDE_3_5_SONNET:
43
51
  return claude_3_5_sonnet()
44
52
  if self is SupportedLlmModelNames.BEDROCK_CLAUDE_3_5_SONNET_V_1:
@@ -21,6 +21,7 @@ class UserOrganizationDelete(pydantic.BaseModel):
21
21
 
22
22
  user_id: typing.Optional[str]
23
23
  email: typing.Optional[str]
24
+ project_id_list: typing.Optional[typing.List[str]]
24
25
 
25
26
  def json(self, **kwargs: typing.Any) -> str:
26
27
  kwargs_with_defaults: typing.Any = {"by_alias": True, "exclude_unset": True, **kwargs}
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-cloud
3
- Version: 0.1.23
3
+ Version: 0.1.24
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Logan Markewich
@@ -1,5 +1,5 @@
1
- llama_cloud/__init__.py,sha256=7ghywbsF_IGjBlM0qQ_ndijMnC4GL1KroZgXD8IWNpI,24345
2
- llama_cloud/client.py,sha256=JGV9tNaEgSsDy8vYv7RMPXTmXwbfc9gPvuEfQHYqrq4,5651
1
+ llama_cloud/__init__.py,sha256=y-yWnZub4ff7Ud8sLH8oc5lrTh50aKd--RsynoMKJ2g,21779
2
+ llama_cloud/client.py,sha256=NuwtJJei6Wsa25GbYpxQnd_ZcD9_FxDJZp3Tu5OL914,5440
3
3
  llama_cloud/core/__init__.py,sha256=QJS3CJ2TYP2E1Tge0CS6Z7r8LTNzJHQVX1hD3558eP0,519
4
4
  llama_cloud/core/api_error.py,sha256=RE8LELok2QCjABadECTvtDp7qejA1VmINCh6TbqPwSE,426
5
5
  llama_cloud/core/client_wrapper.py,sha256=xmj0jCdQ0ySzbSqHUWOkpRRy069y74I_HuXkWltcsVM,1507
@@ -9,9 +9,7 @@ llama_cloud/core/remove_none_from_dict.py,sha256=8m91FC3YuVem0Gm9_sXhJ2tGvP33owJ
9
9
  llama_cloud/environment.py,sha256=feTjOebeFZMrBdnHat4RE5aHlpt-sJm4NhK4ntV1htI,167
10
10
  llama_cloud/errors/__init__.py,sha256=pbbVUFtB9LCocA1RMWMMF_RKjsy5YkOKX5BAuE49w6g,170
11
11
  llama_cloud/errors/unprocessable_entity_error.py,sha256=FvR7XPlV3Xx5nu8HNlmLhBRdk4so_gCHjYT5PyZe6sM,313
12
- llama_cloud/resources/__init__.py,sha256=bDSUCwFqDzA8hFiWENlmoIsOcGu2rUZgWnCtVETKwVs,4145
13
- llama_cloud/resources/admin/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
14
- llama_cloud/resources/admin/client.py,sha256=tIfM5KMJXRL0AUAm_s_fx5OzgqMUIxksjhCGuviQXQk,3080
12
+ llama_cloud/resources/__init__.py,sha256=jJ92S1Ue2Y14jyPXZ8scia_QytCQUeatMLI53iBnTjs,3221
15
13
  llama_cloud/resources/beta/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
16
14
  llama_cloud/resources/beta/client.py,sha256=eRB3mGmNxbhVGTtUpp-j-2APkHUoCbUckIz9coYjCsM,14666
17
15
  llama_cloud/resources/chat_apps/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
@@ -20,47 +18,36 @@ llama_cloud/resources/data_sinks/__init__.py,sha256=ZHUjn3HbKhq_7QS1q74r2m5RGKF5
20
18
  llama_cloud/resources/data_sinks/client.py,sha256=GpD6FhbGqkg2oUToyMG6J8hPxG_iG7W5ZJRo0qg3yzk,20639
21
19
  llama_cloud/resources/data_sinks/types/__init__.py,sha256=M1aTcufJwiEZo9B0KmYj9PfkSd6I1ooFt9tpIRGwgg8,168
22
20
  llama_cloud/resources/data_sinks/types/data_sink_update_component.py,sha256=EWbsPt3k_w_vySf01iiFanyN7UVNzSOM3weHzx-Y_rk,809
23
- llama_cloud/resources/data_sources/__init__.py,sha256=McURkcNBGHXH1hmRDRmZI1dRzJrekCTHZsgv03r2oZI,227
24
- llama_cloud/resources/data_sources/client.py,sha256=SZFm8bW5nkaXringdSnmxHqvVjKM7cNNOtqVXjgTKhc,21855
25
- llama_cloud/resources/data_sources/types/__init__.py,sha256=Cd5xEECTzXqQSfJALfJPSjudlSLeb3RENeJVi8vwPbM,303
21
+ llama_cloud/resources/data_sources/__init__.py,sha256=pXSZUdZozOtkmEz_DfBAtyBjoZvNrnq2t2xLZWL-CrU,151
22
+ llama_cloud/resources/data_sources/client.py,sha256=zZaVuHXipv36URjUJ1ywBBRA1iJzOKRjFkLvGKNZdeM,21691
23
+ llama_cloud/resources/data_sources/types/__init__.py,sha256=rDap-DzmRRO8fFNI8ARBSd7k4uXaERtYZk6D2t2_37Y,174
26
24
  llama_cloud/resources/data_sources/types/data_source_update_component.py,sha256=u9sYcs3A4ZDzKjWCH3W9xIXCcLkZkVZxwoFOhEluqJU,1173
27
- llama_cloud/resources/data_sources/types/data_source_update_custom_metadata_value.py,sha256=3aFC-p8MSxjhOu2nFtqk0pixj6RqNqcFnbOYngUdZUk,215
28
25
  llama_cloud/resources/embedding_model_configs/__init__.py,sha256=cXDtKKq-gj7yjFjdQ5GrGyPs-T5tRV_0JjUMGlAbdUs,1115
29
26
  llama_cloud/resources/embedding_model_configs/client.py,sha256=2JDvZJtSger9QJ8luPct-2zvwjaJAR8VcKsTZ1wgYTE,17769
30
27
  llama_cloud/resources/embedding_model_configs/types/__init__.py,sha256=6-rcDwJhw_0shz3CjrPvlYBYXJJ1bLn-PpplhOsQ79w,1156
31
28
  llama_cloud/resources/embedding_model_configs/types/embedding_model_config_create_embedding_config.py,sha256=SQCHJk0AmBbKS5XKdcEJxhDhIMLQCmCI13IHC28v7vQ,3054
32
29
  llama_cloud/resources/evals/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
33
30
  llama_cloud/resources/evals/client.py,sha256=v2AyeQV0hVgC6xoP2gJNgneJMaeXALV1hIeirYGxlPw,3242
34
- llama_cloud/resources/files/__init__.py,sha256=3B0SNM8EE6PddD5LpxYllci9vflEXy1xjPzhEEd-OUk,293
35
- llama_cloud/resources/files/client.py,sha256=oPwDQAkf0zN1mxP_vT6Songp4scOq5k0jcfHo-zfCtY,50560
36
- llama_cloud/resources/files/types/__init__.py,sha256=EPYENAwkjBWv1MLf8s7R5-RO-cxZ_8NPrqfR4ZoR7jY,418
37
- llama_cloud/resources/files/types/file_create_from_url_resource_info_value.py,sha256=Wc8wFgujOO5pZvbbh2TMMzpa37GKZd14GYNJ9bdq7BE,214
38
- llama_cloud/resources/files/types/file_create_permission_info_value.py,sha256=KPCFuEaa8NiB85A5MfdXRAQ0poAUTl7Feg6BTfmdWas,209
39
- llama_cloud/resources/files/types/file_create_resource_info_value.py,sha256=R7Y-CJf7fnbvIqE3xOI5XOrmPwLbVJLC7zpxMu8Zopk,201
31
+ llama_cloud/resources/files/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
32
+ llama_cloud/resources/files/client.py,sha256=XJZev5MrAHg0rWJdRo46vPQNcc4j_f7OR1RkwQsBGg4,50165
40
33
  llama_cloud/resources/jobs/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
41
- llama_cloud/resources/jobs/client.py,sha256=tIrIVOZ6p60qTJ2dqhSrqHGGxLi0fzn9V7jJU9QS2Nw,6030
42
- llama_cloud/resources/llama_extract/__init__.py,sha256=jRUugj6XARMpKZi3e2RkfTdcOSuE-Zy0IfScRLlyYMs,819
43
- llama_cloud/resources/llama_extract/client.py,sha256=oL5_3ugPde9Ch8QnwvRvFeTMMl0y_ST6i1hoSt2S5E4,63503
44
- llama_cloud/resources/llama_extract/types/__init__.py,sha256=ZRBD-jg1qdXyiJKTxgH7zaadoDzuof1TYpjK4P5z4zA,1216
45
- llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py,sha256=zB31hJQ8hKaIsPkfTWiX5hqsPVFMyyeWEDZ_Aq237jo,305
46
- llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema_zero_value.py,sha256=xoyXH3f0Y5beMWBxmtXSz6QoB_df_-0QBsYdjBhZnGw,217
47
- llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py,sha256=argR5gPRUYWY6ADCMKRdg-8NM-rsBM91_TEn8NKqVy8,305
48
- llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema_zero_value.py,sha256=Nvd892EFhg-PzlqoFp5i2owL7hCZ2SsuL7U4Tk9NeRI,217
49
- llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py,sha256=GykJ1BBecRtWYD3ZPi1YINqrr-me_pyr2w_4Ei4QOZQ,351
50
- llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override_zero_value.py,sha256=7zXOgTYUwVAeyYeqWvX69m-7mhvK0V9cBRvgqVSd0X0,228
51
- llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py,sha256=uMqpKJdCmUNtryS2bkQTNA1AgDlWdtsBOP31iMt3zNA,346
52
- llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema_zero_value.py,sha256=cUS7ez5r0Vx8T7SxwLYptZMmvpT5JoDVMyn54Q6VL-g,227
34
+ llama_cloud/resources/jobs/client.py,sha256=gv_N8e0lay7cjt6MCwx-Cj4FiCXKhbyCDaWbadaJpgY,6270
35
+ llama_cloud/resources/llama_extract/__init__.py,sha256=G3CKRcgSi0Efmj2yi77MleM0c-lsPOPCdsOMr2-rnHo,425
36
+ llama_cloud/resources/llama_extract/client.py,sha256=XU9FyO4Q6R61VOYDRjwddhJWhONZncJ5R9-JE6iEHZY,66605
37
+ llama_cloud/resources/llama_extract/types/__init__.py,sha256=iKeS2hoMxAPcqaOPi85L2tX-Xlb-yiCpUn_20E-faBg,590
38
+ llama_cloud/resources/llama_extract/types/extract_agent_create_data_schema.py,sha256=xhck4E_oMf-bq7Fuk98FBs3rXlvLfJQD6RRoovPWXXc,216
39
+ llama_cloud/resources/llama_extract/types/extract_agent_update_data_schema.py,sha256=W13DF2zfxPrUmEIk-eBEoau5p__DqLTFubOvShHA9xg,216
40
+ llama_cloud/resources/llama_extract/types/extract_job_create_batch_data_schema_override.py,sha256=beukLSluMOGwLChIhD6pzq3DXO82yHeJmLm61iufIZU,227
41
+ llama_cloud/resources/llama_extract/types/extract_schema_validate_request_data_schema.py,sha256=8_CNF3bCvQpKNvBWPenrDr6yg2a_F6RgHme_FRo4_tk,226
53
42
  llama_cloud/resources/organizations/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
54
- llama_cloud/resources/organizations/client.py,sha256=56d5VcRg_3Lu_MMdfJCR8uoirBoxmj9vaQbHpwY2zWo,56243
43
+ llama_cloud/resources/organizations/client.py,sha256=CdrdNdB9R-bOsNqZ4Jbm1BzG1RafXMFjuCsrVYf2OrE,56567
55
44
  llama_cloud/resources/parsing/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
56
- llama_cloud/resources/parsing/client.py,sha256=U5J2g78CWYgujfLXlLEIoqatFSPnaG1OYNanx1jm_GQ,78177
57
- llama_cloud/resources/pipelines/__init__.py,sha256=zyvVEOF_krvEZkCIj_kZoMKfhDqHo_R32a1mv9CriQc,1193
58
- llama_cloud/resources/pipelines/client.py,sha256=Vfth-8S_25P5jkaBAMoNA6Ve-5-iQhZLAwQxaUkDkJ0,131104
59
- llama_cloud/resources/pipelines/types/__init__.py,sha256=C68NQ5QzA0dFXf9oePFFGmV1vn96jcAp-QAznSgoRYQ,1375
60
- llama_cloud/resources/pipelines/types/pipeline_file_update_custom_metadata_value.py,sha256=trI48WLxPcAqV9207Q6-3cj1nl4EGlZpw7En56ZsPgg,217
45
+ llama_cloud/resources/parsing/client.py,sha256=5xa47aiBNAjZzvKJNfmu5vM0ODuDzpWt-6SPOYTwhSg,78491
46
+ llama_cloud/resources/pipelines/__init__.py,sha256=l6IJefud8a7ddjv6UE40HI4qjJOLqPN8BQu0jjqYHOo,995
47
+ llama_cloud/resources/pipelines/client.py,sha256=qYOtc8D5YG9EQsGExuuQa5kAB-uI5p_BIJYcZ03d_70,131804
48
+ llama_cloud/resources/pipelines/types/__init__.py,sha256=PO5Bmt5SjGin87VeIKLpGt7fZJL8SLsoNMlhWaD6ziA,1063
61
49
  llama_cloud/resources/pipelines/types/pipeline_update_embedding_config.py,sha256=c8FF64fDrBMX_2RX4uY3CjbNc0Ss_AUJ4Eqs-KeV4Wc,2874
62
50
  llama_cloud/resources/pipelines/types/pipeline_update_transform_config.py,sha256=KbkyULMv-qeS3qRd31ia6pd5rOdypS0o2UL42NRcA7E,321
63
- llama_cloud/resources/pipelines/types/retrieval_params_search_filters_inference_schema_value.py,sha256=hZWXYlTib0af85ECcerC4xD-bUQe8rG3Q6G1jFTMQcI,228
64
51
  llama_cloud/resources/projects/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
65
52
  llama_cloud/resources/projects/client.py,sha256=PF36iWtSa5amUt3q56YwLypOZjclIXSubCRv9NttpLs,25404
66
53
  llama_cloud/resources/reports/__init__.py,sha256=cruYbQ1bIuJbRpkfaQY7ajUEslffjd7KzvzMzbtPH94,217
@@ -69,7 +56,7 @@ llama_cloud/resources/reports/types/__init__.py,sha256=LfwDYrI4RcQu-o42iAe7HkcwH
69
56
  llama_cloud/resources/reports/types/update_report_plan_api_v_1_reports_report_id_plan_patch_request_action.py,sha256=Qh-MSeRvDBfNb5hoLELivv1pLtrYVf52WVoP7G8V34A,807
70
57
  llama_cloud/resources/retrievers/__init__.py,sha256=FTtvy8EDg9nNNg9WCatVgKTRYV8-_v1roeGPAKoa_pw,65
71
58
  llama_cloud/resources/retrievers/client.py,sha256=z2LhmA-cZVFzr9P6loeCZYnJbvSIk0QitFeVFp-IyZk,32126
72
- llama_cloud/types/__init__.py,sha256=-Xa6LnSne7UtW1wBpw0_MeNuXT58mZV1iohj-Vfus9A,28708
59
+ llama_cloud/types/__init__.py,sha256=dcP-Wg5PniP7UuyCipUkLgUtggg3YsQPGHwO1NytfJA,26098
73
60
  llama_cloud/types/advanced_mode_transform_config.py,sha256=4xCXye0_cPmVS1F8aNTx81sIaEPjQH9kiCCAIoqUzlI,1502
74
61
  llama_cloud/types/advanced_mode_transform_config_chunking_config.py,sha256=wYbJnWLpeQDfhmDZz-wJfYzD1iGT5Jcxb9ga3mzUuvk,1983
75
62
  llama_cloud/types/advanced_mode_transform_config_segmentation_config.py,sha256=anNGq0F5-IlbIW3kpC8OilzLJnUq5tdIcWHnRnmlYsg,1303
@@ -116,7 +103,7 @@ llama_cloud/types/cloud_slack_data_source.py,sha256=tlsNj-hDj1gWmM0Q2A1BeyolfaPg
116
103
  llama_cloud/types/cohere_embedding.py,sha256=wkv_fVCA1WEroGawzPFExwmiJ75gPfzeeemty7NBlsM,1579
117
104
  llama_cloud/types/cohere_embedding_config.py,sha256=c0Kj1wuSsBX9TQ2AondKv5ZtX5PmkivsHj6P0M7tVB4,1142
118
105
  llama_cloud/types/composite_retrieval_mode.py,sha256=PtN0vQ90xyAJL4vyGRG4lMNOpnJ__2L1xiwosI9yfms,548
119
- llama_cloud/types/composite_retrieval_result.py,sha256=1GmLnT-PlpXdURfXn8vaWdEL9BjuWV-AyjqjPvJ4YGk,1479
106
+ llama_cloud/types/composite_retrieval_result.py,sha256=EulVseVvpK50kto4wQweLO7jJe6l6Ym1erKa4dOl4CU,1801
120
107
  llama_cloud/types/composite_retrieved_text_node.py,sha256=eTQ99cdZ2PASff5n4oVV1oaNiS9Ie3AtY_E55kBYpBs,1702
121
108
  llama_cloud/types/composite_retrieved_text_node_with_score.py,sha256=o-HvmyjqODc68zYuobtj10_62FMBAKRLfRoTHGDdmxw,1148
122
109
  llama_cloud/types/configurable_data_sink_names.py,sha256=0Yk9i8hcNXKCcSKpa5KwsCwy_EDeodqbny7qmF86_lM,1225
@@ -126,12 +113,10 @@ llama_cloud/types/data_sink.py,sha256=PeexYHHoD8WkVp9WsFtfC-AIWszcgeJUprG1bwC8Ws
126
113
  llama_cloud/types/data_sink_component.py,sha256=uvuxLY3MPDpv_bkT0y-tHSZVPRSHCkDBDHVff-036Dg,749
127
114
  llama_cloud/types/data_sink_create.py,sha256=dAaFPCwZ5oX0Fbf7ij62dzSaYnrhj3EHmnLnYnw2KgI,1360
128
115
  llama_cloud/types/data_sink_create_component.py,sha256=8QfNKSTJV_sQ0nJxlpfh0fBkMTSnQD1DTJR8ZMYaesI,755
129
- llama_cloud/types/data_source.py,sha256=4_lTRToLO4u9LYK66VygCPycrZuyct_aiovlxG5H2sE,1768
116
+ llama_cloud/types/data_source.py,sha256=LFwsdbD4RaFB3NVlszYZRVbaSiwWgvVPIyblQgxxym8,1702
130
117
  llama_cloud/types/data_source_component.py,sha256=yfXHoeHaqUMum7fIs3tZB0pOFMhDbAq7oCJtnob0gWY,1077
131
- llama_cloud/types/data_source_create.py,sha256=s0bAX_GUwiRdrL-PXS9ROrvq3xpmqbqzdMa6thqL2P4,1581
118
+ llama_cloud/types/data_source_create.py,sha256=EpFfACt3QfvlFF2ddcSjHMEgEBNHaF-wq2TQ3K43g7I,1496
132
119
  llama_cloud/types/data_source_create_component.py,sha256=-P4FGv9Xg951n-77_bb-2_CF-33ZXcUkw52LPQNunBY,1083
133
- llama_cloud/types/data_source_create_custom_metadata_value.py,sha256=ejSsQNbszYQaUWFh9r9kQpHf88qbhuRv1SI9J_MOSC0,215
134
- llama_cloud/types/data_source_custom_metadata_value.py,sha256=pTZn5yjZYmuOhsLABFJOKZblZUkRqo1CqLAuP5tKji4,209
135
120
  llama_cloud/types/data_source_update_dispatcher_config.py,sha256=Sh6HhXfEV2Z6PYhkYQucs2MxyKVpL3UPV-I4cbf--bA,1242
136
121
  llama_cloud/types/delete_params.py,sha256=1snPrd3WO9C1bKf0WdMslE2HQMF0yYLI3U7N53cmurM,1285
137
122
  llama_cloud/types/document_block.py,sha256=OYKd5M3LgJ0Cz0K0YNuVRoHz9HcUdVuf2Vcqku8fck4,1116
@@ -145,36 +130,25 @@ llama_cloud/types/embedding_model_config_embedding_config.py,sha256=9rmfeiJYhBPm
145
130
  llama_cloud/types/embedding_model_config_update.py,sha256=BiA1KbFT-TSvy5OEyChd0dgDnQCKfBRxsDTvVKNj10Q,1175
146
131
  llama_cloud/types/embedding_model_config_update_embedding_config.py,sha256=mrXFxzb9GRaH4UUnOe_05-uYUuiTgDDCRadAMbPmGgc,2991
147
132
  llama_cloud/types/eval_execution_params.py,sha256=ntVaJh5SMZMPL4QLUiihVjUlg2SKbrezvbMKGlrF66Q,1369
148
- llama_cloud/types/extract_agent.py,sha256=T98IOueut4M52Qm7hqcUOcWFFDhZ-ye0OFdXgfFGtS4,1763
149
- llama_cloud/types/extract_agent_data_schema_value.py,sha256=UaDQ2KjajLDccW7F4NKdfpefeTJrr1hl0c95WRETYkM,201
133
+ llama_cloud/types/extract_agent.py,sha256=tISaR2wKT15Yvko4nDZzDl4p81aLUqPSFRBRJ6B8qgE,1689
150
134
  llama_cloud/types/extract_config.py,sha256=tCVzcctlEaO4tx0ikAv0OyfiDDhiiynR2FYILgOCCe4,1936
151
135
  llama_cloud/types/extract_job.py,sha256=Yx4fDdCdylAji2LPTwqflVpz1o9slpj9tTLS93-1tzU,1431
152
136
  llama_cloud/types/extract_job_create.py,sha256=UK1mBIKyflo7e6m1MxMN95pLscj67jH_yvs8EvmBXqU,1545
153
- llama_cloud/types/extract_job_create_data_schema_override.py,sha256=vuiJ2lGJjbXEnvFKzVnKyvgwhMXPg1Pb5GZne2DrB60,330
154
- llama_cloud/types/extract_job_create_data_schema_override_zero_value.py,sha256=HHEYxOSQXXyBYOiUQg_qwfQtXFj-OtThMwbUDBIgZU0,223
137
+ llama_cloud/types/extract_job_create_data_schema_override.py,sha256=byfpBXJqCmpTeA01iyQxRbNcAMUC3ZMiY_CiNccOxQ0,213
155
138
  llama_cloud/types/extract_mode.py,sha256=DwTMzDq3HHJop_fxQelHEE_k8UcdDz-W_v_Oj2WWXLk,931
156
- llama_cloud/types/extract_models.py,sha256=qXsSXuPFiVBNsh1-4oTYAjJ_36AQJ7sOJyJ-5aNlYEE,977
157
- llama_cloud/types/extract_resultset.py,sha256=Alje0YQJUiA_aKi0hQs7TAnhDmZuQ_yL9b6HCNYBFQg,1627
158
- llama_cloud/types/extract_resultset_data.py,sha256=v9Ae4SxLsvYPE9crko4N16lBjsxuZpz1yrUOhnaM_VY,427
159
- llama_cloud/types/extract_resultset_data_item_value.py,sha256=JwqgDIGW0irr8QWaSTIrl24FhGxTUDOXIbxoSdIjuxs,209
160
- llama_cloud/types/extract_resultset_data_zero_value.py,sha256=-tqgtp3hwIr2NhuC28wVWqQDgFFGYPfRdzneMtNzoBU,209
161
- llama_cloud/types/extract_resultset_extraction_metadata_value.py,sha256=LEFcxgBCY35Tw93RIU8aEcyJYcLuhPp5-_G5XP07-xw,219
162
- llama_cloud/types/extract_run.py,sha256=wjjt1kwMLouLq8CyA0RTnEzNIiWfPAw10mgPwXHNAV8,2368
163
- llama_cloud/types/extract_run_data.py,sha256=Y24NhSSXSHDOI3qtETs9Iln5y3p5kCl4LB5F_RIoUj4,385
164
- llama_cloud/types/extract_run_data_item_value.py,sha256=jbR5Yo3bGwHw72OJJ1l5NGTngE-rC2Jxd5b6BrNKzOc,197
165
- llama_cloud/types/extract_run_data_schema_value.py,sha256=C4uNdNQHBrkribgmR6nxOQpRo1eydYJ78a0lm7B-e4o,199
166
- llama_cloud/types/extract_run_data_zero_value.py,sha256=uWbiHJUlEi3TiwwBOskZRTQuUSt8udNXmD-wGdqcKkw,197
167
- llama_cloud/types/extract_run_extraction_metadata_value.py,sha256=tBbPk7mkNWvjej8b8-hv9_BY6StTCMtrZHWUXANJBaU,213
168
- llama_cloud/types/extract_schema_validate_response.py,sha256=EVSeXsljZC-gIpdXr16khI4kbZbc3jU-7rKVp5F_SQk,1170
169
- llama_cloud/types/extract_schema_validate_response_data_schema_value.py,sha256=lX9RbBHcmBRagA-K7x1he8EEmmNCiAs-tHumGfPvFVQ,224
139
+ llama_cloud/types/extract_models.py,sha256=GrNd7MPOfB7G4zzAtfTPfLw2EKJFoY_NJ9hbd-wZQfU,1519
140
+ llama_cloud/types/extract_resultset.py,sha256=Ip3hhiWXTDQdipHbLmh-d2KIbjGZN5O_rs0BlBbtFgo,1531
141
+ llama_cloud/types/extract_resultset_data.py,sha256=9CdkxI19lXkWdTVbwndVOlYXtLug6IcBRyvH1WqCnH0,258
142
+ llama_cloud/types/extract_run.py,sha256=e3VkuN40gJjFJtujWdzLNZ2Bf3FKUH2Crw2a5U2IHfE,2204
143
+ llama_cloud/types/extract_run_data.py,sha256=VgVvEjFJx4O8gMJEVCEVCv6xmBQi98pYAAedtyk-E_k,252
144
+ llama_cloud/types/extract_schema_validate_response.py,sha256=Vnv7a5pO0F-yfY4eQuGaD0OQz_BBukdQMvYsko9BH1Q,1057
170
145
  llama_cloud/types/extract_state.py,sha256=TNeVAXXKZaiM2srlbQlzRSn4_TDpR4xyT_yQhJUxFvk,775
171
146
  llama_cloud/types/extract_target.py,sha256=Gt-FNqblzcjdfq1hxsqEjWWu-HNLXdKy4w98nog52Ms,478
172
147
  llama_cloud/types/fail_page_mode.py,sha256=n4fgPpiEB5siPoEg0Sux4COg7ElNybjshxDoUihZwRU,786
173
- llama_cloud/types/file.py,sha256=rQXitPRKOYw91nK5qOZ0vpOmIx_MCpRb0g78d9dQs6w,1822
148
+ llama_cloud/types/file.py,sha256=MS-y6ej6uxg3i6iUZ4IZuEYj7XOs5m9PMn8-FFK4gZQ,1702
174
149
  llama_cloud/types/file_count_by_status_response.py,sha256=WuorbZvKjDs9Ql1hUiQu4gN5iCm8d6fr92KLyHpRvQU,1356
150
+ llama_cloud/types/file_id_presigned_url.py,sha256=Yr_MGFKbuBEHK4efRSK53fHcoo5bbAKnqQGGhMycUc0,1398
175
151
  llama_cloud/types/file_parse_public.py,sha256=sshZ0BcjHMGpuz4ylSurv0K_3ejfPrUGGyDxBHCtdMg,1378
176
- llama_cloud/types/file_permission_info_value.py,sha256=RyQlNbhvIKS87Ywu7XUaw5jDToZX64M9Wqzu1U_q2Us,197
177
- llama_cloud/types/file_resource_info_value.py,sha256=g6T6ELeLK9jgcvX6r-EuAl_4JkwnyqdS0RRoabMReSU,195
178
152
  llama_cloud/types/filter_condition.py,sha256=YEc-NaZbMha4oZVSKerZ6-gNYriNOZmTHTRMKX-9Ju0,678
179
153
  llama_cloud/types/filter_operator.py,sha256=tY_DWFVOoLrqDc-soJcSFvUL-MsltK6iLSK7IKK-TPs,2439
180
154
  llama_cloud/types/free_credits_usage.py,sha256=TPktesYpM5gVeBXPbRFun19XaPJo-dIu0Xbrg-iX8qE,1052
@@ -192,16 +166,14 @@ llama_cloud/types/job_names.py,sha256=WacongwoJygg_gCyYjPsOVv3cmVtRaX633JNgFxy-d
192
166
  llama_cloud/types/job_record.py,sha256=7hdDPZU11EG8g6_9iq6vy-zqLEryeC7i8fZ-CkUB_xQ,2084
193
167
  llama_cloud/types/job_record_parameters.py,sha256=Oqxp5y0owPfjLc_NR7AYE8P3zM2PJo36N9olbyNl7AA,3425
194
168
  llama_cloud/types/job_record_with_usage_metrics.py,sha256=iNV2do5TB_0e3PoOz_DJyAaM6Cn9G8KG-dGPGgEs5SY,1198
169
+ llama_cloud/types/json_type.py,sha256=MpvFxKYd2DjIqD4RIJhndu2WpbvB9V-SoIkD0bp9vRY,254
195
170
  llama_cloud/types/l_lama_parse_transform_config.py,sha256=YQRJZvKh1Ee2FUyW_N0nqYJoW599qBgH3JCH9SH6YLo,1249
196
- llama_cloud/types/legacy_parse_job_config.py,sha256=kVBdiSLraI9rKQOPf0Ci9RtbNLkco0byBJC42uE_PCI,11698
197
- llama_cloud/types/llama_extract_settings.py,sha256=IQFxtKa4GtHKc9w-fLwsH0LSKDWzR9_vZ_cTFJ9cGBI,2288
171
+ llama_cloud/types/legacy_parse_job_config.py,sha256=4cC-p4d5bwkKnn_VZBuf7pCpwGFaD0QyJd5cPicaryY,11801
172
+ llama_cloud/types/llama_extract_settings.py,sha256=bHtF5AD0r896-248e7WKthcbbvrAUdptZrENP2Ed4LM,2388
198
173
  llama_cloud/types/llama_index_core_base_llms_types_chat_message.py,sha256=NelHo-T-ebVMhRKsqE_xV8AJW4c7o6lS0uEQnPsmTwg,1365
199
174
  llama_cloud/types/llama_index_core_base_llms_types_chat_message_blocks_item.py,sha256=-aL8fh-w2Xf4uQs_LHzb3q6LL_onLAcVzCR5yMI4qJw,1571
200
- llama_cloud/types/llama_parse_parameters.py,sha256=DNhVZm3YQ_3xZiz7WUrwH7E6jqW2fZ7YGFsdfsYalUk,5773
175
+ llama_cloud/types/llama_parse_parameters.py,sha256=Ap-F-8giC0pa45blPxMLNHJ-3zEgJc1zrNM1a9NWErs,5826
201
176
  llama_cloud/types/llama_parse_supported_file_extensions.py,sha256=B_0N3f8Aq59W9FbsH50mGBUiyWTIXQjHFl739uAyaQw,11207
202
- llama_cloud/types/llm_config_result.py,sha256=3NRAvq_jVJlkbLRDgBHTGMDli0av7d0GJME3aiXytKs,1106
203
- llama_cloud/types/llm_config_result_llm_type.py,sha256=yrijlC2f1egNDx-tCvDVp68pFmGaJZvVE_D1vS2wA34,1032
204
- llama_cloud/types/llm_configs_response.py,sha256=TQ9RLkOzdY-8k0l1NNUZNUl83dmKks0gOQvhj-4hRZs,1073
205
177
  llama_cloud/types/llm_model_data.py,sha256=6rrycqGwlK3LZ2S-WtgmeomithdLhDCgwBBZQ5KLaso,1300
206
178
  llama_cloud/types/llm_parameters.py,sha256=RTKYt09lm9a1MlnBfYuTP2x_Ww4byUNNc1TqIel5O1Y,1377
207
179
  llama_cloud/types/load_files_job_config.py,sha256=R5sFgFmV__0mqLUuD7dkFoBJHG2ZLw5px9zRapvYcpE,1069
@@ -221,7 +193,8 @@ llama_cloud/types/open_ai_embedding.py,sha256=RQijkvKyzbISy92LnBSEpjmIU8p7kMpdc4
221
193
  llama_cloud/types/open_ai_embedding_config.py,sha256=Mquc0JrtCo8lVYA2WW7q0ZikS3HRkiMtzDFu5XA-20o,1143
222
194
  llama_cloud/types/organization.py,sha256=p8mYRqSsGxw17AmdW8x8nP7P1UbdpYkwr51WTIjTVLw,1467
223
195
  llama_cloud/types/organization_create.py,sha256=hUXRwArIx_0D_lilpL7z-B0oJJ5yEX8Sbu2xqfH_9so,1086
224
- llama_cloud/types/page_figure_metadata.py,sha256=iIg6_f2SwJg6UcQo9X4MoSm_ygxnIBmFjS2LuUsI6qE,1528
196
+ llama_cloud/types/page_figure_metadata.py,sha256=0oasDkjnzoVQ4W-Ci0KoJHM0iHXTGvm3cbdVOgH9nHE,1588
197
+ llama_cloud/types/page_figure_node_with_score.py,sha256=VqNQx9RKmD_jY1kHPCvPjygshbfVLLSgtC5TX-Cy_cw,1208
225
198
  llama_cloud/types/page_screenshot_metadata.py,sha256=lobrq0AsOr8sDwMgA9ytop8lRmRFvJW2oiql3yLvbjM,1328
226
199
  llama_cloud/types/page_screenshot_node_with_score.py,sha256=EdqoXbmARCz1DV14E2saCPshIeII709uM4cLwxw_mkM,1232
227
200
  llama_cloud/types/page_segmentation_config.py,sha256=VH8uuxnubnJak1gSpS64OoMueHidhsDB-2eq2tVHbag,998
@@ -230,7 +203,7 @@ llama_cloud/types/paginated_jobs_history_with_metrics.py,sha256=Bxy6N0x0FARJhgwN
230
203
  llama_cloud/types/paginated_list_cloud_documents_response.py,sha256=MsjS0SWlT0syELDck4x2sxxR3_NC1e6QTdepgVmK9aY,1341
231
204
  llama_cloud/types/paginated_list_pipeline_files_response.py,sha256=2TKR2oHSQRyLMqWz1qQBSIvz-ZJb8U_94367lwOJ2S4,1317
232
205
  llama_cloud/types/paginated_report_response.py,sha256=o79QhQi9r0HZZrhvRlA6WGjxtyPuxN0xONhwXSwxtcs,1104
233
- llama_cloud/types/parse_job_config.py,sha256=KLBhRRGziH4eU2sZgab24c8-L9b8M9on1Dg0nVnObGc,6254
206
+ llama_cloud/types/parse_job_config.py,sha256=ajTNaLdfsuaimwL2PobOrTKvIe75SbSdIrDzJkFqp1U,6307
234
207
  llama_cloud/types/parse_plan_level.py,sha256=GBkDS19qfHseBa17EXfuTPNT4GNv5alyPrWEvWji3GY,528
235
208
  llama_cloud/types/parser_languages.py,sha256=Ps3IlaSt6tyxEI657N3-vZL96r2puk8wsf31cWnO-SI,10840
236
209
  llama_cloud/types/parsing_history_item.py,sha256=_MVzf43t84PbmjOzsMLZ_NBoyiisigLWz-fr0ZxU63g,1183
@@ -250,20 +223,14 @@ llama_cloud/types/pipeline_configuration_hashes.py,sha256=7_MbOcPWV6iyMflJeXoo9v
250
223
  llama_cloud/types/pipeline_create.py,sha256=PKchM5cxkidXVFv2qON0uVh5lv8aqsy5OrZvT5UzqTU,2496
251
224
  llama_cloud/types/pipeline_create_embedding_config.py,sha256=PQqmVBFUyZXYKKBmVQF2zPsGp1L6rje6g3RtXEcdfc8,2811
252
225
  llama_cloud/types/pipeline_create_transform_config.py,sha256=HP6tzLsw_pomK1Ye2PYCS_XDZK_TMgg22mz17_zYKFg,303
253
- llama_cloud/types/pipeline_data_source.py,sha256=g8coq6ohp09TtqzvB3_A8Nzery3J5knIfxGWzUtozmg,2381
226
+ llama_cloud/types/pipeline_data_source.py,sha256=RoelTd9sE80zLr182feQhRLxhH7k3qwGbbwASCdWueA,2290
254
227
  llama_cloud/types/pipeline_data_source_component.py,sha256=c_R2aBl7XXsfJ_ZuK_-PXzzL2nDI4jrbJ0BStlzp87Y,1085
255
228
  llama_cloud/types/pipeline_data_source_create.py,sha256=wMsymqB-YGyf3jdQr-N5ODVG6v0w68EMxGBNdQXeJe0,1178
256
- llama_cloud/types/pipeline_data_source_custom_metadata_value.py,sha256=8n3r60sxMx4_udW0yzJZxzyWeK6L3cc2-jLGZFW4EDs,217
257
229
  llama_cloud/types/pipeline_data_source_status.py,sha256=BD4xoftwp9lWC8EjJTnf3boIG_AyzjLPuP4qJxGhmcc,1039
258
230
  llama_cloud/types/pipeline_deployment.py,sha256=eVBrz032aPb2cqtIIVYT5MTHQvBNm89XazoNrRWVugo,1356
259
231
  llama_cloud/types/pipeline_embedding_config.py,sha256=mpeJ6bOMvRUO12VTYbcHmgJ3ssHNKAUQMrF06j2t7Lc,2721
260
- llama_cloud/types/pipeline_file.py,sha256=4t4Xbszsbcjik58NINofsA4nrxmAI-pVu1LyqTiALgk,2572
261
- llama_cloud/types/pipeline_file_config_hash_value.py,sha256=4lvLnDpzNAHdiMkGJTTNDTu3p3H7Nxw5MR1Mzte7-_M,201
262
- llama_cloud/types/pipeline_file_create.py,sha256=yoMIzWED0ktKerE48kgzInBa3d0aNGO5JjTtDTDAn4A,1310
263
- llama_cloud/types/pipeline_file_create_custom_metadata_value.py,sha256=olVj5yhQFx1QqWO1Wv9d6AtL-YyYO9_OYtOfcD2ZeGY,217
264
- llama_cloud/types/pipeline_file_custom_metadata_value.py,sha256=ClFphYDNlHxeyLF5BWxIUhs2rooS0Xtqxr_Ae8dn8zE,211
265
- llama_cloud/types/pipeline_file_permission_info_value.py,sha256=a9yfg5n9po0-4ljGx8DtJoeLBwWFpaEk9ZQUN195BXg,211
266
- llama_cloud/types/pipeline_file_resource_info_value.py,sha256=s3uFGQNwlUEr-X4TJZkW_kMBvX3h1sXRJoYlJRvHSDc,209
232
+ llama_cloud/types/pipeline_file.py,sha256=-oDXuaeuLi1nhBuzh0zCy04xUtClcmpa_lRv_nk1Z-c,2206
233
+ llama_cloud/types/pipeline_file_create.py,sha256=ZC-RgQuppN6ZBQbZoZiMDxYHm9VPMaZCgPVRGnR1lKQ,1219
267
234
  llama_cloud/types/pipeline_file_status.py,sha256=7AJOlwqZVcsk6aPF6Q-x7UzjdzdBj4FeXAZ4m35Bb5M,1003
268
235
  llama_cloud/types/pipeline_file_update_dispatcher_config.py,sha256=PiJ1brbKGyq07GmD2VouFfm_Y3KShiyhBXJkwFJsKXw,1222
269
236
  llama_cloud/types/pipeline_file_updater_config.py,sha256=KMHBYpH3fYDQaDVvxVgckosiWz0Dl3v5dC53Cgnmtb8,1761
@@ -276,8 +243,7 @@ llama_cloud/types/plan_limits.py,sha256=WAbDbRl8gsQxvhmuVB0YT8mry-0uKg6c66uivypp
276
243
  llama_cloud/types/playground_session.py,sha256=F8u2KZL2YaOrsT-o1n4zbhyPxSsoduc3ZCzQB8AecFA,1858
277
244
  llama_cloud/types/pooling.py,sha256=5Fr6c8rx9SDWwWzEvD78suob2d79ktodUtLUAUHMbP8,651
278
245
  llama_cloud/types/preset_composite_retrieval_params.py,sha256=yEf1pk4Wz5J6SxgB8elklwuyVDCRSZqfWC6x3hJUS4Q,1366
279
- llama_cloud/types/preset_retrieval_params.py,sha256=tcWMNsT4IGVBqTYAj-yModGZbM4tk7mZIMGvpuBWH8Y,2079
280
- llama_cloud/types/preset_retrieval_params_search_filters_inference_schema_value.py,sha256=BOp-oJMIc3KVU89mmKIhVcwwsO0XBRnuErfsPqpUjSs,234
246
+ llama_cloud/types/preset_retrieval_params.py,sha256=pMKMIJkFuUvEKOAG3VDoMWzQf30Xlt2RYrTbKSEefSI,2198
281
247
  llama_cloud/types/presigned_url.py,sha256=-DOQo7XKvUsl-9Gz7fX6VOHdQLzGH2XRau24ASvG92E,1275
282
248
  llama_cloud/types/progress_event.py,sha256=Bk73A8geTVaq0ze5pMnbkAmx7FSOHQIixYCpCas_dcY,1684
283
249
  llama_cloud/types/progress_event_status.py,sha256=yb4RAXwOKU6Bi7iyYy-3lwhF6_mLz0ZFyGjxIdaByoE,893
@@ -305,7 +271,7 @@ llama_cloud/types/report_state.py,sha256=gjexexoT8GaCamGKvfwivKrfRtvdhEtwSLkAt-j
305
271
  llama_cloud/types/report_state_event.py,sha256=_wf-Cl_skJdrag-7h11tz-HIy1jed_GIG3c-ksuAjT4,1270
306
272
  llama_cloud/types/report_update_event.py,sha256=uLRC79U3pvZ5-kY6pOseQyX1MNH-0m80GUtzpjd6mkI,1270
307
273
  llama_cloud/types/retrieval_mode.py,sha256=wV9q3OdHTuyDWbJCGdxq9Hw6U95WFlJcaMq6KWSTzyw,910
308
- llama_cloud/types/retrieve_results.py,sha256=ZuGIJrzxIegzsAopgA-X8690HrcYowhL4Xfhxm3m9H4,2053
274
+ llama_cloud/types/retrieve_results.py,sha256=rHArmu05K3NvIQepHX5nsVOfcMsZj3MaIcPkTC6mD_8,2375
309
275
  llama_cloud/types/retriever.py,sha256=ZItPsorL8x1XjtJT49ZodaMqU8h2GfwlB4U4cgnfZkM,1626
310
276
  llama_cloud/types/retriever_create.py,sha256=WyUR9DRzu3Q9tzKEeXCdQuzCY6WKi9ADJkZea9rqvxU,1286
311
277
  llama_cloud/types/retriever_pipeline.py,sha256=F1pZDxg8JdQXRHE6ciFezd7a-Wv5bHplPcGDED-J4b0,1330
@@ -317,7 +283,7 @@ llama_cloud/types/status_enum.py,sha256=cUBIlys89E8PUzmVqqawu7qTDF0aRqBwiijOmRDP
317
283
  llama_cloud/types/struct_mode.py,sha256=ROicwjXfFmgVU8_xSVxJlnFUzRNKG5VIEF1wYg9uOPU,1020
318
284
  llama_cloud/types/struct_parse_conf.py,sha256=WlL8y0IBvdzGsDtFUlEZLzoUODwmOWAJi0viS9unL18,2297
319
285
  llama_cloud/types/supported_llm_model.py,sha256=hubSopFICVNEegbJbtbpK6zRHwFPwUNtrw_NAw_3bfg,1380
320
- llama_cloud/types/supported_llm_model_names.py,sha256=ZBGVJDkoK4Kj0Z7DaQ7m-zQhymdf7_03_H4qJPrZ0FM,2213
286
+ llama_cloud/types/supported_llm_model_names.py,sha256=PXL0gA1lc0GJNzZHnjOscoxHpPW787A8Adh-2egAKo8,2512
321
287
  llama_cloud/types/text_block.py,sha256=X154sQkSyposXuRcEWNp_tWcDQ-AI6q_-MfJUN5exP8,958
322
288
  llama_cloud/types/text_node.py,sha256=Tq3QmuKC5cIHvC9wAtvhsXl1g2sACs2yJwQ0Uko8GSU,2846
323
289
  llama_cloud/types/text_node_relationships_value.py,sha256=qmXURTk1Xg7ZDzRSSV1uDEel0AXRLohND5ioezibHY0,217
@@ -330,14 +296,14 @@ llama_cloud/types/usage_response_active_alerts_item.py,sha256=5EgU7go_CPe2Bmio12
330
296
  llama_cloud/types/user_job_record.py,sha256=mJHdokJsemXJOwM2l7fsW3X0SlwSNcy7yHbcXZHh3I4,1098
331
297
  llama_cloud/types/user_organization.py,sha256=yKewpOrMcB-CbujGNTjkX6QiWYr5HVsRIFQ-WX8kp2I,1729
332
298
  llama_cloud/types/user_organization_create.py,sha256=Zj57s9xuYVnLW2p8i4j2QORL-G1y7Ab3avXE1baERQY,1189
333
- llama_cloud/types/user_organization_delete.py,sha256=IDYLKfFAXfcJfkEpA0ARbaA0JDcEBe7fTLv833DZXHs,1104
299
+ llama_cloud/types/user_organization_delete.py,sha256=bEfgQMdTd6oAMZXtvSm5BhZahG1wAVDBXZ8e7V9UN7w,1159
334
300
  llama_cloud/types/user_organization_role.py,sha256=vTM5pYG9NJpTQACn8vzSIt01Ul6jEHCVmyR3vV0isPg,1512
335
301
  llama_cloud/types/validation_error.py,sha256=yZDLtjUHDY5w82Ra6CW0H9sLAr18R0RY1UNgJKR72DQ,1084
336
302
  llama_cloud/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
337
303
  llama_cloud/types/vertex_ai_embedding_config.py,sha256=DvQk2xMJFmo54MEXTzoM4KSADyhGm_ygmFyx6wIcQdw,1159
338
304
  llama_cloud/types/vertex_embedding_mode.py,sha256=yY23FjuWU_DkXjBb3JoKV4SCMqel2BaIMltDqGnIowU,1217
339
305
  llama_cloud/types/vertex_text_embedding.py,sha256=-C4fNCYfFl36ATdBMGFVPpiHIKxjk0KB1ERA2Ec20aU,1932
340
- llama_cloud-0.1.23.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
341
- llama_cloud-0.1.23.dist-info/METADATA,sha256=1aLs2Ad-tIIomTC_Nid1Tsedxj6ni0MPLxFa7u3xQEI,1143
342
- llama_cloud-0.1.23.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
343
- llama_cloud-0.1.23.dist-info/RECORD,,
306
+ llama_cloud-0.1.24.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
307
+ llama_cloud-0.1.24.dist-info/METADATA,sha256=HEUGYFCw-kGeyXGt9eheXWq9zuAimNOGlTULtNv3Bfs,1143
308
+ llama_cloud-0.1.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
309
+ llama_cloud-0.1.24.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
@@ -1,78 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import urllib.parse
4
- from json.decoder import JSONDecodeError
5
-
6
- from ...core.api_error import ApiError
7
- from ...core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
8
- from ...errors.unprocessable_entity_error import UnprocessableEntityError
9
- from ...types.http_validation_error import HttpValidationError
10
- from ...types.llm_configs_response import LlmConfigsResponse
11
-
12
- try:
13
- import pydantic
14
- if pydantic.__version__.startswith("1."):
15
- raise ImportError
16
- import pydantic.v1 as pydantic # type: ignore
17
- except ImportError:
18
- import pydantic # type: ignore
19
-
20
-
21
- class AdminClient:
22
- def __init__(self, *, client_wrapper: SyncClientWrapper):
23
- self._client_wrapper = client_wrapper
24
-
25
- def get_llm_configs(self) -> LlmConfigsResponse:
26
- """
27
- from llama_cloud.client import LlamaCloud
28
-
29
- client = LlamaCloud(
30
- token="YOUR_TOKEN",
31
- )
32
- client.admin.get_llm_configs()
33
- """
34
- _response = self._client_wrapper.httpx_client.request(
35
- "GET",
36
- urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llm-configs"),
37
- headers=self._client_wrapper.get_headers(),
38
- timeout=60,
39
- )
40
- if 200 <= _response.status_code < 300:
41
- return pydantic.parse_obj_as(LlmConfigsResponse, _response.json()) # type: ignore
42
- if _response.status_code == 422:
43
- raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
44
- try:
45
- _response_json = _response.json()
46
- except JSONDecodeError:
47
- raise ApiError(status_code=_response.status_code, body=_response.text)
48
- raise ApiError(status_code=_response.status_code, body=_response_json)
49
-
50
-
51
- class AsyncAdminClient:
52
- def __init__(self, *, client_wrapper: AsyncClientWrapper):
53
- self._client_wrapper = client_wrapper
54
-
55
- async def get_llm_configs(self) -> LlmConfigsResponse:
56
- """
57
- from llama_cloud.client import AsyncLlamaCloud
58
-
59
- client = AsyncLlamaCloud(
60
- token="YOUR_TOKEN",
61
- )
62
- await client.admin.get_llm_configs()
63
- """
64
- _response = await self._client_wrapper.httpx_client.request(
65
- "GET",
66
- urllib.parse.urljoin(f"{self._client_wrapper.get_base_url()}/", "api/v1/admin/llm-configs"),
67
- headers=self._client_wrapper.get_headers(),
68
- timeout=60,
69
- )
70
- if 200 <= _response.status_code < 300:
71
- return pydantic.parse_obj_as(LlmConfigsResponse, _response.json()) # type: ignore
72
- if _response.status_code == 422:
73
- raise UnprocessableEntityError(pydantic.parse_obj_as(HttpValidationError, _response.json())) # type: ignore
74
- try:
75
- _response_json = _response.json()
76
- except JSONDecodeError:
77
- raise ApiError(status_code=_response.status_code, body=_response.text)
78
- raise ApiError(status_code=_response.status_code, body=_response_json)
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- DataSourceUpdateCustomMetadataValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- from .file_create_from_url_resource_info_value import FileCreateFromUrlResourceInfoValue
4
- from .file_create_permission_info_value import FileCreatePermissionInfoValue
5
- from .file_create_resource_info_value import FileCreateResourceInfoValue
6
-
7
- __all__ = ["FileCreateFromUrlResourceInfoValue", "FileCreatePermissionInfoValue", "FileCreateResourceInfoValue"]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- FileCreateFromUrlResourceInfoValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- FileCreatePermissionInfoValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,5 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- FileCreateResourceInfoValue = typing.Union[typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- ExtractAgentCreateDataSchemaZeroValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- ExtractAgentUpdateDataSchemaZeroValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- ExtractJobCreateBatchDataSchemaOverrideZeroValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- ExtractSchemaValidateRequestDataSchemaZeroValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- PipelineFileUpdateCustomMetadataValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- RetrievalParamsSearchFiltersInferenceSchemaValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- DataSourceCreateCustomMetadataValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]
@@ -1,7 +0,0 @@
1
- # This file was auto-generated by Fern from our API Definition.
2
-
3
- import typing
4
-
5
- DataSourceCustomMetadataValue = typing.Union[
6
- typing.Dict[str, typing.Any], typing.List[typing.Any], str, int, float, bool
7
- ]