abacusai 1.4.11__tar.gz → 1.4.12__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of abacusai might be problematic. Click here for more details.

Files changed (845) hide show
  1. {abacusai-1.4.11/abacusai.egg-info → abacusai-1.4.12}/PKG-INFO +1 -1
  2. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/__init__.py +4 -1
  3. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/blob_input.py +2 -2
  4. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/dataset_application_connector.py +7 -0
  5. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/enums.py +13 -0
  6. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/feature_group.py +16 -0
  7. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/segments.py +2 -57
  8. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction.py +1 -1
  9. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction_version.py +1 -1
  10. abacusai-1.4.12/abacusai/bot_info.py +34 -0
  11. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/client.py +29 -33
  12. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment.py +2 -3
  13. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation.py +10 -15
  14. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever.py +3 -2
  15. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/external_application.py +7 -5
  16. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/extracted_fields.py +2 -2
  17. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group.py +1 -1
  18. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_client.py +5 -4
  19. abacusai-1.4.12/abacusai/routing_action.py +39 -0
  20. abacusai-1.4.12/abacusai/template_node_details.py +39 -0
  21. abacusai-1.4.12/abacusai/video_gen_settings.py +45 -0
  22. {abacusai-1.4.11 → abacusai-1.4.12/abacusai.egg-info}/PKG-INFO +1 -1
  23. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/SOURCES.txt +3 -0
  24. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +12 -0
  25. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +6 -0
  26. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +20 -0
  27. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +48 -0
  28. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/client/index.rst.txt +56 -4
  29. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +3 -3
  30. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +6 -1
  31. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +6 -1
  32. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +18 -0
  33. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/index.rst.txt +182 -14
  34. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +16 -1
  35. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +33 -3
  36. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +6 -1
  37. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +17 -2
  38. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/document_retriever/index.html +6 -0
  39. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/enums/index.html +20 -0
  40. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/index.html +575 -524
  41. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/client/index.html +69 -3
  42. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment/index.html +2 -2
  43. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_config/index.html +7 -1
  44. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_application/index.html +7 -1
  45. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group/index.html +22 -0
  46. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/index.html +596 -370
  47. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_response/index.html +19 -1
  48. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_client/index.html +40 -2
  49. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/workflow_node_template/index.html +7 -1
  50. {abacusai-1.4.11 → abacusai-1.4.12}/docs/genindex.html +179 -51
  51. abacusai-1.4.12/docs/objects.inv +0 -0
  52. abacusai-1.4.12/docs/searchindex.js +1 -0
  53. {abacusai-1.4.11 → abacusai-1.4.12}/setup.py +1 -1
  54. abacusai-1.4.11/abacusai/bot_info.py +0 -41
  55. abacusai-1.4.11/docs/objects.inv +0 -0
  56. abacusai-1.4.11/docs/searchindex.js +0 -1
  57. {abacusai-1.4.11 → abacusai-1.4.12}/.gitignore +0 -0
  58. {abacusai-1.4.11 → abacusai-1.4.12}/LICENSE +0 -0
  59. {abacusai-1.4.11 → abacusai-1.4.12}/README.md +0 -0
  60. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/abacus_api.py +0 -0
  61. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/address.py +0 -0
  62. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent.py +0 -0
  63. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_chat_message.py +0 -0
  64. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_conversation.py +0 -0
  65. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_data_document_info.py +0 -0
  66. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_data_execution_result.py +0 -0
  67. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_version.py +0 -0
  68. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/ai_building_task.py +0 -0
  69. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/algorithm.py +0 -0
  70. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation.py +0 -0
  71. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_config.py +0 -0
  72. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_document.py +0 -0
  73. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_entry.py +0 -0
  74. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotations_status.py +0 -0
  75. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/__init__.py +0 -0
  76. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/abstract.py +0 -0
  77. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/ai_agents.py +0 -0
  78. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/ai_chat.py +0 -0
  79. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/batch_prediction.py +0 -0
  80. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/connectors.py +0 -0
  81. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/dataset.py +0 -0
  82. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/deployment.py +0 -0
  83. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/document_retriever.py +0 -0
  84. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/model.py +0 -0
  85. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/monitor.py +0 -0
  86. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/monitor_alert.py +0 -0
  87. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/project.py +0 -0
  88. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/python_functions.py +0 -0
  89. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/refresh.py +0 -0
  90. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_client_utils.py +0 -0
  91. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_endpoint.py +0 -0
  92. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_key.py +0 -0
  93. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/app_user_group.py +0 -0
  94. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/application_connector.py +0 -0
  95. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction_version_logs.py +0 -0
  96. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/categorical_range_violation.py +0 -0
  97. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chat_message.py +0 -0
  98. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chat_session.py +0 -0
  99. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chatllm_referral_invite.py +0 -0
  100. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/code_source.py +0 -0
  101. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/concatenation_config.py +0 -0
  102. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/cpu_gpu_memory_specs.py +0 -0
  103. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/cryptography.py +0 -0
  104. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_chat_instructions.py +0 -0
  105. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_loss_function.py +0 -0
  106. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_metric.py +0 -0
  107. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_metric_version.py +0 -0
  108. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_train_function_info.py +0 -0
  109. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_consistency_duplication.py +0 -0
  110. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_metrics.py +0 -0
  111. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_prep_logs.py +0 -0
  112. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_quality_results.py +0 -0
  113. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_upload_result.py +0 -0
  114. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_column_feature_mapping.py +0 -0
  115. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector.py +0 -0
  116. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector_column.py +0 -0
  117. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector_schema.py +0 -0
  118. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset.py +0 -0
  119. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_column.py +0 -0
  120. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_version.py +0 -0
  121. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_version_logs.py +0 -0
  122. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_auth_token.py +0 -0
  123. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation_event.py +0 -0
  124. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation_export.py +0 -0
  125. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_statistics.py +0 -0
  126. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_data.py +0 -0
  127. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_config.py +0 -0
  128. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_lookup_result.py +0 -0
  129. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_version.py +0 -0
  130. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/drift_distribution.py +0 -0
  131. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/drift_distributions.py +0 -0
  132. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda.py +0 -0
  133. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_chart_description.py +0 -0
  134. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_collinearity.py +0 -0
  135. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_data_consistency.py +0 -0
  136. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_feature_association.py +0 -0
  137. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_feature_collinearity.py +0 -0
  138. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_forecasting_analysis.py +0 -0
  139. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_version.py +0 -0
  140. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/embedding_feature_drift_distribution.py +0 -0
  141. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/execute_feature_group_operation.py +0 -0
  142. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/external_invite.py +0 -0
  143. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature.py +0 -0
  144. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_distribution.py +0 -0
  145. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_drift_record.py +0 -0
  146. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_drift_summary.py +0 -0
  147. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_document.py +0 -0
  148. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export.py +0 -0
  149. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export_config.py +0 -0
  150. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export_download_url.py +0 -0
  151. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_lineage.py +0 -0
  152. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_refresh_export_config.py +0 -0
  153. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row.py +0 -0
  154. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process.py +0 -0
  155. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process_logs.py +0 -0
  156. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process_summary.py +0 -0
  157. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_template.py +0 -0
  158. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_template_variable_options.py +0 -0
  159. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_version.py +0 -0
  160. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_version_logs.py +0 -0
  161. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_importance.py +0 -0
  162. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_mapping.py +0 -0
  163. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_performance_analysis.py +0 -0
  164. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_record.py +0 -0
  165. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector.py +0 -0
  166. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector_instructions.py +0 -0
  167. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector_verification.py +0 -0
  168. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/finetuned_pretrained_model.py +0 -0
  169. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_analysis_graph_data.py +0 -0
  170. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_monitor_item_analysis.py +0 -0
  171. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_monitor_summary.py +0 -0
  172. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/function_logs.py +0 -0
  173. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/generated_pit_feature_config_option.py +0 -0
  174. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/global_context.py +0 -0
  175. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/graph_dashboard.py +0 -0
  176. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/holdout_analysis.py +0 -0
  177. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/holdout_analysis_version.py +0 -0
  178. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/hosted_model_token.py +0 -0
  179. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/indexing_config.py +0 -0
  180. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
  181. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/inferred_feature_mappings.py +0 -0
  182. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/item_statistics.py +0 -0
  183. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_app.py +0 -0
  184. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_code_block.py +0 -0
  185. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_execution_preview.py +0 -0
  186. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_execution_result.py +0 -0
  187. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_generated_code.py +0 -0
  188. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_input.py +0 -0
  189. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_parameters.py +0 -0
  190. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_response.py +0 -0
  191. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/memory_options.py +0 -0
  192. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/messaging_connector_response.py +0 -0
  193. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model.py +0 -0
  194. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_artifacts_export.py +0 -0
  195. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_blueprint_export.py +0 -0
  196. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_blueprint_stage.py +0 -0
  197. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_location.py +0 -0
  198. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_metrics.py +0 -0
  199. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor.py +0 -0
  200. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_org_summary.py +0 -0
  201. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_summary.py +0 -0
  202. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_summary_from_org.py +0 -0
  203. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_version.py +0 -0
  204. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_version_metric_data.py +0 -0
  205. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_training_type_for_deployment.py +0 -0
  206. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_upload.py +0 -0
  207. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_version.py +0 -0
  208. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_version_feature_group_schema.py +0 -0
  209. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/modification_lock_info.py +0 -0
  210. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/module.py +0 -0
  211. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_alert.py +0 -0
  212. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_alert_version.py +0 -0
  213. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_drift_and_distributions.py +0 -0
  214. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/natural_language_explanation.py +0 -0
  215. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/nested_feature.py +0 -0
  216. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/nested_feature_schema.py +0 -0
  217. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/news_search_result.py +0 -0
  218. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/notebook_completion.py +0 -0
  219. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/notebook_template.py +0 -0
  220. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/null_violation.py +0 -0
  221. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_external_application_settings.py +0 -0
  222. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_group.py +0 -0
  223. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_search_result.py +0 -0
  224. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_secret.py +0 -0
  225. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/page_data.py +0 -0
  226. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline.py +0 -0
  227. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_reference.py +0 -0
  228. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step.py +0 -0
  229. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version.py +0 -0
  230. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version_logs.py +0 -0
  231. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version_reference.py +0 -0
  232. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_version.py +0 -0
  233. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_version_logs.py +0 -0
  234. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_feature.py +0 -0
  235. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_feature_info.py +0 -0
  236. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_group.py +0 -0
  237. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_group_feature.py +0 -0
  238. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_dataset.py +0 -0
  239. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_feature_group.py +0 -0
  240. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_input.py +0 -0
  241. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_log_record.py +0 -0
  242. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_operator.py +0 -0
  243. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_operator_version.py +0 -0
  244. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/problem_type.py +0 -0
  245. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project.py +0 -0
  246. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_config.py +0 -0
  247. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group.py +0 -0
  248. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group_schema.py +0 -0
  249. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group_schema_version.py +0 -0
  250. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_validation.py +0 -0
  251. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_function.py +0 -0
  252. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_function_validator.py +0 -0
  253. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_plot_function.py +0 -0
  254. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/range_violation.py +0 -0
  255. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/realtime_monitor.py +0 -0
  256. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_pipeline_run.py +0 -0
  257. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_policy.py +0 -0
  258. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_schedule.py +0 -0
  259. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/requirements.txt +0 -0
  260. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/resolved_feature_group_template.py +0 -0
  261. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/return_class.py +0 -0
  262. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/schema.py +0 -0
  263. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_auth_token.py +0 -0
  264. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_client.py +0 -0
  265. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_connector.py +0 -0
  266. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_row_count.py +0 -0
  267. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_sample_code.py +0 -0
  268. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/test_point_predictions.py +0 -0
  269. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/tone_details.py +0 -0
  270. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/training_config_options.py +0 -0
  271. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/twitter_search_result.py +0 -0
  272. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/upload.py +0 -0
  273. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/upload_part.py +0 -0
  274. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/use_case.py +0 -0
  275. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/use_case_requirements.py +0 -0
  276. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/user.py +0 -0
  277. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/user_exception.py +0 -0
  278. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/video_search_result.py +0 -0
  279. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/web_search_response.py +0 -0
  280. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/web_search_result.py +0 -0
  281. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/webhook.py +0 -0
  282. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/workflow_node_template.py +0 -0
  283. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/dependency_links.txt +0 -0
  284. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/requires.txt +0 -0
  285. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/top_level.txt +0 -0
  286. {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/zip-safe +0 -0
  287. {abacusai-1.4.11 → abacusai-1.4.12}/docs/.buildinfo +0 -0
  288. {abacusai-1.4.11 → abacusai-1.4.12}/docs/.nojekyll +0 -0
  289. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
  290. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
  291. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
  292. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
  293. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
  294. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
  295. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
  296. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
  297. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
  298. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
  299. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  300. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  301. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  302. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
  303. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  304. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  305. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  306. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
  307. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
  308. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
  309. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
  310. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
  311. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  312. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
  313. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  314. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  315. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
  316. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
  317. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
  318. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
  319. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
  320. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  321. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
  322. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
  323. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  324. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  325. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  326. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
  327. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  328. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  329. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  330. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
  331. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
  332. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  333. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  334. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  335. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
  336. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
  337. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  338. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  339. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
  340. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  341. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
  342. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  343. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  344. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  345. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  346. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  347. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  348. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
  349. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  350. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  351. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
  352. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
  353. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  354. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
  355. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
  356. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  357. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  358. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  359. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
  360. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  361. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
  362. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
  363. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
  364. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
  365. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  366. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  367. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
  368. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
  369. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
  370. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
  371. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  372. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  373. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  374. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  375. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  376. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  377. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  378. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  379. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  380. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  381. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  382. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  383. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  384. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  385. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  386. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  387. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
  388. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
  389. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
  390. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  391. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
  392. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
  393. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  394. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
  395. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  396. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  397. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  398. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  399. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  400. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
  401. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
  402. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
  403. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
  404. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
  405. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  406. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  407. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  408. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
  409. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  410. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
  411. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
  412. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  413. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  414. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  415. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  416. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
  417. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  418. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
  419. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
  420. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  421. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  422. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
  423. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  424. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
  425. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
  426. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
  427. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  428. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
  429. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
  430. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  431. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  432. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  433. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
  434. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  435. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
  436. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
  437. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
  438. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  439. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
  440. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  441. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
  442. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
  443. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  444. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  445. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  446. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  447. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  448. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  449. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  450. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  451. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  452. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  453. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  454. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  455. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  456. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  457. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  458. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
  459. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  460. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  461. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  462. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  463. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
  464. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  465. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  466. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
  467. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
  468. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  469. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  470. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  471. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
  472. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  473. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
  474. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
  475. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
  476. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  477. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  478. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  479. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  480. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
  481. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  482. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  483. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
  484. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  485. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
  486. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  487. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  488. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  489. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  490. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  491. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
  492. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  493. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  494. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
  495. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
  496. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  497. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  498. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  499. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
  500. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  501. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
  502. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
  503. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
  504. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  505. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  506. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  507. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  508. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  509. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
  510. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  511. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  512. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  513. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  514. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  515. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  516. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
  517. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  518. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  519. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  520. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
  521. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
  522. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
  523. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
  524. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  525. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
  526. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  527. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  528. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  529. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  530. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  531. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  532. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  533. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
  534. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
  535. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
  536. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
  537. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
  538. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
  539. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
  540. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  541. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/index.rst.txt +0 -0
  542. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  543. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/basic.css +0 -0
  544. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/badge_only.css +0 -0
  545. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  546. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  547. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  548. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  549. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  550. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  551. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  552. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  553. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  554. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  555. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  556. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold.woff +0 -0
  557. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  558. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  559. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  560. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal.woff +0 -0
  561. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  562. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/theme.css +0 -0
  563. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/doctools.js +0 -0
  564. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/documentation_options.js +0 -0
  565. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/file.png +0 -0
  566. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/graphviz.css +0 -0
  567. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery-3.5.1.js +0 -0
  568. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery-3.6.0.js +0 -0
  569. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery.js +0 -0
  570. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/badge_only.js +0 -0
  571. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  572. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/html5shiv.min.js +0 -0
  573. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/theme.js +0 -0
  574. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/language_data.js +0 -0
  575. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/minus.png +0 -0
  576. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/plus.png +0 -0
  577. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/pygments.css +0 -0
  578. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/searchtools.js +0 -0
  579. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/sphinx_highlight.js +0 -0
  580. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/underscore-1.13.1.js +0 -0
  581. {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/underscore.js +0 -0
  582. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
  583. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/address/index.html +0 -0
  584. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent/index.html +0 -0
  585. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
  586. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
  587. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
  588. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
  589. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
  590. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_version/index.html +0 -0
  591. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
  592. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/algorithm/index.html +0 -0
  593. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation/index.html +0 -0
  594. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
  595. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
  596. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
  597. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
  598. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  599. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
  600. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
  601. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
  602. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
  603. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
  604. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  605. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
  606. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  607. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  608. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
  609. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
  610. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
  611. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
  612. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
  613. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  614. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
  615. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
  616. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
  617. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
  618. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_key/index.html +0 -0
  619. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
  620. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/application_connector/index.html +0 -0
  621. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
  622. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
  623. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
  624. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/bot_info/index.html +0 -0
  625. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
  626. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  627. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_message/index.html +0 -0
  628. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_session/index.html +0 -0
  629. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
  630. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/code_source/index.html +0 -0
  631. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
  632. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
  633. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/cryptography/index.html +0 -0
  634. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
  635. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
  636. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
  637. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
  638. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
  639. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
  640. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  641. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
  642. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
  643. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
  644. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
  645. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
  646. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector/index.html +0 -0
  647. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
  648. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
  649. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset/index.html +0 -0
  650. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
  651. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
  652. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
  653. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
  654. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
  655. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
  656. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
  657. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
  658. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document/index.html +0 -0
  659. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
  660. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_data/index.html +0 -0
  661. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
  662. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
  663. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
  664. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_store/index.html +0 -0
  665. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
  666. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
  667. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
  668. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda/index.html +0 -0
  669. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
  670. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
  671. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
  672. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
  673. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
  674. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
  675. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  676. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_version/index.html +0 -0
  677. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
  678. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
  679. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  680. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_invite/index.html +0 -0
  681. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
  682. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
  683. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature/index.html +0 -0
  684. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
  685. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
  686. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
  687. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
  688. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
  689. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
  690. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
  691. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
  692. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  693. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
  694. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
  695. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
  696. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
  697. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
  698. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
  699. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
  700. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
  701. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
  702. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
  703. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
  704. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
  705. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_record/index.html +0 -0
  706. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector/index.html +0 -0
  707. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
  708. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
  709. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
  710. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
  711. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
  712. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
  713. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/function_logs/index.html +0 -0
  714. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
  715. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/global_context/index.html +0 -0
  716. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
  717. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
  718. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
  719. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
  720. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
  721. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
  722. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
  723. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
  724. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  725. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  726. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_app/index.html +0 -0
  727. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
  728. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
  729. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
  730. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
  731. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_input/index.html +0 -0
  732. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
  733. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
  734. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/memory_options/index.html +0 -0
  735. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
  736. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model/index.html +0 -0
  737. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
  738. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
  739. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
  740. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_location/index.html +0 -0
  741. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
  742. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
  743. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
  744. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
  745. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
  746. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
  747. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
  748. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
  749. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_upload/index.html +0 -0
  750. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_version/index.html +0 -0
  751. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
  752. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
  753. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/module/index.html +0 -0
  754. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
  755. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
  756. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
  757. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
  758. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
  759. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
  760. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
  761. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  762. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  763. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/null_violation/index.html +0 -0
  764. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
  765. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_group/index.html +0 -0
  766. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
  767. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
  768. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/page_data/index.html +0 -0
  769. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline/index.html +0 -0
  770. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
  771. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
  772. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
  773. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
  774. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
  775. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
  776. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
  777. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
  778. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
  779. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
  780. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
  781. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
  782. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
  783. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
  784. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
  785. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
  786. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
  787. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
  788. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
  789. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  790. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/problem_type/index.html +0 -0
  791. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project/index.html +0 -0
  792. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_config/index.html +0 -0
  793. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
  794. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
  795. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
  796. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
  797. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_validation/index.html +0 -0
  798. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_function/index.html +0 -0
  799. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
  800. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
  801. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/range_violation/index.html +0 -0
  802. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
  803. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
  804. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
  805. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
  806. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
  807. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/return_class/index.html +0 -0
  808. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/schema/index.html +0 -0
  809. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
  810. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
  811. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
  812. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
  813. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
  814. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
  815. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
  816. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/tone_details/index.html +0 -0
  817. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
  818. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
  819. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/type_violation/index.html +0 -0
  820. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/upload/index.html +0 -0
  821. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/upload_part/index.html +0 -0
  822. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/use_case/index.html +0 -0
  823. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
  824. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/user/index.html +0 -0
  825. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/user_exception/index.html +0 -0
  826. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store/index.html +0 -0
  827. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
  828. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
  829. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
  830. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
  831. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
  832. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
  833. {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/webhook/index.html +0 -0
  834. {abacusai-1.4.11 → abacusai-1.4.12}/docs/index.html +0 -0
  835. {abacusai-1.4.11 → abacusai-1.4.12}/docs/py-modindex.html +0 -0
  836. {abacusai-1.4.11 → abacusai-1.4.12}/docs/search.html +0 -0
  837. {abacusai-1.4.11 → abacusai-1.4.12}/examples/example_gen_ai_commands.ipynb +0 -0
  838. {abacusai-1.4.11 → abacusai-1.4.12}/examples/fullscript.py +0 -0
  839. {abacusai-1.4.11 → abacusai-1.4.12}/examples/prompting_iteration.ipynb +0 -0
  840. {abacusai-1.4.11 → abacusai-1.4.12}/featurestore.md +0 -0
  841. {abacusai-1.4.11 → abacusai-1.4.12}/requirements.txt +0 -0
  842. {abacusai-1.4.11 → abacusai-1.4.12}/setup.cfg +0 -0
  843. {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/build_docs +0 -0
  844. {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/conf.py +0 -0
  845. {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abacusai
3
- Version: 1.4.11
3
+ Version: 1.4.12
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -191,12 +191,14 @@ from .refresh_pipeline_run import RefreshPipelineRun
191
191
  from .refresh_policy import RefreshPolicy
192
192
  from .refresh_schedule import RefreshSchedule
193
193
  from .resolved_feature_group_template import ResolvedFeatureGroupTemplate
194
+ from .routing_action import RoutingAction
194
195
  from .schema import Schema
195
196
  from .streaming_auth_token import StreamingAuthToken
196
197
  from .streaming_client import StreamingClient
197
198
  from .streaming_connector import StreamingConnector
198
199
  from .streaming_row_count import StreamingRowCount
199
200
  from .streaming_sample_code import StreamingSampleCode
201
+ from .template_node_details import TemplateNodeDetails
200
202
  from .test_point_predictions import TestPointPredictions
201
203
  from .tone_details import ToneDetails
202
204
  from .training_config_options import TrainingConfigOptions
@@ -207,6 +209,7 @@ from .use_case import UseCase
207
209
  from .use_case_requirements import UseCaseRequirements
208
210
  from .user import User
209
211
  from .user_exception import UserException
212
+ from .video_gen_settings import VideoGenSettings
210
213
  from .video_search_result import VideoSearchResult
211
214
  from .web_search_response import WebSearchResponse
212
215
  from .web_search_result import WebSearchResult
@@ -214,4 +217,4 @@ from .webhook import Webhook
214
217
  from .workflow_node_template import WorkflowNodeTemplate
215
218
 
216
219
 
217
- __version__ = "1.4.11"
220
+ __version__ = "1.4.12"
@@ -8,12 +8,12 @@ from .abstract import ApiClass
8
8
  class Blob(ApiClass):
9
9
  """
10
10
  An object for storing and passing file data.
11
- In AI Agents, if a function accepts file upload as an argument, the uploaded file BlobInput
11
+ In AI Agents, if a function accepts file upload as an argument, the uploaded file is passed as a Blob object. If a function returns a Blob object, it will be rendered as a file download.
12
12
 
13
13
  Args:
14
- filename (str): The original filename of the blob.
15
14
  contents (bytes): The binary contents of the blob.
16
15
  mime_type (str): The mime type of the blob.
16
+ filename (str): The original filename of the blob.
17
17
  size (int): The size of the blob in bytes.
18
18
  """
19
19
  filename: str
@@ -175,7 +175,14 @@ class AbacusUsageMetricsDatasetConfig(ApplicationConnectorDatasetConfig):
175
175
  class TeamsScraperDatasetConfig(ApplicationConnectorDatasetConfig):
176
176
  """
177
177
  Dataset config for Teams Scraper Application Connector
178
+
179
+ Args:
180
+ pull_messages (bool): Whether to pull messages for each channel
181
+ pull_transcripts (bool): Whether to pull transcripts for each channel
178
182
  """
183
+ pull_messages: bool = dataclasses.field(default=False)
184
+ pull_transcripts: bool = dataclasses.field(default=False)
185
+
179
186
  def __post_init__(self):
180
187
  self.application_connector_type = enums.ApplicationConnectorType.TEAMSSCRAPER
181
188
  self.is_documentset = True
@@ -2,7 +2,19 @@ from enum import Enum
2
2
  from typing import Union
3
3
 
4
4
 
5
+ def deprecated_enums(*enum_values):
6
+ def enum_class_wrapper(cls):
7
+ cls.__deprecated_values__ = list(enum_values)
8
+ return cls
9
+ return enum_class_wrapper
10
+
11
+
5
12
  class ApiEnum(Enum):
13
+ __deprecated_values__ = []
14
+
15
+ def is_deprecated(self):
16
+ return self.value in self.__deprecated_values__
17
+
6
18
  def __eq__(self, other):
7
19
  if isinstance(other, str):
8
20
  return self.value.upper() == other.upper()
@@ -135,6 +147,7 @@ class OperatorType(ApiEnum):
135
147
  CRAWLER = 'CRAWLER'
136
148
  EXTRACT_DOCUMENT_DATA = 'EXTRACT_DOCUMENT_DATA'
137
149
  DATA_GENERATION = 'DATA_GENERATION'
150
+ UNION = 'UNION'
138
151
 
139
152
 
140
153
  class MarkdownOperatorInputType(ApiEnum):
@@ -266,6 +266,21 @@ class DataGenerationConfig(OperatorConfig):
266
266
  self.operator_type = enums.OperatorType.DATA_GENERATION
267
267
 
268
268
 
269
+ @dataclasses.dataclass
270
+ class UnionTransformConfig(OperatorConfig):
271
+ """Takes Union of current feature group with 1 or more selected feature groups of same type.
272
+
273
+ Args:
274
+ feature_group_ids (List[str]): List of feature group IDs to union with source FG.
275
+ drop_non_intersecting_columns (bool): If true, will drop columns that are not present in all feature groups. If false fills missing columns with nulls.
276
+ """
277
+ feature_group_ids: List[str] = dataclasses.field(default=None)
278
+ drop_non_intersecting_columns: bool = dataclasses.field(default=False)
279
+
280
+ def __post_init__(self):
281
+ self.operator_type = enums.OperatorType.UNION
282
+
283
+
269
284
  @dataclasses.dataclass
270
285
  class _OperatorConfigFactory(_ApiClassFactory):
271
286
  """A class to select and return the the correct type of Operator Config based on a serialized OperatorConfig instance. """
@@ -277,4 +292,5 @@ class _OperatorConfigFactory(_ApiClassFactory):
277
292
  enums.OperatorType.CRAWLER: CrawlerTransformConfig,
278
293
  enums.OperatorType.EXTRACT_DOCUMENT_DATA: ExtractDocumentDataConfig,
279
294
  enums.OperatorType.DATA_GENERATION: DataGenerationConfig,
295
+ enums.OperatorType.UNION: UnionTransformConfig,
280
296
  }
@@ -5,34 +5,6 @@ from . import enums
5
5
  from .abstract import ApiClass
6
6
 
7
7
 
8
- @dataclasses.dataclass
9
- class Attachment(ApiClass):
10
- """
11
- An attachment that an agent can return to render attachments.
12
-
13
- Args:
14
- filename (str): The name of the file.
15
- mime_type (str): The MIME type of the file.
16
- attachment_id (str): The ID of the attachment.
17
- """
18
-
19
- filename: str
20
- mime_type: str
21
- attachment_id: str
22
-
23
- def to_dict(self):
24
- return {
25
- 'type': 'attachment',
26
- 'filename': self.filename,
27
- 'mime_type': self.mime_type,
28
- 'attachment_id': self.attachment_id
29
- }
30
-
31
- @classmethod
32
- def from_dict(cls, data: dict):
33
- return cls(filename=data['filename'], mime_type=data['mime_type'], attachment_id=data['attachment_id'])
34
-
35
-
36
8
  @dataclasses.dataclass
37
9
  class ResponseSection(ApiClass):
38
10
  """
@@ -53,33 +25,6 @@ class ResponseSection(ApiClass):
53
25
  Segment = ResponseSection
54
26
 
55
27
 
56
- @dataclasses.dataclass
57
- class AttachmentsResponseSection(ResponseSection):
58
- """
59
- A response section that an agent can return to render attachments.
60
-
61
- Args:
62
- attachments (List[Attachment]): The list of attachments to be displayed.
63
- """
64
-
65
- attachments: List[Attachment]
66
-
67
- def __init__(self, attachments: List[Attachment], section_key: str = None):
68
- super().__init__(type=enums.ResponseSectionType.ATTACHMENTS, id=section_key)
69
- self.attachments = attachments
70
-
71
- def to_dict(self):
72
- return {
73
- 'type': self.type.value,
74
- 'id': self.id,
75
- 'attachments': [attachment.to_dict() for attachment in self.attachments]
76
- }
77
-
78
- @classmethod
79
- def from_dict(cls, data: dict):
80
- return cls(attachments=[Attachment.from_dict(attachment) for attachment in data['attachments']])
81
-
82
-
83
28
  @dataclasses.dataclass
84
29
  class AgentFlowButtonResponseSection(ResponseSection):
85
30
  """
@@ -140,8 +85,8 @@ class TextResponseSection(ResponseSection):
140
85
  @dataclasses.dataclass
141
86
  class RuntimeSchemaResponseSection(ResponseSection):
142
87
  """
143
- A segment that an agent can return to render json and ui schema for workflow nodes.
144
- This is primarily to generate dynamic schema for subsequent workflow nodes.
88
+ A segment that an agent can return to render json and ui schema in react-jsonschema-form format for workflow nodes.
89
+ This is primarily used to generate dynamic forms at runtime. If a node returns a runtime schema variable, the UI will render the form upon node execution.
145
90
 
146
91
  Args:
147
92
  json_schema (dict): json schema in RJSF format.
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
84
84
  BatchPredictionArgs, globalPredictionArgs)
85
85
  self.batch_prediction_args = client._build_class(getattr(
86
86
  api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
87
- self.deprecated_keys = {'explanations', 'global_prediction_args'}
87
+ self.deprecated_keys = {'global_prediction_args', 'explanations'}
88
88
 
89
89
  def __repr__(self):
90
90
  repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
100
100
  BatchPredictionArgs, globalPredictionArgs)
101
101
  self.batch_prediction_args = client._build_class(getattr(
102
102
  api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
103
- self.deprecated_keys = {'explanations', 'global_prediction_args'}
103
+ self.deprecated_keys = {'global_prediction_args', 'explanations'}
104
104
 
105
105
  def __repr__(self):
106
106
  repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
@@ -0,0 +1,34 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class BotInfo(AbstractApiClass):
5
+ """
6
+ Information about an external application and LLM.
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ externalApplicationId (str): The external application ID.
11
+ """
12
+
13
+ def __init__(self, client, externalApplicationId=None):
14
+ super().__init__(client, None)
15
+ self.external_application_id = externalApplicationId
16
+ self.deprecated_keys = {}
17
+
18
+ def __repr__(self):
19
+ repr_dict = {f'external_application_id': repr(
20
+ self.external_application_id)}
21
+ class_name = "BotInfo"
22
+ repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
23
+ ) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
24
+ return f"{class_name}({repr_str})"
25
+
26
+ def to_dict(self):
27
+ """
28
+ Get a dict representation of the parameters in this class
29
+
30
+ Returns:
31
+ dict: The dict value representation of the class parameters
32
+ """
33
+ resp = {'external_application_id': self.external_application_id}
34
+ return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
@@ -608,7 +608,7 @@ class BaseApiClient:
608
608
  client_options (ClientOptions): Optional API client configurations
609
609
  skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
610
610
  """
611
- client_version = '1.4.11'
611
+ client_version = '1.4.12'
612
612
 
613
613
  def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
614
614
  self.api_key = api_key
@@ -2316,7 +2316,7 @@ class ReadOnlyClient(BaseApiClient):
2316
2316
 
2317
2317
  Args:
2318
2318
  feature_group_id (str): The unique ID associated with the feature group.
2319
- primary_key (str): The primary key value for which to find the feature group row
2319
+ primary_key (str): The primary key value for which to retrieve the feature group row (only for online feature groups).
2320
2320
  num_rows (int): Maximum number of rows to return from the feature group
2321
2321
 
2322
2322
  Returns:
@@ -2607,20 +2607,19 @@ class ReadOnlyClient(BaseApiClient):
2607
2607
  ChatSession: The chat sessions with Data Science Co-pilot"""
2608
2608
  return self._call_api('listChatSessions', 'GET', query_params={'mostRecentPerProject': most_recent_per_project}, parse_type=ChatSession)
2609
2609
 
2610
- def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False) -> DeploymentConversation:
2610
+ def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False) -> DeploymentConversation:
2611
2611
  """Gets a deployment conversation.
2612
2612
 
2613
2613
  Args:
2614
2614
  deployment_conversation_id (str): Unique ID of the conversation. One of deployment_conversation_id or external_session_id must be provided.
2615
2615
  external_session_id (str): External session ID of the conversation.
2616
2616
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
2617
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
2618
2617
  filter_intermediate_conversation_events (bool): If true, intermediate conversation events will be filtered out. Default is true.
2619
2618
  get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
2620
2619
 
2621
2620
  Returns:
2622
2621
  DeploymentConversation: The deployment conversation."""
2623
- return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads}, parse_type=DeploymentConversation, is_sync=True)
2622
+ return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads}, parse_type=DeploymentConversation, is_sync=True)
2624
2623
 
2625
2624
  def list_deployment_conversations(self, deployment_id: str = None, external_application_id: str = None, conversation_type: Union[DeploymentConversationType, str] = None, fetch_last_llm_info: bool = False) -> List[DeploymentConversation]:
2626
2625
  """Lists all conversations for the given deployment and current user.
@@ -3825,8 +3824,7 @@ class ApiClient(ReadOnlyClient):
3825
3824
 
3826
3825
  def streaming_evaluate_prompt(self, prompt: str = None, system_message: str = None, llm_name: Union[LLMName, str] = None, max_tokens: int = None, temperature: float = 0.0, messages: list = None, response_type: str = None, json_response_schema: dict = None, section_key: str = None):
3827
3826
  """
3828
- Generate response to the prompt using the specified model.
3829
- This works similar to evaluate_prompt, but would stream the result as well so that user is aware of the current status of the generation.
3827
+ Generate response to the prompt using the specified model. This works the same as `evaluate_prompt` but would stream the text to the UI section while generating and returns the streamed text as an object of a `str` subclass.
3830
3828
 
3831
3829
  Args:
3832
3830
  prompt (str): Prompt to use for generation.
@@ -4121,7 +4119,8 @@ class ApiClient(ReadOnlyClient):
4121
4119
 
4122
4120
  def get_matching_documents(self, document_retriever_id: str, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None,
4123
4121
  max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None,
4124
- filter_clause: str = None, crowding_limits: Dict[str, int] = None) -> List[DocumentRetrieverLookupResult]:
4122
+ filter_clause: str = None, crowding_limits: Dict[str, int] = None,
4123
+ include_text_search: bool = False) -> List[DocumentRetrieverLookupResult]:
4125
4124
  """Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
4126
4125
 
4127
4126
  Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
@@ -4143,12 +4142,13 @@ class ApiClient(ReadOnlyClient):
4143
4142
  required_phrases (list): If provided, each result will have at least one of the phrases.
4144
4143
  filter_clause (str): If provided, filter the results of the query using this sql where clause.
4145
4144
  crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set.
4145
+ include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
4146
4146
  Returns:
4147
4147
  list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
4148
4148
 
4149
4149
  deployment_token, deployment_id = self._get_doc_retriever_deployment_info(
4150
4150
  document_retriever_id)
4151
- return self.lookup_matches(deployment_token, deployment_id, query, filters, limit if limit is not None else 10, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits)
4151
+ return self.lookup_matches(deployment_token, deployment_id, query, filters, limit if limit is not None else 10, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits, include_text_search=include_text_search)
4152
4152
 
4153
4153
  def create_model_from_files(self, project_id: str, location: str, name: str = None, custom_artifact_filenames: dict = {}, model_config: dict = {}) -> Model:
4154
4154
  """Creates a new Model and returns Upload IDs for uploading the model artifacts.
@@ -7448,7 +7448,7 @@ Creates a new feature group defined as the union of other feature group versions
7448
7448
  deployment_id, deployment_token) if deployment_token else None
7449
7449
  return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos, 'agentWorkflowNodeId': agent_workflow_node_id}, server_override=prediction_url)
7450
7450
 
7451
- def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None) -> List[DocumentRetrieverLookupResult]:
7451
+ def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None, include_text_search: bool = False) -> List[DocumentRetrieverLookupResult]:
7452
7452
  """Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
7453
7453
 
7454
7454
  Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
@@ -7471,12 +7471,13 @@ Creates a new feature group defined as the union of other feature group versions
7471
7471
  required_phrases (list): If provided, each result will contain at least one of the phrases in the given list. The matching is whitespace and case insensitive.
7472
7472
  filter_clause (str): If provided, filter the results of the query using this sql where clause.
7473
7473
  crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set. An entry in the map can also be a map specifying the limit per attribute value rather than a single limit for all values. This allows a per value limit for attributes. If an attribute value is not present in the map its limit defaults to zero.
7474
+ include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
7474
7475
 
7475
7476
  Returns:
7476
7477
  list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
7477
7478
  prediction_url = self._get_prediction_endpoint(
7478
7479
  deployment_id, deployment_token) if deployment_token else None
7479
- return self._call_api('lookupMatches', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'data': data, 'filters': filters, 'num': num, 'resultColumns': result_columns, 'maxWords': max_words, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerChunk': max_words_per_chunk, 'scoreMultiplierColumn': score_multiplier_column, 'minScore': min_score, 'requiredPhrases': required_phrases, 'filterClause': filter_clause, 'crowdingLimits': crowding_limits}, parse_type=DocumentRetrieverLookupResult, server_override=prediction_url)
7480
+ return self._call_api('lookupMatches', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'data': data, 'filters': filters, 'num': num, 'resultColumns': result_columns, 'maxWords': max_words, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerChunk': max_words_per_chunk, 'scoreMultiplierColumn': score_multiplier_column, 'minScore': min_score, 'requiredPhrases': required_phrases, 'filterClause': filter_clause, 'crowdingLimits': crowding_limits, 'includeTextSearch': include_text_search}, parse_type=DocumentRetrieverLookupResult, server_override=prediction_url)
7480
7481
 
7481
7482
  def get_completion(self, deployment_token: str, deployment_id: str, prompt: str) -> Dict:
7482
7483
  """Returns the finetuned LLM generated completion of the prompt.
@@ -7508,7 +7509,7 @@ Creates a new feature group defined as the union of other feature group versions
7508
7509
  return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, data={'arguments': json.dumps(arguments) if (arguments is not None and not isinstance(arguments, str)) else arguments, 'keywordArguments': json.dumps(keyword_arguments) if (keyword_arguments is not None and not isinstance(keyword_arguments, str)) else keyword_arguments, 'deploymentConversationId': json.dumps(deployment_conversation_id) if (deployment_conversation_id is not None and not isinstance(deployment_conversation_id, str)) else deployment_conversation_id, 'externalSessionId': json.dumps(external_session_id) if (external_session_id is not None and not isinstance(external_session_id, str)) else external_session_id}, parse_type=AgentDataExecutionResult, files=blobs, server_override=prediction_url, timeout=1500)
7509
7510
 
7510
7511
  def start_agent(self, deployment_token: str, deployment_id: str, deployment_conversation_id: str, arguments: list = None, keyword_arguments: dict = None) -> Dict:
7511
- """Starts an agent conversation.
7512
+ """Starts a deployed Autonomous agent associated with the given deployment_conversation_id using the arguments and keyword arguments as inputs for execute function of trigger node.
7512
7513
 
7513
7514
  Args:
7514
7515
  deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, making it safe to embed this model in an application or website.
@@ -7521,7 +7522,7 @@ Creates a new feature group defined as the union of other feature group versions
7521
7522
  return self._call_api('startAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'arguments': arguments, 'keywordArguments': keyword_arguments}, server_override=prediction_url, timeout=1500)
7522
7523
 
7523
7524
  def pause_agent(self, deployment_token: str, deployment_id: str, deployment_conversation_id: str) -> Dict:
7524
- """Pauses an agent conversation.
7525
+ """Pauses a deployed Autonomous agent associated with the given deployment_conversation_id.
7525
7526
 
7526
7527
  Args:
7527
7528
  deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, making it safe to embed this model in an application or website.
@@ -8332,40 +8333,37 @@ Creates a new feature group defined as the union of other feature group versions
8332
8333
  list[AbacusApi]: A list of suggested Abacus APIs"""
8333
8334
  return self._call_api('suggestAbacusApis', 'POST', query_params={}, body={'query': query, 'verbosity': verbosity, 'limit': limit, 'includeScores': include_scores}, parse_type=AbacusApi)
8334
8335
 
8335
- def create_deployment_conversation(self, deployment_id: str = None, name: str = None, deployment_token: str = None, external_application_id: str = None) -> DeploymentConversation:
8336
+ def create_deployment_conversation(self, deployment_id: str = None, name: str = None, external_application_id: str = None) -> DeploymentConversation:
8336
8337
  """Creates a deployment conversation.
8337
8338
 
8338
8339
  Args:
8339
8340
  deployment_id (str): The deployment this conversation belongs to.
8340
8341
  name (str): The name of the conversation.
8341
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
8342
8342
  external_application_id (str): The external application id associated with the deployment conversation.
8343
8343
 
8344
8344
  Returns:
8345
8345
  DeploymentConversation: The deployment conversation."""
8346
- return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
8346
+ return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'name': name, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
8347
8347
 
8348
- def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None, deployment_token: str = None):
8348
+ def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None):
8349
8349
  """Delete a Deployment Conversation.
8350
8350
 
8351
8351
  Args:
8352
8352
  deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
8353
- deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
8354
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
8355
- return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, is_sync=True)
8353
+ deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
8354
+ return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id}, is_sync=True)
8356
8355
 
8357
- def clear_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, user_message_indices: list = None):
8356
+ def clear_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, user_message_indices: list = None):
8358
8357
  """Clear the message history of a Deployment Conversation.
8359
8358
 
8360
8359
  Args:
8361
8360
  deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
8362
8361
  external_session_id (str): The external session id associated with the deployment conversation.
8363
8362
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
8364
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
8365
8363
  user_message_indices (list): Optional list of user message indices to clear. The associated bot response will also be cleared. If not provided, all messages will be cleared."""
8366
- return self._proxy_request('clearDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'userMessageIndices': user_message_indices}, is_sync=True)
8364
+ return self._proxy_request('clearDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'userMessageIndices': user_message_indices}, is_sync=True)
8367
8365
 
8368
- def set_deployment_conversation_feedback(self, deployment_conversation_id: str, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None, deployment_token: str = None):
8366
+ def set_deployment_conversation_feedback(self, deployment_conversation_id: str, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None):
8369
8367
  """Sets a deployment conversation message as useful or not useful
8370
8368
 
8371
8369
  Args:
@@ -8375,19 +8373,17 @@ Creates a new feature group defined as the union of other feature group versions
8375
8373
  is_not_useful (bool): If the message is not useful. If true, the message is not useful. If set to false, clear the useful flag.
8376
8374
  feedback (str): Optional feedback on why the message is useful or not useful
8377
8375
  feedback_type (str): Optional feedback type
8378
- deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
8379
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
8380
- return self._call_api('setDeploymentConversationFeedback', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'messageIndex': message_index, 'isUseful': is_useful, 'isNotUseful': is_not_useful, 'feedback': feedback, 'feedbackType': feedback_type})
8376
+ deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
8377
+ return self._call_api('setDeploymentConversationFeedback', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'messageIndex': message_index, 'isUseful': is_useful, 'isNotUseful': is_not_useful, 'feedback': feedback, 'feedbackType': feedback_type})
8381
8378
 
8382
- def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None, deployment_token: str = None):
8379
+ def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None):
8383
8380
  """Rename a Deployment Conversation.
8384
8381
 
8385
8382
  Args:
8386
8383
  deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
8387
8384
  name (str): The new name of the conversation.
8388
- deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
8389
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
8390
- return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
8385
+ deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
8386
+ return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
8391
8387
 
8392
8388
  def create_app_user_group(self, name: str) -> AppUserGroup:
8393
8389
  """Creates a new App User Group. This User Group is used to have permissions to access the external chatbots.
@@ -8561,9 +8557,9 @@ Creates a new feature group defined as the union of other feature group versions
8561
8557
  llm_name (LLMName): Name of the underlying LLM to be used for generation. Default is auto selection.
8562
8558
  max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
8563
8559
  temperature (float): Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.
8564
- messages (list): A list of messages to use as conversation history. For completion models like OPENAI_GPT3_5_TEXT and PALM_TEXT this should not be set. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2}]
8560
+ messages (list): A list of messages to use as conversation history. For completion models like OPENAI_GPT3_5_TEXT and PALM_TEXT this should not be set. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2>}]
8565
8561
  response_type (str): Specifies the type of response to request from the LLM. One of 'text' and 'json'. If set to 'json', the LLM will respond with a json formatted string whose schema can be specified `json_response_schema`. Defaults to 'text'
8566
- json_response_schema (dict): A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when `response_type` is 'json'. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter description (str) (required): Description of the parameter is_required (bool) (optional): Whether the parameter is required or not. Example: json_response_schema={ 'title': {'type': 'string', 'description': 'Article title', 'is_required': true}, 'body': {'type': 'string', 'description': 'Article body'}, }
8562
+ json_response_schema (dict): A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when `response_type` is 'json'. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter. description (str) (required): Description of the parameter. is_required (bool) (optional): Whether the parameter is required or not. Example: json_response_schema = {'title': {'type': 'string', 'description': 'Article title', 'is_required': true}, 'body': {'type': 'string', 'description': 'Article body'}}
8567
8563
  stop_sequences (list): Specifies the strings on which the LLM will stop generation.
8568
8564
  top_p (float): The nucleus sampling value used for this run. If set, the model will sample from the smallest set of tokens whose cumulative probability exceeds the probability `top_p`. Default is 1.0. A range of 0.0 - 1.0 is allowed. It is generally recommended to use either temperature sampling or nucleus sampling, but not both.
8569
8565
 
@@ -480,19 +480,18 @@ class Deployment(AbstractApiClass):
480
480
  """
481
481
  return self.client.get_feature_group_row_process_logs_by_key(self.deployment_id, primary_key_value)
482
482
 
483
- def create_conversation(self, name: str = None, deployment_token: str = None, external_application_id: str = None):
483
+ def create_conversation(self, name: str = None, external_application_id: str = None):
484
484
  """
485
485
  Creates a deployment conversation.
486
486
 
487
487
  Args:
488
488
  name (str): The name of the conversation.
489
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
490
489
  external_application_id (str): The external application id associated with the deployment conversation.
491
490
 
492
491
  Returns:
493
492
  DeploymentConversation: The deployment conversation.
494
493
  """
495
- return self.client.create_deployment_conversation(self.deployment_id, name, deployment_token, external_application_id)
494
+ return self.client.create_deployment_conversation(self.deployment_id, name, external_application_id)
496
495
 
497
496
  def list_conversations(self, external_application_id: str = None, conversation_type: Union[dict, DeploymentConversationType] = None, fetch_last_llm_info: bool = False):
498
497
  """
@@ -68,45 +68,42 @@ class DeploymentConversation(AbstractApiClass):
68
68
  self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'conversation_type': self.conversation_type, 'metadata': self.metadata, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'search_suggestions': self.search_suggestions, 'history': self._get_attribute_as_dict(self.history)}
69
69
  return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
70
70
 
71
- def get(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
71
+ def get(self, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
72
72
  """
73
73
  Gets a deployment conversation.
74
74
 
75
75
  Args:
76
76
  external_session_id (str): External session ID of the conversation.
77
77
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
78
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
79
78
  filter_intermediate_conversation_events (bool): If true, intermediate conversation events will be filtered out. Default is true.
80
79
  get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
81
80
 
82
81
  Returns:
83
82
  DeploymentConversation: The deployment conversation.
84
83
  """
85
- return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, deployment_token, filter_intermediate_conversation_events, get_unused_document_uploads)
84
+ return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, filter_intermediate_conversation_events, get_unused_document_uploads)
86
85
 
87
- def delete(self, deployment_id: str = None, deployment_token: str = None):
86
+ def delete(self, deployment_id: str = None):
88
87
  """
89
88
  Delete a Deployment Conversation.
90
89
 
91
90
  Args:
92
91
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
93
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
94
92
  """
95
- return self.client.delete_deployment_conversation(self.deployment_conversation_id, deployment_id, deployment_token)
93
+ return self.client.delete_deployment_conversation(self.deployment_conversation_id, deployment_id)
96
94
 
97
- def clear(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, user_message_indices: list = None):
95
+ def clear(self, external_session_id: str = None, deployment_id: str = None, user_message_indices: list = None):
98
96
  """
99
97
  Clear the message history of a Deployment Conversation.
100
98
 
101
99
  Args:
102
100
  external_session_id (str): The external session id associated with the deployment conversation.
103
101
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
104
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
105
102
  user_message_indices (list): Optional list of user message indices to clear. The associated bot response will also be cleared. If not provided, all messages will be cleared.
106
103
  """
107
- return self.client.clear_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, deployment_token, user_message_indices)
104
+ return self.client.clear_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, user_message_indices)
108
105
 
109
- def set_feedback(self, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None, deployment_token: str = None):
106
+ def set_feedback(self, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None):
110
107
  """
111
108
  Sets a deployment conversation message as useful or not useful
112
109
 
@@ -117,20 +114,18 @@ class DeploymentConversation(AbstractApiClass):
117
114
  feedback (str): Optional feedback on why the message is useful or not useful
118
115
  feedback_type (str): Optional feedback type
119
116
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
120
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
121
117
  """
122
- return self.client.set_deployment_conversation_feedback(self.deployment_conversation_id, message_index, is_useful, is_not_useful, feedback, feedback_type, deployment_id, deployment_token)
118
+ return self.client.set_deployment_conversation_feedback(self.deployment_conversation_id, message_index, is_useful, is_not_useful, feedback, feedback_type, deployment_id)
123
119
 
124
- def rename(self, name: str, deployment_id: str = None, deployment_token: str = None):
120
+ def rename(self, name: str, deployment_id: str = None):
125
121
  """
126
122
  Rename a Deployment Conversation.
127
123
 
128
124
  Args:
129
125
  name (str): The new name of the conversation.
130
126
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
131
- deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
132
127
  """
133
- return self.client.rename_deployment_conversation(self.deployment_conversation_id, name, deployment_id, deployment_token)
128
+ return self.client.rename_deployment_conversation(self.deployment_conversation_id, name, deployment_id)
134
129
 
135
130
  def export(self, external_session_id: str = None):
136
131
  """
@@ -209,7 +209,7 @@ class DocumentRetriever(AbstractApiClass):
209
209
  """
210
210
  return self.describe().latest_document_retriever_version.deployment_status
211
211
 
212
- def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, Union[int, Dict[str, int]]] = None):
212
+ def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, Union[int, Dict[str, int]]] = None, include_text_search: bool = False):
213
213
  """
214
214
  Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
215
215
 
@@ -231,8 +231,9 @@ class DocumentRetriever(AbstractApiClass):
231
231
  required_phrases (list): If provided, each result will have at least one of the phrases.
232
232
  filter_clause (str): If provided, filter the results of the query using this sql where clause.
233
233
  crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set.
234
+ include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
234
235
 
235
236
  Returns:
236
237
  list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever.
237
238
  """
238
- return self.client.get_matching_documents(self.document_retriever_id, query, filters, limit, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits)
239
+ return self.client.get_matching_documents(self.document_retriever_id, query, filters, limit, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits, include_text_search=include_text_search)