abacusai 0.77.1__tar.gz → 0.77.5__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 (671) hide show
  1. {abacusai-0.77.1/abacusai.egg-info → abacusai-0.77.5}/PKG-INFO +1 -1
  2. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/__init__.py +1 -1
  3. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/__init__.py +1 -0
  4. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/batch_prediction.py +0 -1
  5. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/dataset.py +3 -1
  6. abacusai-0.77.5/abacusai/api_class/monitor.py +12 -0
  7. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/app_user_group.py +5 -3
  8. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/batch_prediction.py +0 -1
  9. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/batch_prediction_version.py +0 -1
  10. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/client.py +166 -56
  11. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment.py +9 -6
  12. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/external_application.py +5 -3
  13. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group.py +3 -8
  14. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process.py +7 -3
  15. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process_summary.py +5 -3
  16. abacusai-0.77.5/abacusai/forecasting_monitor_summary.py +58 -0
  17. abacusai-0.77.5/abacusai/llm_execution_preview.py +29 -0
  18. abacusai-0.77.5/abacusai/llm_execution_result.py +36 -0
  19. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model.py +4 -5
  20. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor.py +9 -3
  21. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_version.py +9 -3
  22. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_version.py +9 -6
  23. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_client.py +7 -5
  24. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project.py +24 -3
  25. abacusai-0.77.5/abacusai/project_feature_group.py +147 -0
  26. abacusai-0.77.5/abacusai/project_feature_group_schema.py +36 -0
  27. abacusai-0.77.5/abacusai/public.pem +5 -0
  28. {abacusai-0.77.1 → abacusai-0.77.5/abacusai.egg-info}/PKG-INFO +1 -1
  29. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/SOURCES.txt +5 -0
  30. {abacusai-0.77.1 → abacusai-0.77.5}/setup.py +1 -1
  31. abacusai-0.77.1/abacusai/llm_execution_result.py +0 -29
  32. abacusai-0.77.1/abacusai/public.pem +0 -5
  33. {abacusai-0.77.1 → abacusai-0.77.5}/.gitignore +0 -0
  34. {abacusai-0.77.1 → abacusai-0.77.5}/LICENSE +0 -0
  35. {abacusai-0.77.1 → abacusai-0.77.5}/README.md +0 -0
  36. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/abacus_api.py +0 -0
  37. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/agent.py +0 -0
  38. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/agent_version.py +0 -0
  39. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/ai_building_task.py +0 -0
  40. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/algorithm.py +0 -0
  41. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation.py +0 -0
  42. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_config.py +0 -0
  43. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_document.py +0 -0
  44. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotation_entry.py +0 -0
  45. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/annotations_status.py +0 -0
  46. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/abstract.py +0 -0
  47. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/blob_input.py +0 -0
  48. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/document_retriever.py +0 -0
  49. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/enums.py +0 -0
  50. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/feature_group.py +0 -0
  51. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/model.py +0 -0
  52. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/monitor_alert.py +0 -0
  53. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/project.py +0 -0
  54. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/python_functions.py +0 -0
  55. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_class/refresh.py +0 -0
  56. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_client_utils.py +0 -0
  57. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_endpoint.py +0 -0
  58. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/api_key.py +0 -0
  59. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/application_connector.py +0 -0
  60. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/categorical_range_violation.py +0 -0
  61. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/chat_message.py +0 -0
  62. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/chat_session.py +0 -0
  63. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/code_source.py +0 -0
  64. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/concatenation_config.py +0 -0
  65. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/cpu_gpu_memory_specs.py +0 -0
  66. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/cryptography.py +0 -0
  67. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_loss_function.py +0 -0
  68. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_metric.py +0 -0
  69. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_metric_version.py +0 -0
  70. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/custom_train_function_info.py +0 -0
  71. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_consistency_duplication.py +0 -0
  72. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_metrics.py +0 -0
  73. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_prep_logs.py +0 -0
  74. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/data_quality_results.py +0 -0
  75. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/database_connector.py +0 -0
  76. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset.py +0 -0
  77. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_column.py +0 -0
  78. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_version.py +0 -0
  79. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/dataset_version_logs.py +0 -0
  80. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_auth_token.py +0 -0
  81. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_conversation.py +0 -0
  82. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/deployment_conversation_event.py +0 -0
  83. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document.py +0 -0
  84. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_annotation.py +0 -0
  85. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever.py +0 -0
  86. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_config.py +0 -0
  87. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_lookup_result.py +0 -0
  88. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_retriever_version.py +0 -0
  89. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_store.py +0 -0
  90. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/document_store_import.py +0 -0
  91. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/drift_distribution.py +0 -0
  92. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/drift_distributions.py +0 -0
  93. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda.py +0 -0
  94. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_chart_description.py +0 -0
  95. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_collinearity.py +0 -0
  96. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_data_consistency.py +0 -0
  97. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_feature_association.py +0 -0
  98. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_feature_collinearity.py +0 -0
  99. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_forecasting_analysis.py +0 -0
  100. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/eda_version.py +0 -0
  101. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/embedding_feature_drift_distribution.py +0 -0
  102. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/execute_feature_group_operation.py +0 -0
  103. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature.py +0 -0
  104. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_distribution.py +0 -0
  105. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_drift_summary.py +0 -0
  106. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_document.py +0 -0
  107. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export.py +0 -0
  108. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export_config.py +0 -0
  109. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_export_download_url.py +0 -0
  110. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_lineage.py +0 -0
  111. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_refresh_export_config.py +0 -0
  112. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row.py +0 -0
  113. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_row_process_logs.py +0 -0
  114. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_template.py +0 -0
  115. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_template_variable_options.py +0 -0
  116. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_group_version.py +0 -0
  117. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_importance.py +0 -0
  118. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_mapping.py +0 -0
  119. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/feature_record.py +0 -0
  120. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector.py +0 -0
  121. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector_instructions.py +0 -0
  122. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/file_connector_verification.py +0 -0
  123. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/forecasting_analysis_graph_data.py +0 -0
  124. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/function_logs.py +0 -0
  125. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/generated_pit_feature_config_option.py +0 -0
  126. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/graph_dashboard.py +0 -0
  127. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/holdout_analysis.py +0 -0
  128. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/holdout_analysis_version.py +0 -0
  129. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/indexing_config.py +0 -0
  130. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/inferred_feature_mappings.py +0 -0
  131. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/item_statistics.py +0 -0
  132. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_code_block.py +0 -0
  133. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_input.py +0 -0
  134. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_parameters.py +0 -0
  135. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/llm_response.py +0 -0
  136. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/memory_options.py +0 -0
  137. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_artifacts_export.py +0 -0
  138. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_blueprint_export.py +0 -0
  139. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_blueprint_stage.py +0 -0
  140. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_location.py +0 -0
  141. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_metrics.py +0 -0
  142. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_org_summary.py +0 -0
  143. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_summary.py +0 -0
  144. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_summary_from_org.py +0 -0
  145. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_monitor_version_metric_data.py +0 -0
  146. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_training_type_for_deployment.py +0 -0
  147. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/model_upload.py +0 -0
  148. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/modification_lock_info.py +0 -0
  149. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/module.py +0 -0
  150. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/monitor_alert.py +0 -0
  151. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/monitor_alert_version.py +0 -0
  152. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/natural_language_explanation.py +0 -0
  153. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/nested_feature.py +0 -0
  154. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/notebook_completion.py +0 -0
  155. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/notebook_template.py +0 -0
  156. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/null_violation.py +0 -0
  157. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_group.py +0 -0
  158. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_search_result.py +0 -0
  159. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/organization_secret.py +0 -0
  160. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/page_data.py +0 -0
  161. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline.py +0 -0
  162. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_reference.py +0 -0
  163. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step.py +0 -0
  164. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version.py +0 -0
  165. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version_logs.py +0 -0
  166. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_step_version_reference.py +0 -0
  167. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_version.py +0 -0
  168. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/pipeline_version_logs.py +0 -0
  169. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_feature.py +0 -0
  170. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_group.py +0 -0
  171. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/point_in_time_group_feature.py +0 -0
  172. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_dataset.py +0 -0
  173. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_feature_group.py +0 -0
  174. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_input.py +0 -0
  175. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_metric.py +0 -0
  176. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_metric_version.py +0 -0
  177. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_operator.py +0 -0
  178. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/prediction_operator_version.py +0 -0
  179. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/problem_type.py +0 -0
  180. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_config.py +0 -0
  181. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_feature_group_schema_version.py +0 -0
  182. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/project_validation.py +0 -0
  183. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_function.py +0 -0
  184. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_function_validator.py +0 -0
  185. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/python_plot_function.py +0 -0
  186. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/range_violation.py +0 -0
  187. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_pipeline_run.py +0 -0
  188. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_policy.py +0 -0
  189. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/refresh_schedule.py +0 -0
  190. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/requirements.txt +0 -0
  191. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/resolved_feature_group_template.py +0 -0
  192. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/return_class.py +0 -0
  193. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/schema.py +0 -0
  194. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/slack_connector_response.py +0 -0
  195. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_auth_token.py +0 -0
  196. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_client.py +0 -0
  197. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/streaming_connector.py +0 -0
  198. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/test_point_predictions.py +0 -0
  199. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/training_config_options.py +0 -0
  200. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/type_violation.py +0 -0
  201. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/upload.py +0 -0
  202. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/upload_part.py +0 -0
  203. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/use_case.py +0 -0
  204. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/use_case_requirements.py +0 -0
  205. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/user.py +0 -0
  206. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/user_exception.py +0 -0
  207. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai/webhook.py +0 -0
  208. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/dependency_links.txt +0 -0
  209. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/requires.txt +0 -0
  210. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/top_level.txt +0 -0
  211. {abacusai-0.77.1 → abacusai-0.77.5}/abacusai.egg-info/zip-safe +0 -0
  212. {abacusai-0.77.1 → abacusai-0.77.5}/docs/.buildinfo +0 -0
  213. {abacusai-0.77.1 → abacusai-0.77.5}/docs/.nojekyll +0 -0
  214. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
  215. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
  216. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
  217. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
  218. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  219. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  220. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  221. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
  222. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  223. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  224. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  225. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
  226. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
  227. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  228. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
  229. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
  230. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  231. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
  232. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  233. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
  234. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
  235. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
  236. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
  237. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  238. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
  239. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  240. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  241. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  242. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
  243. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  244. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  245. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  246. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  247. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  248. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  249. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
  250. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
  251. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  252. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  253. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
  254. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  255. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  256. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  257. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  258. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  259. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  260. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  261. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
  262. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  263. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  264. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  265. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  266. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  267. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  268. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
  269. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  270. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  271. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
  272. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
  273. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  274. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  275. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
  276. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
  277. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
  278. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
  279. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  280. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  281. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  282. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  283. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  284. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  285. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  286. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  287. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  288. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  289. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  290. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  291. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  292. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  293. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  294. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  295. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  296. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
  297. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  298. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
  299. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
  300. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  301. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  302. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  303. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  304. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  305. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
  306. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
  307. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  308. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  309. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  310. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  311. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
  312. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  313. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  314. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  315. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  316. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  317. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  318. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  319. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  320. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
  321. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
  322. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
  323. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  324. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
  325. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  326. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  327. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  328. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  329. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  330. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
  331. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
  332. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  333. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
  334. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  335. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  336. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  337. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  338. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  339. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  340. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  341. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  342. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  343. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  344. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  345. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  346. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  347. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  348. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  349. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  350. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  351. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  352. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  353. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  354. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  355. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  356. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  357. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  358. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  359. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
  360. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
  361. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
  362. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  363. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  364. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  365. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  366. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
  367. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  368. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  369. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
  370. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  371. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  372. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  373. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
  374. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  375. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  376. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  377. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  378. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  379. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
  380. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
  381. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  382. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  383. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  384. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
  385. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  386. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
  387. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  388. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  389. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  390. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  391. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  392. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  393. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  394. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  395. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  396. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  397. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  398. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
  399. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  400. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  401. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  402. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
  403. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  404. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  405. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  406. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  407. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  408. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  409. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  410. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  411. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
  412. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
  413. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
  414. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
  415. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  416. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_sources/index.rst.txt +0 -0
  417. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  418. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/basic.css +0 -0
  419. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/badge_only.css +0 -0
  420. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  421. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  422. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  423. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  424. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  425. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  426. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  427. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  428. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  429. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  430. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  431. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold.woff +0 -0
  432. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  433. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  434. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  435. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal.woff +0 -0
  436. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  437. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/css/theme.css +0 -0
  438. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/doctools.js +0 -0
  439. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/documentation_options.js +0 -0
  440. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/file.png +0 -0
  441. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/graphviz.css +0 -0
  442. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery-3.5.1.js +0 -0
  443. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery-3.6.0.js +0 -0
  444. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/jquery.js +0 -0
  445. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/badge_only.js +0 -0
  446. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  447. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/html5shiv.min.js +0 -0
  448. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/js/theme.js +0 -0
  449. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/language_data.js +0 -0
  450. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/minus.png +0 -0
  451. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/plus.png +0 -0
  452. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/pygments.css +0 -0
  453. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/searchtools.js +0 -0
  454. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/sphinx_highlight.js +0 -0
  455. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/underscore-1.13.1.js +0 -0
  456. {abacusai-0.77.1 → abacusai-0.77.5}/docs/_static/underscore.js +0 -0
  457. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
  458. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/agent/index.html +0 -0
  459. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/agent_version/index.html +0 -0
  460. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
  461. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/algorithm/index.html +0 -0
  462. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation/index.html +0 -0
  463. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
  464. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
  465. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
  466. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
  467. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  468. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
  469. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
  470. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  471. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
  472. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
  473. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  474. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/index.html +0 -0
  475. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  476. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
  477. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
  478. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
  479. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
  480. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  481. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
  482. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
  483. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
  484. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/api_key/index.html +0 -0
  485. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
  486. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/application_connector/index.html +0 -0
  487. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
  488. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
  489. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
  490. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  491. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_message/index.html +0 -0
  492. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/chat_session/index.html +0 -0
  493. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/client/index.html +0 -0
  494. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/code_source/index.html +0 -0
  495. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
  496. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
  497. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/cryptography/index.html +0 -0
  498. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
  499. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
  500. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
  501. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
  502. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
  503. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  504. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
  505. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
  506. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
  507. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/database_connector/index.html +0 -0
  508. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset/index.html +0 -0
  509. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
  510. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
  511. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
  512. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment/index.html +0 -0
  513. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
  514. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
  515. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
  516. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document/index.html +0 -0
  517. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
  518. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
  519. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
  520. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
  521. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
  522. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_store/index.html +0 -0
  523. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
  524. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
  525. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
  526. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda/index.html +0 -0
  527. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
  528. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
  529. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
  530. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
  531. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
  532. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
  533. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  534. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/eda_version/index.html +0 -0
  535. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
  536. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
  537. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  538. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature/index.html +0 -0
  539. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
  540. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
  541. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group/index.html +0 -0
  542. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
  543. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
  544. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
  545. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
  546. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
  547. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  548. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
  549. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
  550. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
  551. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
  552. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
  553. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
  554. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
  555. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/feature_record/index.html +0 -0
  556. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector/index.html +0 -0
  557. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
  558. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
  559. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
  560. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/function_logs/index.html +0 -0
  561. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
  562. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
  563. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
  564. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
  565. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/index.html +0 -0
  566. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
  567. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
  568. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
  569. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  570. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  571. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
  572. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_input/index.html +0 -0
  573. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
  574. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_response/index.html +0 -0
  575. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
  576. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/memory_options/index.html +0 -0
  577. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model/index.html +0 -0
  578. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
  579. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
  580. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
  581. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_location/index.html +0 -0
  582. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
  583. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
  584. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
  585. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
  586. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
  587. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
  588. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
  589. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
  590. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_upload/index.html +0 -0
  591. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/model_version/index.html +0 -0
  592. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
  593. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/module/index.html +0 -0
  594. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
  595. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
  596. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
  597. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
  598. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  599. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  600. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/null_violation/index.html +0 -0
  601. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_group/index.html +0 -0
  602. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
  603. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
  604. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/page_data/index.html +0 -0
  605. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline/index.html +0 -0
  606. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
  607. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
  608. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
  609. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
  610. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
  611. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
  612. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
  613. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
  614. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
  615. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
  616. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
  617. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
  618. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
  619. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
  620. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
  621. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
  622. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
  623. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
  624. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  625. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/problem_type/index.html +0 -0
  626. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project/index.html +0 -0
  627. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_config/index.html +0 -0
  628. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
  629. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
  630. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/project_validation/index.html +0 -0
  631. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_function/index.html +0 -0
  632. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
  633. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
  634. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/range_violation/index.html +0 -0
  635. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
  636. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
  637. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
  638. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
  639. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/return_class/index.html +0 -0
  640. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/schema/index.html +0 -0
  641. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
  642. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
  643. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
  644. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
  645. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
  646. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
  647. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/type_violation/index.html +0 -0
  648. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/upload/index.html +0 -0
  649. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/upload_part/index.html +0 -0
  650. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/use_case/index.html +0 -0
  651. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
  652. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/user/index.html +0 -0
  653. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/user_exception/index.html +0 -0
  654. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store/index.html +0 -0
  655. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
  656. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
  657. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
  658. {abacusai-0.77.1 → abacusai-0.77.5}/docs/autoapi/abacusai/webhook/index.html +0 -0
  659. {abacusai-0.77.1 → abacusai-0.77.5}/docs/genindex.html +0 -0
  660. {abacusai-0.77.1 → abacusai-0.77.5}/docs/index.html +0 -0
  661. {abacusai-0.77.1 → abacusai-0.77.5}/docs/objects.inv +0 -0
  662. {abacusai-0.77.1 → abacusai-0.77.5}/docs/py-modindex.html +0 -0
  663. {abacusai-0.77.1 → abacusai-0.77.5}/docs/search.html +0 -0
  664. {abacusai-0.77.1 → abacusai-0.77.5}/docs/searchindex.js +0 -0
  665. {abacusai-0.77.1 → abacusai-0.77.5}/examples/fullscript.py +0 -0
  666. {abacusai-0.77.1 → abacusai-0.77.5}/featurestore.md +0 -0
  667. {abacusai-0.77.1 → abacusai-0.77.5}/requirements.txt +0 -0
  668. {abacusai-0.77.1 → abacusai-0.77.5}/setup.cfg +0 -0
  669. {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/build_docs +0 -0
  670. {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/conf.py +0 -0
  671. {abacusai-0.77.1 → abacusai-0.77.5}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abacusai
3
- Version: 0.77.1
3
+ Version: 0.77.5
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -4,4 +4,4 @@ from .prediction_client import PredictionClient
4
4
  from .streaming_client import StreamingClient
5
5
 
6
6
 
7
- __version__ = "0.77.0"
7
+ __version__ = "0.77.5"
@@ -5,6 +5,7 @@ from .document_retriever import *
5
5
  from .enums import *
6
6
  from .feature_group import *
7
7
  from .model import *
8
+ from .monitor import *
8
9
  from .monitor_alert import *
9
10
  from .project import *
10
11
  from .python_functions import *
@@ -10,7 +10,6 @@ class BatchPredictionArgs(ApiClass):
10
10
 
11
11
  kwargs: dict = dataclasses.field(default_factory=dict)
12
12
  problem_type: enums.ProblemType = dataclasses.field(default=None)
13
- name: str = 'batch_prediction_args'
14
13
 
15
14
  @classmethod
16
15
  def _get_builder(cls):
@@ -15,4 +15,6 @@ class DocumentProcessingConfig(ApiClass):
15
15
  extract_bounding_boxes: bool = False
16
16
  convert_to_markdown: bool = False
17
17
  remove_header_footer: bool = False
18
- use_doctr: bool = True
18
+ use_doctr: bool = False
19
+ remove_watermarks: bool = None
20
+ use_full_ocr: bool = None
@@ -0,0 +1,12 @@
1
+ import dataclasses
2
+
3
+ from .abstract import ApiClass
4
+
5
+
6
+ @dataclasses.dataclass
7
+ class ForecastingMonitorConfig(ApiClass):
8
+ id_column: str = dataclasses.field(default=None)
9
+ timestamp_column: str = dataclasses.field(default=None)
10
+ target_column: str = dataclasses.field(default=None)
11
+ start_time: str = dataclasses.field(default=None)
12
+ end_time: str = dataclasses.field(default=None)
@@ -10,17 +10,19 @@ class AppUserGroup(AbstractApiClass):
10
10
  client (ApiClient): An authenticated API Client instance
11
11
  name (str): The name of the user group.
12
12
  userGroupId (str): The unique identifier of the user group.
13
+ externalApplicationIds (list[str]): The ids of the external applications the group has access to.
13
14
  users (User): The users in the user group.
14
15
  """
15
16
 
16
- def __init__(self, client, name=None, userGroupId=None, users={}):
17
+ def __init__(self, client, name=None, userGroupId=None, externalApplicationIds=None, users={}):
17
18
  super().__init__(client, None)
18
19
  self.name = name
19
20
  self.user_group_id = userGroupId
21
+ self.external_application_ids = externalApplicationIds
20
22
  self.users = client._build_class(User, users)
21
23
 
22
24
  def __repr__(self):
23
- return f"AppUserGroup(name={repr(self.name)},\n user_group_id={repr(self.user_group_id)},\n users={repr(self.users)})"
25
+ return f"AppUserGroup(name={repr(self.name)},\n user_group_id={repr(self.user_group_id)},\n external_application_ids={repr(self.external_application_ids)},\n users={repr(self.users)})"
24
26
 
25
27
  def to_dict(self):
26
28
  """
@@ -29,4 +31,4 @@ class AppUserGroup(AbstractApiClass):
29
31
  Returns:
30
32
  dict: The dict value representation of the class parameters
31
33
  """
32
- return {'name': self.name, 'user_group_id': self.user_group_id, 'users': self._get_attribute_as_dict(self.users)}
34
+ return {'name': self.name, 'user_group_id': self.user_group_id, 'external_application_ids': self.external_application_ids, 'users': self._get_attribute_as_dict(self.users)}
@@ -37,7 +37,6 @@ class BatchPrediction(AbstractApiClass):
37
37
  batchInputs (PredictionInput): Inputs to the batch prediction.
38
38
  latestBatchPredictionVersion (BatchPredictionVersion): The latest batch prediction version.
39
39
  refreshSchedules (RefreshSchedule): List of refresh schedules that dictate the next time the batch prediction will be run.
40
- globalPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call.
41
40
  """
42
41
 
43
42
  def __init__(self, client, batchPredictionId=None, createdAt=None, name=None, deploymentId=None, fileConnectorOutputLocation=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, featureGroupTableName=None, summaryFeatureGroupTableName=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorId=None, modelVersion=None, algorithm=None, batchInputs={}, latestBatchPredictionVersion={}, refreshSchedules={}, globalPredictionArgs={}):
@@ -44,7 +44,6 @@ class BatchPredictionVersion(AbstractApiClass):
44
44
  outputFeatureGroupId (str): The BP output feature group if applicable
45
45
  outputFeatureGroupVersion (str): The BP output feature group version if applicable
46
46
  batchInputs (PredictionInput): Inputs to the batch prediction
47
- globalPredictionArgs (BatchPredictionArgs): Argument(s) passed to every prediction call
48
47
  """
49
48
 
50
49
  def __init__(self, client, batchPredictionVersion=None, batchPredictionId=None, status=None, driftMonitorStatus=None, deploymentId=None, modelId=None, modelVersion=None, predictionsStartedAt=None, predictionsCompletedAt=None, databaseOutputError=None, totalPredictions=None, failedPredictions=None, databaseConnectorId=None, databaseOutputConfiguration=None, explanations=None, fileConnectorOutputLocation=None, fileOutputFormat=None, connectorType=None, legacyInputLocation=None, error=None, driftMonitorError=None, monitorWarnings=None, csvInputPrefix=None, csvPredictionPrefix=None, csvExplanationsPrefix=None, databaseOutputTotalWrites=None, databaseOutputFailedWrites=None, outputIncludesMetadata=None, resultInputColumns=None, modelMonitorVersion=None, algoName=None, algorithm=None, outputFeatureGroupId=None, outputFeatureGroupVersion=None, batchInputs={}, globalPredictionArgs={}):
@@ -31,7 +31,8 @@ from .annotations_status import AnnotationsStatus
31
31
  from .api_class import (
32
32
  AlertActionConfig, AlertConditionConfig, ApiClass, ApiEnum,
33
33
  BatchPredictionArgs, DocumentRetrieverConfig, FeatureGroupExportConfig,
34
- MergeConfig, ParsingConfig, ProblemType, SamplingConfig, TrainingConfig
34
+ ForecastingMonitorConfig, MergeConfig, ParsingConfig, ProblemType,
35
+ SamplingConfig, TrainingConfig
35
36
  )
36
37
  from .api_client_utils import (
37
38
  INVALID_PANDAS_COLUMN_NAME_CHARACTERS, clean_column_name,
@@ -95,6 +96,7 @@ from .graph_dashboard import GraphDashboard
95
96
  from .holdout_analysis import HoldoutAnalysis
96
97
  from .holdout_analysis_version import HoldoutAnalysisVersion
97
98
  from .inferred_feature_mappings import InferredFeatureMappings
99
+ from .llm_execution_result import LlmExecutionResult
98
100
  from .llm_input import LlmInput
99
101
  from .llm_parameters import LlmParameters
100
102
  from .llm_response import LlmResponse
@@ -129,6 +131,7 @@ from .prediction_operator_version import PredictionOperatorVersion
129
131
  from .problem_type import ProblemType
130
132
  from .project import Project
131
133
  from .project_config import ProjectConfig
134
+ from .project_feature_group import ProjectFeatureGroup
132
135
  from .project_validation import ProjectValidation
133
136
  from .python_function import PythonFunction
134
137
  from .python_plot_function import PythonPlotFunction
@@ -508,7 +511,7 @@ class BaseApiClient:
508
511
  client_options (ClientOptions): Optional API client configurations
509
512
  skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
510
513
  """
511
- client_version = '0.77.0'
514
+ client_version = '0.77.5'
512
515
 
513
516
  def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
514
517
  self.api_key = api_key
@@ -955,7 +958,7 @@ class ReadOnlyClient(BaseApiClient):
955
958
  list[FeatureGroup]: All the feature groups in the organization associated with the specified project."""
956
959
  return self._call_api('listFeatureGroups', 'GET', query_params={'limit': limit, 'startAfterId': start_after_id, 'featureGroupTemplateId': feature_group_template_id, 'isIncludingDetachedFromTemplate': is_including_detached_from_template}, parse_type=FeatureGroup)
957
960
 
958
- def describe_project_feature_group(self, project_id: str, feature_group_id: str) -> FeatureGroup:
961
+ def describe_project_feature_group(self, project_id: str, feature_group_id: str) -> ProjectFeatureGroup:
959
962
  """Describe a feature group associated with a project
960
963
 
961
964
  Args:
@@ -963,10 +966,10 @@ class ReadOnlyClient(BaseApiClient):
963
966
  feature_group_id (str): The unique ID associated with the feature group.
964
967
 
965
968
  Returns:
966
- FeatureGroup: The feature group object."""
967
- return self._call_api('describeProjectFeatureGroup', 'GET', query_params={'projectId': project_id, 'featureGroupId': feature_group_id}, parse_type=FeatureGroup)
969
+ ProjectFeatureGroup: The project feature group object."""
970
+ return self._call_api('describeProjectFeatureGroup', 'GET', query_params={'projectId': project_id, 'featureGroupId': feature_group_id}, parse_type=ProjectFeatureGroup)
968
971
 
969
- def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None) -> List[FeatureGroup]:
972
+ def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None) -> List[ProjectFeatureGroup]:
970
973
  """List all the feature groups associated with a project
971
974
 
972
975
  Args:
@@ -974,8 +977,8 @@ class ReadOnlyClient(BaseApiClient):
974
977
  filter_feature_group_use (str): The feature group use filter, when given as an argument only allows feature groups present in this project to be returned if they are of the given use. Possible values are: 'USER_CREATED', 'BATCH_PREDICTION_OUTPUT'.
975
978
 
976
979
  Returns:
977
- list[FeatureGroup]: All the Feature Groups in a project."""
978
- return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use}, parse_type=FeatureGroup)
980
+ list[ProjectFeatureGroup]: All the Feature Groups in a project."""
981
+ return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use}, parse_type=ProjectFeatureGroup)
979
982
 
980
983
  def list_python_function_feature_groups(self, name: str, limit: int = 100) -> List[FeatureGroup]:
981
984
  """List all the feature groups associated with a python function.
@@ -1350,7 +1353,7 @@ class ReadOnlyClient(BaseApiClient):
1350
1353
  doc_id (str): A unique Docstore string identifier for the image.
1351
1354
  max_width (int): Rescales the returned image so the width is less than or equal to the given maximum width, while preserving the aspect ratio.
1352
1355
  max_height (int): Rescales the returned image so the height is less than or equal to the given maximum height, while preserving the aspect ratio."""
1353
- return self._call_api('getDocstoreImage', 'GET', query_params={'docId': doc_id, 'maxWidth': max_width, 'maxHeight': max_height}, streamable_response=True)
1356
+ return self._proxy_request('getDocstoreImage', 'GET', query_params={'docId': doc_id, 'maxWidth': max_width, 'maxHeight': max_height}, is_sync=True, streamable_response=True)
1354
1357
 
1355
1358
  def get_docstore_page_data(self, doc_id: str, page: int) -> PageData:
1356
1359
  """Returns the extracted page data for a document page.
@@ -1361,7 +1364,7 @@ class ReadOnlyClient(BaseApiClient):
1361
1364
 
1362
1365
  Returns:
1363
1366
  PageData: The extracted page data."""
1364
- return self._call_api('getDocstorePageData', 'GET', query_params={'docId': doc_id, 'page': page}, parse_type=PageData)
1367
+ return self._proxy_request('getDocstorePageData', 'GET', query_params={'docId': doc_id, 'page': page}, parse_type=PageData, is_sync=True)
1365
1368
 
1366
1369
  def describe_train_test_data_split_feature_group(self, model_id: str) -> FeatureGroup:
1367
1370
  """Get the train and test data split for a trained model by its unique identifier. This is only supported for models with custom algorithms.
@@ -1403,9 +1406,12 @@ class ReadOnlyClient(BaseApiClient):
1403
1406
  Model: Description of the model."""
1404
1407
  return self._call_api('describeModel', 'GET', query_params={'modelId': model_id}, parse_type=Model)
1405
1408
 
1406
- def set_model_objective(self, model_version: str, metric: str):
1409
+ def set_model_objective(self, model_version: str, metric: str = None):
1407
1410
  """Sets the best model for all model instances of the model based on the specified metric, and updates the training configuration to use the specified metric for any future model versions.
1408
1411
 
1412
+ If metric is set to None, then just use the default selection
1413
+
1414
+
1409
1415
  Args:
1410
1416
  model_version (str): The model version to set as the best model.
1411
1417
  metric (str): The metric to use to determine the best model."""
@@ -2139,16 +2145,6 @@ class ReadOnlyClient(BaseApiClient):
2139
2145
  PipelineStepVersion: """
2140
2146
  return self._call_api('describePipelineStepVersion', 'GET', query_params={'pipelineStepVersion': pipeline_step_version}, parse_type=PipelineStepVersion)
2141
2147
 
2142
- def unset_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
2143
- """Deletes the refresh schedule for a given pipeline.
2144
-
2145
- Args:
2146
- pipeline_id (str): The id of the pipeline.
2147
-
2148
- Returns:
2149
- Pipeline: Object describing the pipeline."""
2150
- return self._call_api('unsetPipelineRefreshSchedule', 'GET', query_params={'pipelineId': pipeline_id}, parse_type=Pipeline)
2151
-
2152
2148
  def pause_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
2153
2149
  """Pauses the refresh schedule for a given pipeline.
2154
2150
 
@@ -2400,7 +2396,7 @@ class ReadOnlyClient(BaseApiClient):
2400
2396
 
2401
2397
  Returns:
2402
2398
  DeploymentConversation: The deployment conversation."""
2403
- return self._call_api('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, parse_type=DeploymentConversation)
2399
+ return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, parse_type=DeploymentConversation, is_sync=True)
2404
2400
 
2405
2401
  def list_deployment_conversations(self, deployment_id: str) -> List[DeploymentConversation]:
2406
2402
  """Lists all conversations for the given deployment and current user.
@@ -2410,7 +2406,7 @@ class ReadOnlyClient(BaseApiClient):
2410
2406
 
2411
2407
  Returns:
2412
2408
  list[DeploymentConversation]: The deployment conversations."""
2413
- return self._call_api('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id}, parse_type=DeploymentConversation)
2409
+ return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id}, parse_type=DeploymentConversation, is_sync=True)
2414
2410
 
2415
2411
  def get_app_user_group(self, user_group_id: str) -> AppUserGroup:
2416
2412
  """Gets an App User Group.
@@ -3423,7 +3419,7 @@ class ApiClient(ReadOnlyClient):
3423
3419
  time.sleep(delay)
3424
3420
  raise Exception('Maximum timeout Exceeded')
3425
3421
 
3426
- def _proxy_request(self, name: str, body: dict = None, files: dict = None, parse_type=None):
3422
+ def _proxy_request(self, name: str, method: str = 'POST', query_params: dict = None, body: dict = None, files=None, parse_type=None, is_sync: bool = False, streamable_response: bool = False):
3427
3423
  headers = {'APIKEY': self.api_key}
3428
3424
  if self.server:
3429
3425
  headers['SERVER'] = self.server
@@ -3431,22 +3427,65 @@ class ApiClient(ReadOnlyClient):
3431
3427
  if endpoint is None:
3432
3428
  raise Exception(
3433
3429
  'API not supported, Please contact Abacus.ai support')
3434
- create_request_endpoint = f'{endpoint}/api/create{name}Request'
3435
- status_request_endpoint = f'{endpoint}/api/get{name}Status'
3436
- create_request = self._request(
3437
- url=create_request_endpoint, method='PUT' if files else 'POST', headers=headers, body=body, files=files)
3438
- if create_request.status_code != 200:
3439
- raise Exception(create_request.text)
3440
- request_id = create_request.json()['request_id']
3441
- response = self._status_poll(url=status_request_endpoint, wait_states={
3442
- 'PENDING'}, method='POST', body={'request_id': request_id}, headers=headers)
3443
- if response['status'] == 'FAILED':
3444
- raise Exception('Something went wrong')
3445
- result = response['result']
3446
- if result['success']:
3447
- return self._build_class(parse_type, result['result'])
3448
- error_message = result.get('error_message') or 'Something went wrong'
3449
- raise Exception(error_message)
3430
+ result = None
3431
+ if is_sync:
3432
+ sync_api_endpoint = f'{endpoint}/api/{name}'
3433
+ response = self._request(url=sync_api_endpoint, method=method, query_params=query_params,
3434
+ headers=headers, body=body, files=files, stream=streamable_response)
3435
+ if response.status_code != 200:
3436
+ raise Exception(response.text)
3437
+ if streamable_response:
3438
+ return response.raw
3439
+ response = response.json()
3440
+ if response.get('success'):
3441
+ return self._build_class(parse_type, response.get('result'))
3442
+ error_message = response.get('error') or 'Something went wrong'
3443
+ raise Exception(error_message)
3444
+ else:
3445
+ create_request_endpoint = f'{endpoint}/api/create{name}Request'
3446
+ status_request_endpoint = f'{endpoint}/api/get{name}Status'
3447
+ create_request = self._request(url=create_request_endpoint, method='PUT' if files else 'POST',
3448
+ query_params=query_params, headers=headers, body=body, files=files)
3449
+ if create_request.status_code != 200:
3450
+ raise Exception(create_request.text)
3451
+ request_id = create_request.json()['request_id']
3452
+ response = self._status_poll(url=status_request_endpoint, wait_states={
3453
+ 'PENDING'}, method='POST', body={'request_id': request_id}, headers=headers)
3454
+ if response['status'] == 'FAILED':
3455
+ exception_message = response.get(
3456
+ 'message') or 'Something went wrong'
3457
+ raise Exception(exception_message)
3458
+ result = response['result']
3459
+ if result.get('success'):
3460
+ return self._build_class(parse_type, result.get('result'))
3461
+ error_message = result.get('error') or 'Something went wrong'
3462
+ raise Exception(error_message)
3463
+
3464
+ def execute_data_query_using_llm(self, query: str, feature_group_ids: List[str], prompt_context: str = None, llm_name: str = None,
3465
+ temperature: float = None, preview: bool = False, schema_document_retriever_ids: List[str] = None,
3466
+ timeout=3600, delay=2):
3467
+ """
3468
+ Execute a data query using a large language model.
3469
+
3470
+ Args:
3471
+ query (str): The natural language query to execute. The query is converted to a SQL query using the language model.
3472
+ feature_group_ids (List[str]): A list of feature group IDs that the query should be executed against.
3473
+ prompt_context (str): The context message used to construct the prompt for the language model. If not provide, a default context message is used.
3474
+ llm_name (str): The name of the language model to use. If not provided, the default language model is used.
3475
+ temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used.
3476
+ preview (bool): If True, a preview of the query execution is returned.
3477
+ schema_document_retriever_ids (List[str]): A list of document retrievers to retrieve schema information for the data query. Otherwise, they are retrieved from the feature group metadata.
3478
+
3479
+ Returns:
3480
+ pandas.DataFrame: The result of the query.
3481
+ """
3482
+ sql = self.generate_code_for_data_query_using_llm(
3483
+ query=query, feature_group_ids=feature_group_ids, prompt_context=prompt_context, llm_name=llm_name, temperature=temperature)
3484
+ if preview:
3485
+ return self._build_class(LlmExecutionResult, {'preview': {'sql': sql}})
3486
+ execute_query = self.execute_async_feature_group_operation(sql)
3487
+ execute_query.wait_for_execution(timeout=timeout, delay=delay)
3488
+ return self._build_class(LlmExecutionResult, {'error': execute_query.error}) if execute_query.error else execute_query.load_as_pandas()
3450
3489
 
3451
3490
  def add_user_to_organization(self, email: str):
3452
3491
  """Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.
@@ -3836,6 +3875,17 @@ Creates a new feature group defined as the union of other feature group versions
3836
3875
  FeatureGroup: Feature Group corresponding to the newly created Snapshot."""
3837
3876
  return self._call_api('createSnapshotFeatureGroup', 'POST', query_params={}, body={'featureGroupVersion': feature_group_version, 'tableName': table_name}, parse_type=FeatureGroup)
3838
3877
 
3878
+ def create_online_feature_group(self, table_name: str, description: str = None) -> FeatureGroup:
3879
+ """Creates an Online Feature Group.
3880
+
3881
+ Args:
3882
+ table_name (str): Name for the newly created feature group.
3883
+ description (str): Human-readable description of the Feature Group.
3884
+
3885
+ Returns:
3886
+ FeatureGroup: The created feature group."""
3887
+ return self._call_api('createOnlineFeatureGroup', 'POST', query_params={}, body={'tableName': table_name, 'description': description}, parse_type=FeatureGroup)
3888
+
3839
3889
  def set_feature_group_sampling_config(self, feature_group_id: str, sampling_config: Union[dict, SamplingConfig]) -> FeatureGroup:
3840
3890
  """Set a FeatureGroup’s sampling to the config values provided, so that the rows the FeatureGroup returns will be a sample of those it would otherwise have returned.
3841
3891
 
@@ -5146,6 +5196,23 @@ Creates a new feature group defined as the union of other feature group versions
5146
5196
  ModelMonitor: The new model monitor that was created."""
5147
5197
  return self._call_api('createNlpDriftMonitor', 'POST', query_params={}, body={'projectId': project_id, 'predictionFeatureGroupId': prediction_feature_group_id, 'trainingFeatureGroupId': training_feature_group_id, 'name': name, 'featureMappings': feature_mappings, 'trainingFeatureMappings': training_feature_mappings, 'targetValuePerformance': target_value_performance, 'refreshSchedule': refresh_schedule}, parse_type=ModelMonitor)
5148
5198
 
5199
+ def create_forecasting_monitor(self, project_id: str, name: str, prediction_feature_group_id: str, training_feature_group_id: str, training_forecast_config: Union[dict, ForecastingMonitorConfig], prediction_forecast_config: Union[dict, ForecastingMonitorConfig], forecast_frequency: str = None, refresh_schedule: str = None) -> ModelMonitor:
5200
+ """Runs a forecasting monitor for the specified project.
5201
+
5202
+ Args:
5203
+ project_id (str): Unique string identifier of the project.
5204
+ name (str): The name you want your model monitor to have. Defaults to "<Project Name> Model Monitor".
5205
+ prediction_feature_group_id (str): Unique string identifier of the prediction data feature group.
5206
+ training_feature_group_id (str): Unique string identifier of the training data feature group.
5207
+ training_forecast_config (ForecastingMonitorConfig): The configuration for the training data.
5208
+ prediction_forecast_config (ForecastingMonitorConfig): The configuration for the prediction data.
5209
+ forecast_frequency (str): The frequency of the forecast. Defaults to the frequency of the prediction data.
5210
+ refresh_schedule (str): A cron-style string that describes a schedule in UTC to automatically rerun the created forecasting monitor.
5211
+
5212
+ Returns:
5213
+ ModelMonitor: The new model monitor that was created."""
5214
+ return self._call_api('createForecastingMonitor', 'POST', query_params={}, body={'projectId': project_id, 'name': name, 'predictionFeatureGroupId': prediction_feature_group_id, 'trainingFeatureGroupId': training_feature_group_id, 'trainingForecastConfig': training_forecast_config, 'predictionForecastConfig': prediction_forecast_config, 'forecastFrequency': forecast_frequency, 'refreshSchedule': refresh_schedule}, parse_type=ModelMonitor)
5215
+
5149
5216
  def create_eda(self, project_id: str, feature_group_id: str, name: str, refresh_schedule: str = None, include_collinearity: bool = False, include_data_consistency: bool = False, collinearity_keys: list = None, primary_keys: list = None, data_consistency_test_config: dict = None, data_consistency_reference_config: dict = None, feature_mappings: dict = None, forecast_frequency: str = None) -> Eda:
5150
5217
  """Run an Exploratory Data Analysis (EDA) for the specified project.
5151
5218
 
@@ -5858,7 +5925,7 @@ Creates a new feature group defined as the union of other feature group versions
5858
5925
  deployment_id, deployment_token)
5859
5926
  return self._call_api('getRelatedItems', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'numItems': num_items, 'page': page, 'scalingFactors': scaling_factors, 'restrictItems': restrict_items, 'excludeItems': exclude_items}, server_override=prediction_url)
5860
5927
 
5861
- def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = None, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
5928
+ def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
5862
5929
  """Return a chat response which continues the conversation based on the input messages and search results.
5863
5930
 
5864
5931
  Args:
@@ -5877,7 +5944,7 @@ Creates a new feature group defined as the union of other feature group versions
5877
5944
  deployment_id, deployment_token)
5878
5945
  return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'ignoreDocuments': ignore_documents}, server_override=prediction_url)
5879
5946
 
5880
- def get_conversation_response(self, deployment_id: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = None, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
5947
+ def get_conversation_response(self, deployment_id: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, ignore_documents: bool = False) -> Dict:
5881
5948
  """Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
5882
5949
 
5883
5950
  Args:
@@ -6152,7 +6219,7 @@ Creates a new feature group defined as the union of other feature group versions
6152
6219
  deployment_id, deployment_token)
6153
6220
  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}, server_override=prediction_url)
6154
6221
 
6155
- def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, blob: io.TextIOBase, arguments: list = None, keyword_arguments: dict = None) -> Dict:
6222
+ def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, blob: io.TextIOBase, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None) -> Dict:
6156
6223
  """Executes a deployed AI agent function with binary data as inputs.
6157
6224
 
6158
6225
  Args:
@@ -6160,10 +6227,12 @@ Creates a new feature group defined as the union of other feature group versions
6160
6227
  deployment_id (str): A unique string identifier for the deployment created under the project.
6161
6228
  blob (io.TextIOBase): The multipart/form-data of the binary data.
6162
6229
  arguments (list): Positional arguments to the agent execute function.
6163
- keyword_arguments (dict): A dictionary where each 'key' represents the parameter name and its corresponding 'value' represents the value of that parameter for the agent execute function."""
6230
+ keyword_arguments (dict): A dictionary where each 'key' represents the parameter name and its corresponding 'value' represents the value of that parameter for the agent execute function.
6231
+ deployment_conversation_id (str): A unique string identifier for the deployment conversation used for the conversation.
6232
+ external_session_id (str): A unique string identifier for the session used for the conversation. If both deployment_conversation_id and external_session_id are not provided, a new session will be created."""
6164
6233
  prediction_url = self._get_prediction_endpoint(
6165
6234
  deployment_id, deployment_token)
6166
- return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id, 'arguments': arguments, 'keywordArguments': keyword_arguments}, files={'blob': blob}, server_override=prediction_url)
6235
+ return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id, 'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id}, files={'blob': blob}, server_override=prediction_url)
6167
6236
 
6168
6237
  def create_batch_prediction(self, deployment_id: str, table_name: str = None, name: str = None, global_prediction_args: Union[dict, BatchPredictionArgs] = None, explanations: bool = False, output_format: str = None, output_location: str = None, database_connector_id: str = None, database_output_config: dict = None, refresh_schedule: str = None, csv_input_prefix: str = None, csv_prediction_prefix: str = None, csv_explanations_prefix: str = None, output_includes_metadata: bool = None, result_input_columns: list = None, input_feature_groups: dict = None) -> BatchPrediction:
6169
6238
  """Creates a batch prediction job description for the given deployment.
@@ -6473,16 +6542,17 @@ Creates a new feature group defined as the union of other feature group versions
6473
6542
  FeatureGroupRowProcess: An object representing the feature group row process"""
6474
6543
  return self._call_api('describeFeatureGroupRowProcessByKey', 'POST', query_params={'deploymentId': deployment_id}, body={'primaryKeyValue': primary_key_value}, parse_type=FeatureGroupRowProcess)
6475
6544
 
6476
- def list_feature_group_row_processes(self, deployment_id: str, limit: int = None) -> List[FeatureGroupRowProcess]:
6545
+ def list_feature_group_row_processes(self, deployment_id: str, limit: int = None, status: str = None) -> List[FeatureGroupRowProcess]:
6477
6546
  """Gets a list of feature group row processes.
6478
6547
 
6479
6548
  Args:
6480
6549
  deployment_id (str): The deployment id for the process
6481
6550
  limit (int): The maximum number of processes to return. Defaults to None.
6551
+ status (str): The status of the processes to return. Defaults to None.
6482
6552
 
6483
6553
  Returns:
6484
6554
  list[FeatureGroupRowProcess]: A list of object representing the feature group row process"""
6485
- return self._call_api('listFeatureGroupRowProcesses', 'POST', query_params={'deploymentId': deployment_id}, body={'limit': limit}, parse_type=FeatureGroupRowProcess)
6555
+ return self._call_api('listFeatureGroupRowProcesses', 'POST', query_params={'deploymentId': deployment_id}, body={'limit': limit, 'status': status}, parse_type=FeatureGroupRowProcess)
6486
6556
 
6487
6557
  def get_feature_group_row_process_summary(self, deployment_id: str) -> FeatureGroupRowProcessSummary:
6488
6558
  """Gets a summary of the statuses of the individual feature group processes.
@@ -6706,6 +6776,16 @@ Creates a new feature group defined as the union of other feature group versions
6706
6776
  PipelineStep: Object describing the pipeline."""
6707
6777
  return self._call_api('renamePipelineStep', 'PATCH', query_params={}, body={'pipelineStepId': pipeline_step_id, 'stepName': step_name}, parse_type=PipelineStep)
6708
6778
 
6779
+ def unset_pipeline_refresh_schedule(self, pipeline_id: str) -> Pipeline:
6780
+ """Deletes the refresh schedule for a given pipeline.
6781
+
6782
+ Args:
6783
+ pipeline_id (str): The id of the pipeline.
6784
+
6785
+ Returns:
6786
+ Pipeline: Object describing the pipeline."""
6787
+ return self._call_api('unsetPipelineRefreshSchedule', 'PATCH', query_params={}, body={'pipelineId': pipeline_id}, parse_type=Pipeline)
6788
+
6709
6789
  def create_graph_dashboard(self, project_id: str, name: str, python_function_ids: list = None) -> GraphDashboard:
6710
6790
  """Create a plot dashboard given selected python plots
6711
6791
 
@@ -7014,7 +7094,7 @@ Creates a new feature group defined as the union of other feature group versions
7014
7094
 
7015
7095
  Returns:
7016
7096
  DeploymentConversation: The deployment conversation."""
7017
- return self._call_api('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name}, parse_type=DeploymentConversation)
7097
+ return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name}, parse_type=DeploymentConversation, is_sync=True)
7018
7098
 
7019
7099
  def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None, deployment_token: str = None):
7020
7100
  """Delete a Deployment Conversation.
@@ -7023,7 +7103,7 @@ Creates a new feature group defined as the union of other feature group versions
7023
7103
  deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
7024
7104
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
7025
7105
  deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
7026
- return self._call_api('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token})
7106
+ return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, is_sync=True)
7027
7107
 
7028
7108
  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, deployment_id: str = None, deployment_token: str = None):
7029
7109
  """Sets a deployment conversation message as useful or not useful
@@ -7036,7 +7116,7 @@ Creates a new feature group defined as the union of other feature group versions
7036
7116
  feedback (str): Optional feedback on why the message is useful or not useful
7037
7117
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
7038
7118
  deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
7039
- 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})
7119
+ return self._proxy_request('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}, is_sync=True)
7040
7120
 
7041
7121
  def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None, deployment_token: str = None):
7042
7122
  """Rename a Deployment Conversation.
@@ -7046,7 +7126,7 @@ Creates a new feature group defined as the union of other feature group versions
7046
7126
  name (str): The new name of the conversation.
7047
7127
  deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
7048
7128
  deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in."""
7049
- return self._call_api('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'name': name})
7129
+ return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
7050
7130
 
7051
7131
  def create_app_user_group(self, name: str) -> AppUserGroup:
7052
7132
  """Creates a new App User Group. This User Group is used to have permissions to access the external chatbots.
@@ -7092,6 +7172,22 @@ Creates a new feature group defined as the union of other feature group versions
7092
7172
  user_emails (list): The emails of the users to remove from the App User Group."""
7093
7173
  return self._call_api('removeUsersFromAppUserGroup', 'POST', query_params={}, body={'userGroupId': user_group_id, 'userEmails': user_emails})
7094
7174
 
7175
+ def add_app_user_group_to_external_application(self, user_group_id: str, external_application_id: str):
7176
+ """Adds a permission for an App User Group to access an External Application.
7177
+
7178
+ Args:
7179
+ user_group_id (str): The ID of the App User Group.
7180
+ external_application_id (str): The ID of the External Application."""
7181
+ return self._call_api('addAppUserGroupToExternalApplication', 'POST', query_params={}, body={'userGroupId': user_group_id, 'externalApplicationId': external_application_id})
7182
+
7183
+ def remove_app_user_group_from_external_application(self, user_group_id: str, external_application_id: str):
7184
+ """Removes a permission for an App User Group to access an External Application.
7185
+
7186
+ Args:
7187
+ user_group_id (str): The ID of the App User Group.
7188
+ external_application_id (str): The ID of the External Application."""
7189
+ return self._call_api('removeAppUserGroupFromExternalApplication', 'POST', query_params={}, body={'userGroupId': user_group_id, 'externalApplicationId': external_application_id})
7190
+
7095
7191
  def create_external_application(self, deployment_id: str, name: str = None, logo: str = None, theme: dict = None) -> ExternalApplication:
7096
7192
  """Creates a new External Application from an existing ChatLLM Deployment.
7097
7193
 
@@ -7165,7 +7261,7 @@ Creates a new feature group defined as the union of other feature group versions
7165
7261
  Agent: The updated agent"""
7166
7262
  return self._call_api('updateAgent', 'POST', query_params={}, body={'modelId': model_id, 'functionSourceCode': function_source_code, 'agentFunctionName': agent_function_name, 'memory': memory, 'packageRequirements': package_requirements, 'description': description, 'enableBinaryInput': enable_binary_input}, parse_type=Agent)
7167
7263
 
7168
- def evaluate_prompt(self, prompt: str, system_message: str = None, llm_name: str = None, max_tokens: int = None, temperature: float = None, messages: list = None) -> LlmResponse:
7264
+ def evaluate_prompt(self, prompt: str, system_message: str = None, llm_name: str = None, max_tokens: int = None, temperature: float = 0.0, messages: list = None) -> LlmResponse:
7169
7265
  """Generate response to the prompt using the specified model.
7170
7266
 
7171
7267
  Args:
@@ -7173,13 +7269,13 @@ Creates a new feature group defined as the union of other feature group versions
7173
7269
  system_message (str): System message for models that support it.
7174
7270
  llm_name (str): Name of the underlying LLM to be used for generation. Should be one of 'OPENAI_GPT4', 'OPENAI_GPT3_5', 'CLAUDE_V2', 'ABACUS', 'ABACUS_LONG', 'PALM', or 'LLAMA2_CHAT'. Default is auto selection.
7175
7271
  max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
7176
- temperature (float): Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 1.0. A range of 0.0 - 1.0 is allowed.
7272
+ 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.
7177
7273
  messages (list): A list of messages to use as conversation history. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text.
7178
7274
 
7179
7275
  Returns:
7180
7276
  LlmResponse: The response from the model, raw text and parsed components."""
7181
7277
  try:
7182
- return self._proxy_request('EvaluatePrompt', body={'prompt': prompt, 'system_message': system_message, 'llm_name': llm_name, 'max_tokens': max_tokens, 'temperature': temperature, 'messages': messages}, parse_type=LlmResponse)
7278
+ return self._proxy_request('EvaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens, 'temperature': temperature, 'messages': messages}, parse_type=LlmResponse)
7183
7279
  except Exception:
7184
7280
  return self._call_api('evaluatePrompt', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens, 'temperature': temperature, 'messages': messages, 'useProxyServiceFlow': False}, parse_type=LlmResponse, timeout=300)
7185
7281
 
@@ -7208,6 +7304,20 @@ Creates a new feature group defined as the union of other feature group versions
7208
7304
  LlmParameters: The parameters for LLM using the given inputs."""
7209
7305
  return self._call_api('getLLMParameters', 'POST', query_params={}, body={'prompt': prompt, 'systemMessage': system_message, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmParameters, timeout=300)
7210
7306
 
7307
+ def generate_code_for_data_query_using_llm(self, query: str, feature_group_ids: list, prompt_context: str = None, llm_name: str = None, temperature: float = None) -> str:
7308
+ """Execute a data query using a large language model in an async fashion.
7309
+
7310
+ Args:
7311
+ query (str): The natural language query to execute. The query is converted to a SQL query using the language model.
7312
+ feature_group_ids (list): A list of feature group IDs that the query should be executed against.
7313
+ prompt_context (str): The context message used to construct the prompt for the language model. If not provide, a default context message is used.
7314
+ llm_name (str): The name of the language model to use. If not provided, the default language model is used.
7315
+ temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used."""
7316
+ try:
7317
+ return self._proxy_request('GenerateCodeForDataQueryUsingLlm', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature})
7318
+ except Exception:
7319
+ return self._call_api('generateCodeForDataQueryUsingLLM', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature, 'useProxyServiceFlow': False})
7320
+
7211
7321
  def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None) -> DocumentRetriever:
7212
7322
  """Returns a document retriever that stores embeddings for document chunks in a feature group.
7213
7323
 
@@ -7315,6 +7425,6 @@ Creates a new feature group defined as the union of other feature group versions
7315
7425
  Returns:
7316
7426
  list[DocumentRetrieverLookupResult]: The snippets found from the documents."""
7317
7427
  try:
7318
- return self._proxy_request('GetRelevantSnippets', body={'doc_ids': doc_ids, 'query': query, 'document_retriever_config': document_retriever_config, 'honor_sentence_boundary': honor_sentence_boundary, 'num_retrieval_margin_words': num_retrieval_margin_words, 'max_words_per_snippet': max_words_per_snippet, 'max_snippets_per_document': max_snippets_per_document, 'start_word_index': start_word_index, 'end_word_index': end_word_index, 'including_bounding_boxes': including_bounding_boxes}, files=blobs, parse_type=DocumentRetrieverLookupResult)
7428
+ return self._proxy_request('GetRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': json.dumps(document_retriever_config), 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes}, files=blobs, parse_type=DocumentRetrieverLookupResult)
7319
7429
  except Exception:
7320
- return self._call_api('getRelevantSnippets', 'POST', query_params={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': document_retriever_config, 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes}, parse_type=DocumentRetrieverLookupResult, files=blobs)
7430
+ return self._call_api('getRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'blobs': blobs, 'query': query, 'documentRetrieverConfig': document_retriever_config, 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes, 'useProxyServiceFlow': False}, parse_type=DocumentRetrieverLookupResult, files=blobs)