shaped 2.0.4__tar.gz → 2.0.8__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.
Files changed (330) hide show
  1. {shaped-2.0.4 → shaped-2.0.8}/PKG-INFO +1 -1
  2. {shaped-2.0.4 → shaped-2.0.8}/setup.py +1 -1
  3. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/__init__.py +9 -6
  4. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api/engine_api.py +5 -6
  5. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api/query_api.py +5 -6
  6. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api/table_api.py +5 -6
  7. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api/view_api.py +5 -6
  8. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api_client.py +5 -6
  9. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/configuration.py +6 -7
  10. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/exceptions.py +5 -6
  11. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/__init__.py +7 -6
  12. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/ai_enrichment_view_config.py +5 -6
  13. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/algorithm.py +5 -6
  14. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/amplitude_table_config.py +5 -6
  15. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/attn_dropout_prob.py +5 -6
  16. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/attribute_journey.py +5 -6
  17. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/attribute_value.py +5 -6
  18. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/autoscaling_config.py +5 -6
  19. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/aws_pinpoint_table_config.py +5 -6
  20. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/batch_size.py +5 -6
  21. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/batch_size1.py +5 -6
  22. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/batch_size2.py +5 -6
  23. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/big_query_table_config.py +5 -6
  24. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/bm25.py +5 -6
  25. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/boosted_reorder_step.py +5 -6
  26. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/canary_rollout.py +5 -6
  27. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/candidate_attributes_retrieve_step.py +5 -6
  28. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/candidate_ids_retrieve_step.py +5 -6
  29. shaped-2.0.8/shaped/autogen/models/candidate_retrieval_strategy.py +40 -0
  30. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/clickhouse_table_config.py +5 -6
  31. shaped-2.0.8/shaped/autogen/models/column_index_config.py +89 -0
  32. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/column_order_retrieve_step.py +5 -6
  33. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/column_ordering.py +5 -6
  34. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/create_table_response.py +5 -6
  35. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/create_view_response.py +5 -6
  36. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/custom_table_config.py +5 -6
  37. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/data_compute_config.py +5 -6
  38. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/data_config.py +5 -6
  39. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/data_config_interaction_table.py +5 -6
  40. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/data_split_config.py +5 -6
  41. shaped-2.0.8/shaped/autogen/models/data_split_strategy.py +36 -0
  42. shaped-2.0.8/shaped/autogen/models/data_tier.py +36 -0
  43. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/default.py +5 -6
  44. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/delete_engine_response.py +5 -6
  45. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/delete_table_response.py +5 -6
  46. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/delete_view_response.py +5 -6
  47. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/deployment_config.py +5 -6
  48. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/diversity_reorder_step.py +5 -6
  49. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/dropout_rate.py +5 -6
  50. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/dynamo_db_table_config.py +5 -6
  51. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/dynamo_db_table_config_scan_kwargs_value.py +5 -6
  52. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/embedder_batch_size.py +5 -6
  53. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/embedding_config.py +5 -6
  54. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/embedding_dim.py +5 -6
  55. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/embedding_dims.py +5 -6
  56. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/embedding_size.py +5 -6
  57. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/encoder.py +5 -6
  58. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/engine.py +5 -6
  59. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/engine_config_v2.py +5 -6
  60. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/engine_details_response.py +5 -6
  61. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/engine_schema.py +5 -6
  62. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/entity_config.py +5 -6
  63. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/entity_journey.py +5 -6
  64. shaped-2.0.8/shaped/autogen/models/entity_type.py +37 -0
  65. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/evaluation_config.py +8 -7
  66. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/exploration_reorder_step.py +5 -6
  67. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/expression_filter_step.py +5 -6
  68. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/factors.py +5 -6
  69. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/factors1.py +5 -6
  70. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/feature.py +5 -6
  71. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/feature_type.py +5 -6
  72. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/file_table_config.py +5 -6
  73. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/filter_config.py +5 -6
  74. shaped-2.0.8/shaped/autogen/models/filter_index_type.py +35 -0
  75. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/filter_retrieve_step.py +5 -6
  76. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/filter_step_explanation.py +5 -6
  77. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/filter_table.py +5 -6
  78. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/filter_type.py +5 -6
  79. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/global_filter.py +5 -6
  80. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/hidden_dropout_prob.py +5 -6
  81. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/hidden_size.py +5 -6
  82. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/hidden_size1.py +5 -6
  83. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/http_problem_response.py +5 -6
  84. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/http_validation_error.py +5 -6
  85. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/hugging_face_encoder.py +5 -6
  86. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/iceberg_table_config.py +5 -6
  87. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/index_config.py +36 -8
  88. shaped-2.0.8/shaped/autogen/models/index_type.py +38 -0
  89. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/inner_entity_id.py +5 -6
  90. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/inner_size.py +5 -6
  91. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/inner_size1.py +5 -6
  92. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/inner_uid.py +5 -6
  93. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/interaction_config.py +5 -6
  94. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/interaction_pooling_encoder.py +5 -6
  95. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/interaction_round_robin_encoder.py +5 -6
  96. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/item_attribute_pooling_encoder.py +5 -6
  97. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/journey.py +5 -6
  98. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/kafka_table_config.py +5 -6
  99. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/kinesis_table_config.py +5 -6
  100. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/kinesis_table_config_column_schema_value.py +5 -6
  101. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/label.py +5 -6
  102. shaped-2.0.8/shaped/autogen/models/label_type.py +35 -0
  103. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/laplace_smoothing.py +5 -6
  104. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/latency_scaling_policy.py +5 -6
  105. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/learning_rate.py +5 -6
  106. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/learning_rate1.py +5 -6
  107. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/learning_rate2.py +5 -6
  108. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/learning_rate3.py +5 -6
  109. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/lexical_search_mode.py +5 -6
  110. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/list_engines_response.py +5 -6
  111. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/list_tables_response.py +5 -6
  112. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/list_views_response.py +5 -6
  113. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/location_inner.py +5 -6
  114. shaped-2.0.8/shaped/autogen/models/loss_types.py +36 -0
  115. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/lr.py +5 -6
  116. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/lr1.py +5 -6
  117. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/lr2.py +5 -6
  118. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/max_depth.py +5 -6
  119. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/max_leaves.py +5 -6
  120. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/max_seq_length.py +5 -6
  121. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/max_seq_length1.py +5 -6
  122. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/max_seq_length2.py +5 -6
  123. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/mode.py +5 -6
  124. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/mode1.py +5 -6
  125. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/models_inner.py +5 -6
  126. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/mongo_db_table_config.py +5 -6
  127. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/mssql_table_config.py +5 -6
  128. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/my_sql_table_config.py +5 -6
  129. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_epochs.py +5 -6
  130. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_epochs1.py +5 -6
  131. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_epochs2.py +5 -6
  132. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_estimators.py +5 -6
  133. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_heads.py +5 -6
  134. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/n_layers.py +5 -6
  135. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/neg_per_positive.py +5 -6
  136. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/negative_samples_count.py +5 -6
  137. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/ngram_tokenizer.py +5 -6
  138. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/no_op_config.py +5 -6
  139. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/num_blocks.py +5 -6
  140. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/num_heads.py +5 -6
  141. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/num_leaves.py +5 -6
  142. shaped-2.0.8/shaped/autogen/models/objective.py +39 -0
  143. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/objective1.py +5 -6
  144. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/online_store_config.py +5 -6
  145. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/pagination_config.py +5 -6
  146. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/parameter_definition.py +5 -6
  147. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/parameters_value.py +5 -6
  148. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/passthrough_score.py +5 -6
  149. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/personal_filter.py +5 -6
  150. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/pipeline_stage_explanation.py +5 -6
  151. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/policy.py +5 -6
  152. shaped-2.0.8/shaped/autogen/models/pooling_function.py +36 -0
  153. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/postgres_table_config.py +5 -6
  154. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/posthog_table_config.py +5 -6
  155. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/prebuilt_filter_step.py +5 -6
  156. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/precomputed_item_embedding.py +5 -6
  157. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/precomputed_user_embedding.py +5 -6
  158. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query.py +5 -6
  159. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query1.py +5 -6
  160. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_config.py +5 -6
  161. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_definition.py +5 -6
  162. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_encoder.py +5 -6
  163. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_explanation.py +5 -6
  164. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_request.py +5 -6
  165. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_result.py +5 -6
  166. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/query_table_config.py +5 -6
  167. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/rank_item_attribute_values_query_config.py +5 -6
  168. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/rank_query_config.py +5 -6
  169. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/rank_query_config_filter_inner.py +5 -6
  170. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/recreate_rollout.py +5 -6
  171. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/redshift_table_config.py +5 -6
  172. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/reference_table_config.py +5 -6
  173. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/regularization.py +5 -6
  174. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/reorder_inner.py +5 -6
  175. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/reorder_step_explanation.py +5 -6
  176. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/request.py +5 -6
  177. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/request1.py +5 -6
  178. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/requests_per_second_scaling_policy.py +5 -6
  179. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/resource_config.py +5 -6
  180. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/response_get_view_details_views_view_name_get.py +5 -6
  181. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/result.py +5 -6
  182. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/result_embeddings_value.py +5 -6
  183. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/retrieval_scores_value.py +5 -6
  184. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/retrieve_inner.py +5 -6
  185. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/retrieve_step_explanation.py +5 -6
  186. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/retriever.py +5 -6
  187. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/retriever1.py +5 -6
  188. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/rollout_config.py +5 -6
  189. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/rudderstack_table_config.py +5 -6
  190. shaped-2.0.8/shaped/autogen/models/sampling_strategy.py +35 -0
  191. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/saved_query_info_response.py +5 -6
  192. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/saved_query_list_response.py +5 -6
  193. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/saved_query_request.py +5 -6
  194. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/schema_config.py +5 -6
  195. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/score.py +5 -6
  196. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/score_ensemble.py +5 -6
  197. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/score_step_explanation.py +5 -6
  198. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/search_config.py +5 -6
  199. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/segment_table_config.py +5 -6
  200. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/sequence_length.py +5 -6
  201. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/server_config.py +5 -6
  202. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/setup_engine_response.py +5 -6
  203. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_als_model_policy_als_model_policy_config.py +5 -6
  204. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_beeformer_model_policy_beeformer_model_policy_beeformer_model_policy_config.py +5 -6
  205. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_bert_model_policy_bert_model_policy_bert_model_policy_config.py +5 -6
  206. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_elsa_model_policy_elsa_model_policy_elsa_model_policy_config.py +5 -6
  207. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_gsasrec_model_policy_gsasrec_model_policy_gsas_rec_model_policy_config.py +5 -6
  208. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_item2vec_model_policy_item2_vec_model_policy_config.py +5 -6
  209. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_lightgbm_model_policy_lightgbm_model_policy_light_gbm_model_policy_config.py +5 -6
  210. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_ngram_model_policy_ngram_model_policy_config.py +5 -6
  211. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_rising_popular_policy_rising_popular_policy_config.py +5 -6
  212. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_sasrec_model_policy_sasrec_model_policy_sas_rec_model_policy_config.py +5 -6
  213. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_svd_model_policy_svd_model_policy_config.py +5 -6
  214. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_two_tower_model_policy_two_tower_model_policy_two_tower_model_policy_config.py +5 -6
  215. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_widedeep_model_policy_wide_deep_model_policy_config.py +5 -6
  216. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shaped_internal_recsys_policies_xgboost_model_policy_xg_boost_model_policy_config.py +5 -6
  217. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/shopify_table_config.py +5 -6
  218. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/similarity_retrieve_step.py +5 -6
  219. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/snowflake_table_config.py +5 -6
  220. shaped-2.0.8/shaped/autogen/models/sql_transform_type.py +36 -0
  221. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/sql_view_config.py +5 -6
  222. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/stemmer_tokenizer.py +5 -6
  223. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/step_explanation.py +5 -6
  224. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/steps_inner.py +5 -6
  225. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/strategy.py +5 -6
  226. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/table.py +5 -6
  227. shaped-2.0.8/shaped/autogen/models/table_deployment_type.py +37 -0
  228. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/table_insert_arguments.py +5 -6
  229. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/table_insert_response.py +5 -6
  230. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/text_search_retrieve_step.py +5 -6
  231. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/time_frequency.py +5 -6
  232. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/time_window.py +5 -6
  233. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tokenizer.py +5 -6
  234. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/trained_model_encoder.py +5 -6
  235. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/training_compute_config.py +7 -10
  236. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/training_config.py +5 -6
  237. shaped-2.0.8/shaped/autogen/models/training_strategy.py +36 -0
  238. shaped-2.0.8/shaped/autogen/models/transform_status.py +40 -0
  239. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/truncate_filter_step.py +5 -6
  240. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tunable_bool.py +5 -6
  241. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tunable_float.py +5 -6
  242. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tunable_int.py +5 -6
  243. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tunable_int_categorical.py +5 -6
  244. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tunable_string.py +5 -6
  245. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/tuning_config.py +5 -6
  246. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/update_table_response.py +5 -6
  247. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/update_view_response.py +5 -6
  248. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/user_attribute_pooling_encoder.py +5 -6
  249. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/user_inner.py +5 -6
  250. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/val_split.py +5 -6
  251. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/validation_error.py +5 -6
  252. shaped-2.0.8/shaped/autogen/models/value_type.py +49 -0
  253. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/vector_search_mode.py +5 -6
  254. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/view.py +5 -6
  255. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/view_details_ai.py +5 -6
  256. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/view_details_ai_schema_value.py +5 -6
  257. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/view_details_sql.py +5 -6
  258. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/weight_decay.py +5 -6
  259. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/whitespace_tokenizer.py +5 -6
  260. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/models/window_size.py +5 -6
  261. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/rest.py +5 -6
  262. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/PKG-INFO +1 -1
  263. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/SOURCES.txt +4 -50
  264. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_v2.py +2 -2
  265. shaped-2.0.4/shaped/autogen/models/ascending.py +0 -148
  266. shaped-2.0.4/shaped/autogen/models/candidate_retrieval_strategy.py +0 -41
  267. shaped-2.0.4/shaped/autogen/models/data_split_strategy.py +0 -37
  268. shaped-2.0.4/shaped/autogen/models/data_tier.py +0 -37
  269. shaped-2.0.4/shaped/autogen/models/distance_function.py +0 -38
  270. shaped-2.0.4/shaped/autogen/models/encoding_pooling_strategy.py +0 -38
  271. shaped-2.0.4/shaped/autogen/models/engine_schema_user_inner.py +0 -146
  272. shaped-2.0.4/shaped/autogen/models/entity_type.py +0 -38
  273. shaped-2.0.4/shaped/autogen/models/filter_dataset.py +0 -164
  274. shaped-2.0.4/shaped/autogen/models/filter_index_type.py +0 -36
  275. shaped-2.0.4/shaped/autogen/models/label_type.py +0 -36
  276. shaped-2.0.4/shaped/autogen/models/loss_types.py +0 -37
  277. shaped-2.0.4/shaped/autogen/models/mode2.py +0 -150
  278. shaped-2.0.4/shaped/autogen/models/objective.py +0 -40
  279. shaped-2.0.4/shaped/autogen/models/pool_fn.py +0 -152
  280. shaped-2.0.4/shaped/autogen/models/pooling_function.py +0 -37
  281. shaped-2.0.4/shaped/autogen/models/query_any_of.py +0 -172
  282. shaped-2.0.4/shaped/autogen/models/rank_query_config_reorder_inner.py +0 -186
  283. shaped-2.0.4/shaped/autogen/models/rank_query_config_retrieve_inner.py +0 -265
  284. shaped-2.0.4/shaped/autogen/models/sampling_strategy.py +0 -36
  285. shaped-2.0.4/shaped/autogen/models/score_ensemble_policy_config.py +0 -165
  286. shaped-2.0.4/shaped/autogen/models/score_ensemble_policy_config_policies_inner.py +0 -755
  287. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_chronological_model_policy_chronological_model_policy_config.py +0 -156
  288. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_item_content_similarity_model_policy_item_content_similarity_model_policy_config.py +0 -195
  289. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_popular_model_policy_popular_model_policy_config.py +0 -161
  290. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_random_model_policy_random_model_policy_config.py +0 -108
  291. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_recently_popular_policy_recently_popular_policy_config.py +0 -143
  292. shaped-2.0.4/shaped/autogen/models/shaped_internal_recsys_policies_user_item_content_similarity_model_policy_user_item_content_similarity_model_policy_config.py +0 -153
  293. shaped-2.0.4/shaped/autogen/models/sql_transform_type.py +0 -37
  294. shaped-2.0.4/shaped/autogen/models/table_deployment_type.py +0 -38
  295. shaped-2.0.4/shaped/autogen/models/text_encoding.py +0 -148
  296. shaped-2.0.4/shaped/autogen/models/time_window_in_days.py +0 -154
  297. shaped-2.0.4/shaped/autogen/models/training_config_models_inner.py +0 -540
  298. shaped-2.0.4/shaped/autogen/models/training_strategy.py +0 -37
  299. shaped-2.0.4/shaped/autogen/models/transform_status.py +0 -41
  300. shaped-2.0.4/shaped/autogen/models/trending_mode.py +0 -37
  301. shaped-2.0.4/shaped/autogen/models/type.py +0 -150
  302. shaped-2.0.4/shaped/autogen/models/validation_error_loc_inner.py +0 -150
  303. shaped-2.0.4/shaped/autogen/models/value_type.py +0 -50
  304. shaped-2.0.4/shaped/autogen/models/view_status.py +0 -41
  305. {shaped-2.0.4 → shaped-2.0.8}/README.md +0 -0
  306. {shaped-2.0.4 → shaped-2.0.8}/pyproject.toml +0 -0
  307. {shaped-2.0.4 → shaped-2.0.8}/setup.cfg +0 -0
  308. {shaped-2.0.4 → shaped-2.0.8}/shaped/__init__.py +0 -0
  309. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api/__init__.py +0 -0
  310. {shaped-2.0.4 → shaped-2.0.8}/shaped/autogen/api_response.py +0 -0
  311. {shaped-2.0.4 → shaped-2.0.8}/shaped/cli/__init__.py +0 -0
  312. {shaped-2.0.4 → shaped-2.0.8}/shaped/cli/shaped_cli.py +0 -0
  313. {shaped-2.0.4 → shaped-2.0.8}/shaped/client.py +0 -0
  314. {shaped-2.0.4 → shaped-2.0.8}/shaped/config_builders.py +0 -0
  315. {shaped-2.0.4 → shaped-2.0.8}/shaped/query_builder.py +0 -0
  316. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/dependency_links.txt +0 -0
  317. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/entry_points.txt +0 -0
  318. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/requires.txt +0 -0
  319. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/top_level.txt +0 -0
  320. {shaped-2.0.4 → shaped-2.0.8}/shaped.egg-info/zip-safe +0 -0
  321. {shaped-2.0.4 → shaped-2.0.8}/tests/test_cli.py +0 -0
  322. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_production.py +0 -0
  323. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_query_comprehensive.py +0 -0
  324. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_v2_edge_cases.py +0 -0
  325. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_v2_errors.py +0 -0
  326. {shaped-2.0.4 → shaped-2.0.8}/tests/test_client_v2_integration.py +0 -0
  327. {shaped-2.0.4 → shaped-2.0.8}/tests/test_config_builders.py +0 -0
  328. {shaped-2.0.4 → shaped-2.0.8}/tests/test_query_builder_comprehensive.py +0 -0
  329. {shaped-2.0.4 → shaped-2.0.8}/tests/test_query_builder_v2.py +0 -0
  330. {shaped-2.0.4 → shaped-2.0.8}/tests/test_query_builder_v2_edge_cases.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: shaped
3
- Version: 2.0.4
3
+ Version: 2.0.8
4
4
  Summary: CLI and SDK tools for interacting with the Shaped API.
5
5
  Home-page: https://github.com/shaped-ai/magnus
6
6
  Author: Shaped Team
@@ -7,7 +7,7 @@ from setuptools import find_packages, setup
7
7
 
8
8
  with open("README.md") as f:
9
9
  long_description = f.read()
10
- version = "2.0.4"
10
+ version = "2.0.8"
11
11
  setup(
12
12
  name="shaped",
13
13
  version=version,
@@ -3,15 +3,14 @@
3
3
  # flake8: noqa
4
4
 
5
5
  """
6
- Shaped API
6
+ Shaped API
7
7
 
8
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
8
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
9
9
 
10
- The version of the OpenAPI document: 2.0.4
11
- Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
12
11
 
13
- Do not edit the class manually.
14
- """ # noqa: E501
12
+ Do not edit the class manually.
13
+ """ # noqa: E501
15
14
 
16
15
 
17
16
  __version__ = "1.0.0"
@@ -50,6 +49,7 @@ __all__ = [
50
49
  "CandidateIdsRetrieveStep",
51
50
  "CandidateRetrievalStrategy",
52
51
  "ClickhouseTableConfig",
52
+ "ColumnIndexConfig",
53
53
  "ColumnOrderRetrieveStep",
54
54
  "ColumnOrdering",
55
55
  "CreateTableResponse",
@@ -106,6 +106,7 @@ __all__ = [
106
106
  "HuggingFaceEncoder",
107
107
  "IcebergTableConfig",
108
108
  "IndexConfig",
109
+ "IndexType",
109
110
  "InnerEntityId",
110
111
  "InnerSize",
111
112
  "InnerSize1",
@@ -317,6 +318,7 @@ from shaped.autogen.models.candidate_attributes_retrieve_step import CandidateAt
317
318
  from shaped.autogen.models.candidate_ids_retrieve_step import CandidateIdsRetrieveStep as CandidateIdsRetrieveStep
318
319
  from shaped.autogen.models.candidate_retrieval_strategy import CandidateRetrievalStrategy as CandidateRetrievalStrategy
319
320
  from shaped.autogen.models.clickhouse_table_config import ClickhouseTableConfig as ClickhouseTableConfig
321
+ from shaped.autogen.models.column_index_config import ColumnIndexConfig as ColumnIndexConfig
320
322
  from shaped.autogen.models.column_order_retrieve_step import ColumnOrderRetrieveStep as ColumnOrderRetrieveStep
321
323
  from shaped.autogen.models.column_ordering import ColumnOrdering as ColumnOrdering
322
324
  from shaped.autogen.models.create_table_response import CreateTableResponse as CreateTableResponse
@@ -373,6 +375,7 @@ from shaped.autogen.models.http_problem_response import HttpProblemResponse as H
373
375
  from shaped.autogen.models.hugging_face_encoder import HuggingFaceEncoder as HuggingFaceEncoder
374
376
  from shaped.autogen.models.iceberg_table_config import IcebergTableConfig as IcebergTableConfig
375
377
  from shaped.autogen.models.index_config import IndexConfig as IndexConfig
378
+ from shaped.autogen.models.index_type import IndexType as IndexType
376
379
  from shaped.autogen.models.inner_entity_id import InnerEntityId as InnerEntityId
377
380
  from shaped.autogen.models.inner_size import InnerSize as InnerSize
378
381
  from shaped.autogen.models.inner_size1 import InnerSize1 as InnerSize1
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
  import warnings
15
14
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
  import warnings
15
14
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
  import warnings
15
14
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
  import warnings
15
14
  from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  import datetime
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  import copy
@@ -505,7 +504,7 @@ class Configuration:
505
504
  return "Python SDK Debug Report:\n"\
506
505
  "OS: {env}\n"\
507
506
  "Python Version: {pyversion}\n"\
508
- "Version of the API: 2.0.4\n"\
507
+ "Version of the API: 2.0.8\n"\
509
508
  "SDK Package Version: 1.0.0".\
510
509
  format(env=sys.platform, pyversion=sys.version)
511
510
 
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
  from typing import Any, Optional
15
14
  from typing_extensions import Self
@@ -2,15 +2,14 @@
2
2
 
3
3
  # flake8: noqa
4
4
  """
5
- Shaped API
5
+ Shaped API
6
6
 
7
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
8
8
 
9
- The version of the OpenAPI document: 2.0.4
10
- Generated by OpenAPI Generator (https://openapi-generator.tech)
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
11
10
 
12
- Do not edit the class manually.
13
- """ # noqa: E501
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
14
13
 
15
14
  # import models into model package
16
15
  from shaped.autogen.models.ai_enrichment_view_config import AIEnrichmentViewConfig
@@ -32,6 +31,7 @@ from shaped.autogen.models.candidate_attributes_retrieve_step import CandidateAt
32
31
  from shaped.autogen.models.candidate_ids_retrieve_step import CandidateIdsRetrieveStep
33
32
  from shaped.autogen.models.candidate_retrieval_strategy import CandidateRetrievalStrategy
34
33
  from shaped.autogen.models.clickhouse_table_config import ClickhouseTableConfig
34
+ from shaped.autogen.models.column_index_config import ColumnIndexConfig
35
35
  from shaped.autogen.models.column_order_retrieve_step import ColumnOrderRetrieveStep
36
36
  from shaped.autogen.models.column_ordering import ColumnOrdering
37
37
  from shaped.autogen.models.create_table_response import CreateTableResponse
@@ -88,6 +88,7 @@ from shaped.autogen.models.http_problem_response import HttpProblemResponse
88
88
  from shaped.autogen.models.hugging_face_encoder import HuggingFaceEncoder
89
89
  from shaped.autogen.models.iceberg_table_config import IcebergTableConfig
90
90
  from shaped.autogen.models.index_config import IndexConfig
91
+ from shaped.autogen.models.index_type import IndexType
91
92
  from shaped.autogen.models.inner_entity_id import InnerEntityId
92
93
  from shaped.autogen.models.inner_size import InnerSize
93
94
  from shaped.autogen.models.inner_size1 import InnerSize1
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations
@@ -1,15 +1,14 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- Shaped API
4
+ Shaped API
5
5
 
6
- Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
6
+ Welcome to Shaped's API reference docs. These provide a detailed view of the endpoints and CLI commands that Shaped provides and brief explanations of how they should be used. The Shaped API has four main endpoints: **Tables** - Provision and manage batch and real-time data connectors. **Views** - Configure SQL transformations and AI enrichment on your input data. Use SQL to combine multiple data sources or use an LLM to add new categories, extract specific attributes from descriptions, etc. **Engines** - Deploy and manage your relevance engines. The Engine API exposes configuration for indexing logic, input datasets, externam embeddings, and more. **Query** - Execute queries against your engines, to return data based on an input query or rerank an existing list. The Query API exposes the retrieve, filter, score, and ranking steps of the 4-stage ranking architecture. The base URL for each endpoint is: `https://api.shaped.ai/v2`
7
7
 
8
- The version of the OpenAPI document: 2.0.4
9
- Generated by OpenAPI Generator (https://openapi-generator.tech)
8
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
9
 
11
- Do not edit the class manually.
12
- """ # noqa: E501
10
+ Do not edit the class manually.
11
+ """ # noqa: E501
13
12
 
14
13
 
15
14
  from __future__ import annotations