abacusai 1.0.0__tar.gz → 1.0.1__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 (758) hide show
  1. {abacusai-1.0.0/abacusai.egg-info → abacusai-1.0.1}/PKG-INFO +1 -1
  2. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/__init__.py +1 -1
  3. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/model.py +0 -5
  4. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_client_utils.py +48 -12
  5. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/client.py +88 -63
  6. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/data_metrics.py +7 -5
  7. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/deployment.py +1 -1
  8. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_data.py +6 -4
  9. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group.py +3 -3
  10. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_version.py +1 -1
  11. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/page_data.py +6 -4
  12. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project.py +5 -3
  13. abacusai-1.0.1/abacusai/public.pem +5 -0
  14. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/python_function.py +1 -1
  15. {abacusai-1.0.0 → abacusai-1.0.1/abacusai.egg-info}/PKG-INFO +1 -1
  16. abacusai-1.0.1/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +96 -0
  17. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +45 -0
  18. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +118 -39
  19. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +14 -7
  20. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +17 -0
  21. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +88 -34
  22. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +7 -3
  23. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +8 -8
  24. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/index.rst.txt +165 -75
  25. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +2 -2
  26. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +3 -3
  27. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/dataset/index.html +22 -31
  28. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/enums/index.html +46 -0
  29. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/index.html +441 -357
  30. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/model/index.html +12 -6
  31. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_client_utils/index.html +19 -1
  32. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/client/index.html +118 -55
  33. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_data/index.html +5 -3
  34. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group/index.html +6 -6
  35. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/index.html +301 -211
  36. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_client/index.html +2 -2
  37. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_feature_group/index.html +2 -2
  38. {abacusai-1.0.0 → abacusai-1.0.1}/docs/genindex.html +143 -87
  39. abacusai-1.0.1/docs/objects.inv +0 -0
  40. abacusai-1.0.1/docs/searchindex.js +1 -0
  41. {abacusai-1.0.0 → abacusai-1.0.1}/setup.py +1 -1
  42. abacusai-1.0.0/abacusai/public.pem +0 -5
  43. abacusai-1.0.0/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -109
  44. abacusai-1.0.0/docs/objects.inv +0 -0
  45. abacusai-1.0.0/docs/searchindex.js +0 -1
  46. {abacusai-1.0.0 → abacusai-1.0.1}/.gitignore +0 -0
  47. {abacusai-1.0.0 → abacusai-1.0.1}/LICENSE +0 -0
  48. {abacusai-1.0.0 → abacusai-1.0.1}/README.md +0 -0
  49. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/abacus_api.py +0 -0
  50. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/agent.py +0 -0
  51. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/agent_data_document_info.py +0 -0
  52. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/agent_data_execution_result.py +0 -0
  53. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/agent_data_upload_result.py +0 -0
  54. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/agent_version.py +0 -0
  55. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/ai_building_task.py +0 -0
  56. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/algorithm.py +0 -0
  57. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/annotation.py +0 -0
  58. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/annotation_config.py +0 -0
  59. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/annotation_document.py +0 -0
  60. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/annotation_entry.py +0 -0
  61. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/annotations_status.py +0 -0
  62. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/__init__.py +0 -0
  63. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/abstract.py +0 -0
  64. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/ai_agents.py +0 -0
  65. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/batch_prediction.py +0 -0
  66. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/blob_input.py +0 -0
  67. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/dataset.py +0 -0
  68. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/dataset_application_connector.py +0 -0
  69. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/document_retriever.py +0 -0
  70. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/enums.py +0 -0
  71. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/feature_group.py +0 -0
  72. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/monitor.py +0 -0
  73. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/monitor_alert.py +0 -0
  74. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/project.py +0 -0
  75. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/python_functions.py +0 -0
  76. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_class/refresh.py +0 -0
  77. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_endpoint.py +0 -0
  78. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/api_key.py +0 -0
  79. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/app_user_group.py +0 -0
  80. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/application_connector.py +0 -0
  81. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/batch_prediction.py +0 -0
  82. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/batch_prediction_version.py +0 -0
  83. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/batch_prediction_version_logs.py +0 -0
  84. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/categorical_range_violation.py +0 -0
  85. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/chat_message.py +0 -0
  86. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/chat_session.py +0 -0
  87. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/code_source.py +0 -0
  88. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/concatenation_config.py +0 -0
  89. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/cpu_gpu_memory_specs.py +0 -0
  90. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/cryptography.py +0 -0
  91. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/custom_loss_function.py +0 -0
  92. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/custom_metric.py +0 -0
  93. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/custom_metric_version.py +0 -0
  94. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/custom_train_function_info.py +0 -0
  95. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/data_consistency_duplication.py +0 -0
  96. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/data_prep_logs.py +0 -0
  97. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/data_quality_results.py +0 -0
  98. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/database_connector.py +0 -0
  99. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/database_connector_column.py +0 -0
  100. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/database_connector_schema.py +0 -0
  101. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/dataset.py +0 -0
  102. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/dataset_column.py +0 -0
  103. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/dataset_version.py +0 -0
  104. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/dataset_version_logs.py +0 -0
  105. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/deployment_auth_token.py +0 -0
  106. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/deployment_conversation.py +0 -0
  107. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/deployment_conversation_event.py +0 -0
  108. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/deployment_conversation_export.py +0 -0
  109. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document.py +0 -0
  110. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_annotation.py +0 -0
  111. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_retriever.py +0 -0
  112. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_retriever_config.py +0 -0
  113. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_retriever_lookup_result.py +0 -0
  114. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_retriever_version.py +0 -0
  115. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_store.py +0 -0
  116. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/document_store_import.py +0 -0
  117. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/drift_distribution.py +0 -0
  118. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/drift_distributions.py +0 -0
  119. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda.py +0 -0
  120. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_chart_description.py +0 -0
  121. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_collinearity.py +0 -0
  122. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_data_consistency.py +0 -0
  123. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_feature_association.py +0 -0
  124. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_feature_collinearity.py +0 -0
  125. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_forecasting_analysis.py +0 -0
  126. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/eda_version.py +0 -0
  127. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
  128. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/execute_feature_group_operation.py +0 -0
  129. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/external_application.py +0 -0
  130. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/extracted_fields.py +0 -0
  131. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature.py +0 -0
  132. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_distribution.py +0 -0
  133. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_drift_record.py +0 -0
  134. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_drift_summary.py +0 -0
  135. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_document.py +0 -0
  136. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_export.py +0 -0
  137. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_export_config.py +0 -0
  138. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_export_download_url.py +0 -0
  139. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_lineage.py +0 -0
  140. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_refresh_export_config.py +0 -0
  141. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_row.py +0 -0
  142. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_row_process.py +0 -0
  143. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_row_process_logs.py +0 -0
  144. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_row_process_summary.py +0 -0
  145. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_template.py +0 -0
  146. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_group_template_variable_options.py +0 -0
  147. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_importance.py +0 -0
  148. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_mapping.py +0 -0
  149. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/feature_record.py +0 -0
  150. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/file_connector.py +0 -0
  151. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/file_connector_instructions.py +0 -0
  152. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/file_connector_verification.py +0 -0
  153. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/finetuned_pretrained_model.py +0 -0
  154. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
  155. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/forecasting_monitor_item_analysis.py +0 -0
  156. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/forecasting_monitor_summary.py +0 -0
  157. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/function_logs.py +0 -0
  158. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/generated_pit_feature_config_option.py +0 -0
  159. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/graph_dashboard.py +0 -0
  160. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/holdout_analysis.py +0 -0
  161. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/holdout_analysis_version.py +0 -0
  162. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/hosted_model_token.py +0 -0
  163. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/indexing_config.py +0 -0
  164. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/inferred_feature_mappings.py +0 -0
  165. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/item_statistics.py +0 -0
  166. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_code_block.py +0 -0
  167. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_execution_preview.py +0 -0
  168. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_execution_result.py +0 -0
  169. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_generated_code.py +0 -0
  170. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_input.py +0 -0
  171. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_parameters.py +0 -0
  172. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/llm_response.py +0 -0
  173. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/memory_options.py +0 -0
  174. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model.py +0 -0
  175. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_artifacts_export.py +0 -0
  176. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_blueprint_export.py +0 -0
  177. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_blueprint_stage.py +0 -0
  178. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_location.py +0 -0
  179. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_metrics.py +0 -0
  180. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor.py +0 -0
  181. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor_org_summary.py +0 -0
  182. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor_summary.py +0 -0
  183. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor_summary_from_org.py +0 -0
  184. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor_version.py +0 -0
  185. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_monitor_version_metric_data.py +0 -0
  186. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_training_type_for_deployment.py +0 -0
  187. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_upload.py +0 -0
  188. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_version.py +0 -0
  189. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/model_version_feature_group_schema.py +0 -0
  190. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/modification_lock_info.py +0 -0
  191. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/module.py +0 -0
  192. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/monitor_alert.py +0 -0
  193. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/monitor_alert_version.py +0 -0
  194. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/natural_language_explanation.py +0 -0
  195. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/nested_feature.py +0 -0
  196. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/nested_feature_schema.py +0 -0
  197. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/notebook_completion.py +0 -0
  198. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/notebook_template.py +0 -0
  199. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/null_violation.py +0 -0
  200. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/organization_external_application_settings.py +0 -0
  201. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/organization_group.py +0 -0
  202. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/organization_search_result.py +0 -0
  203. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/organization_secret.py +0 -0
  204. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline.py +0 -0
  205. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_reference.py +0 -0
  206. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_step.py +0 -0
  207. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_step_version.py +0 -0
  208. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_step_version_logs.py +0 -0
  209. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_step_version_reference.py +0 -0
  210. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_version.py +0 -0
  211. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/pipeline_version_logs.py +0 -0
  212. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/point_in_time_feature.py +0 -0
  213. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/point_in_time_feature_info.py +0 -0
  214. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/point_in_time_group.py +0 -0
  215. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/point_in_time_group_feature.py +0 -0
  216. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_client.py +0 -0
  217. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_dataset.py +0 -0
  218. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_feature_group.py +0 -0
  219. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_input.py +0 -0
  220. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_metric.py +0 -0
  221. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_metric_version.py +0 -0
  222. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_operator.py +0 -0
  223. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/prediction_operator_version.py +0 -0
  224. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/problem_type.py +0 -0
  225. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project_config.py +0 -0
  226. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project_feature_group.py +0 -0
  227. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project_feature_group_schema.py +0 -0
  228. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project_feature_group_schema_version.py +0 -0
  229. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/project_validation.py +0 -0
  230. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/python_function_validator.py +0 -0
  231. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/python_plot_function.py +0 -0
  232. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/range_violation.py +0 -0
  233. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/refresh_pipeline_run.py +0 -0
  234. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/refresh_policy.py +0 -0
  235. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/refresh_schedule.py +0 -0
  236. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/requirements.txt +0 -0
  237. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/resolved_feature_group_template.py +0 -0
  238. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/return_class.py +0 -0
  239. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/schema.py +0 -0
  240. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/streaming_auth_token.py +0 -0
  241. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/streaming_client.py +0 -0
  242. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/streaming_connector.py +0 -0
  243. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/streaming_row_count.py +0 -0
  244. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/streaming_sample_code.py +0 -0
  245. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/test_point_predictions.py +0 -0
  246. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/training_config_options.py +0 -0
  247. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/type_violation.py +0 -0
  248. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/upload.py +0 -0
  249. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/upload_part.py +0 -0
  250. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/use_case.py +0 -0
  251. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/use_case_requirements.py +0 -0
  252. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/user.py +0 -0
  253. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/user_exception.py +0 -0
  254. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai/webhook.py +0 -0
  255. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai.egg-info/SOURCES.txt +0 -0
  256. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai.egg-info/dependency_links.txt +0 -0
  257. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai.egg-info/requires.txt +0 -0
  258. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai.egg-info/top_level.txt +0 -0
  259. {abacusai-1.0.0 → abacusai-1.0.1}/abacusai.egg-info/zip-safe +0 -0
  260. {abacusai-1.0.0 → abacusai-1.0.1}/docs/.buildinfo +0 -0
  261. {abacusai-1.0.0 → abacusai-1.0.1}/docs/.nojekyll +0 -0
  262. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
  263. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
  264. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
  265. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
  266. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
  267. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
  268. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
  269. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  270. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  271. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  272. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
  273. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  274. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  275. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  276. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
  277. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
  278. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
  279. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
  280. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
  281. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  282. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
  283. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
  284. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
  285. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
  286. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
  287. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  288. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
  289. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  290. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  291. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
  292. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  293. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  294. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  295. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
  296. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  297. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  298. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  299. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
  300. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  301. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  302. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
  303. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  304. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  305. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  306. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  307. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  308. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  309. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  310. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
  311. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  312. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  313. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  314. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
  315. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
  316. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  317. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  318. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  319. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
  320. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  321. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  322. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
  323. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
  324. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
  325. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  326. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  327. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
  328. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
  329. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
  330. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
  331. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  332. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  333. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  334. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  335. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  336. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  337. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  338. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  339. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  340. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  341. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  342. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  343. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  344. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  345. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  346. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  347. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
  348. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
  349. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  350. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
  351. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
  352. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  353. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
  354. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  355. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  356. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  357. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  358. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  359. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
  360. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
  361. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
  362. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
  363. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
  364. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  365. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  366. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  367. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  368. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
  369. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  370. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  371. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  372. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  373. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
  374. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  375. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
  376. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
  377. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  378. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  379. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  380. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
  381. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
  382. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
  383. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  384. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
  385. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  386. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  387. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  388. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  389. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
  390. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
  391. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
  392. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  393. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
  394. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
  395. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  396. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
  397. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  398. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  399. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  400. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  401. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  402. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  403. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  404. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  405. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  406. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  407. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  408. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  409. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  410. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  411. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  412. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
  413. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  414. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  415. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  416. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  417. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  418. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  419. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
  420. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  421. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  422. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  423. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
  424. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  425. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
  426. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
  427. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
  428. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  429. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  430. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  431. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  432. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
  433. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  434. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  435. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
  436. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  437. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
  438. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  439. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  440. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  441. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  442. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  443. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  444. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  445. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
  446. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
  447. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  448. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  449. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
  450. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
  451. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  452. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
  453. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
  454. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  455. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  456. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  457. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  458. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  459. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  460. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  461. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  462. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  463. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  464. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  465. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
  466. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  467. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  468. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  469. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
  470. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
  471. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
  472. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  473. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  474. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  475. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  476. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  477. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  478. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  479. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  480. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
  481. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
  482. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
  483. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
  484. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  485. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_sources/index.rst.txt +0 -0
  486. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  487. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/basic.css +0 -0
  488. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/badge_only.css +0 -0
  489. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  490. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  491. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  492. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  493. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  494. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  495. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  496. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  497. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  498. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  499. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  500. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
  501. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  502. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  503. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  504. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
  505. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  506. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/css/theme.css +0 -0
  507. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/doctools.js +0 -0
  508. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/documentation_options.js +0 -0
  509. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/file.png +0 -0
  510. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/graphviz.css +0 -0
  511. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/jquery-3.5.1.js +0 -0
  512. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/jquery-3.6.0.js +0 -0
  513. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/jquery.js +0 -0
  514. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/js/badge_only.js +0 -0
  515. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  516. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/js/html5shiv.min.js +0 -0
  517. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/js/theme.js +0 -0
  518. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/language_data.js +0 -0
  519. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/minus.png +0 -0
  520. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/plus.png +0 -0
  521. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/pygments.css +0 -0
  522. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/searchtools.js +0 -0
  523. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/sphinx_highlight.js +0 -0
  524. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/underscore-1.13.1.js +0 -0
  525. {abacusai-1.0.0 → abacusai-1.0.1}/docs/_static/underscore.js +0 -0
  526. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
  527. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/agent/index.html +0 -0
  528. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
  529. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
  530. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
  531. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/agent_version/index.html +0 -0
  532. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
  533. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/algorithm/index.html +0 -0
  534. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/annotation/index.html +0 -0
  535. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
  536. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
  537. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
  538. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
  539. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  540. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
  541. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
  542. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
  543. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
  544. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
  545. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  546. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
  547. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
  548. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
  549. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
  550. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
  551. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  552. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
  553. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
  554. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/api_key/index.html +0 -0
  555. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
  556. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/application_connector/index.html +0 -0
  557. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
  558. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
  559. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
  560. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
  561. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  562. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/chat_message/index.html +0 -0
  563. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/chat_session/index.html +0 -0
  564. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/code_source/index.html +0 -0
  565. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
  566. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
  567. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/cryptography/index.html +0 -0
  568. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
  569. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
  570. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
  571. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
  572. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
  573. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  574. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
  575. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
  576. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
  577. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/database_connector/index.html +0 -0
  578. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
  579. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
  580. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/dataset/index.html +0 -0
  581. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
  582. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
  583. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
  584. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/deployment/index.html +0 -0
  585. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
  586. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
  587. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
  588. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
  589. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document/index.html +0 -0
  590. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
  591. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
  592. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
  593. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
  594. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
  595. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_store/index.html +0 -0
  596. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
  597. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
  598. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
  599. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda/index.html +0 -0
  600. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
  601. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
  602. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
  603. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
  604. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
  605. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
  606. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  607. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/eda_version/index.html +0 -0
  608. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
  609. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
  610. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  611. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/external_application/index.html +0 -0
  612. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
  613. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature/index.html +0 -0
  614. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
  615. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
  616. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
  617. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
  618. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
  619. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
  620. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
  621. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
  622. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  623. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
  624. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
  625. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
  626. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
  627. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
  628. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
  629. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
  630. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
  631. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
  632. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
  633. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/feature_record/index.html +0 -0
  634. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/file_connector/index.html +0 -0
  635. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
  636. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
  637. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
  638. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
  639. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
  640. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
  641. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/function_logs/index.html +0 -0
  642. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
  643. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
  644. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
  645. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
  646. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
  647. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
  648. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
  649. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
  650. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  651. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  652. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
  653. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
  654. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
  655. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
  656. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_input/index.html +0 -0
  657. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
  658. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_response/index.html +0 -0
  659. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
  660. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/memory_options/index.html +0 -0
  661. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model/index.html +0 -0
  662. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
  663. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
  664. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
  665. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_location/index.html +0 -0
  666. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
  667. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
  668. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
  669. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
  670. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
  671. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
  672. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
  673. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
  674. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_upload/index.html +0 -0
  675. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_version/index.html +0 -0
  676. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
  677. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
  678. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/module/index.html +0 -0
  679. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
  680. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
  681. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
  682. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
  683. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
  684. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  685. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  686. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/null_violation/index.html +0 -0
  687. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
  688. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/organization_group/index.html +0 -0
  689. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
  690. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
  691. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/page_data/index.html +0 -0
  692. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline/index.html +0 -0
  693. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
  694. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
  695. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
  696. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
  697. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
  698. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
  699. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
  700. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
  701. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
  702. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
  703. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
  704. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
  705. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
  706. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
  707. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
  708. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
  709. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
  710. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
  711. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  712. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/problem_type/index.html +0 -0
  713. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project/index.html +0 -0
  714. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_config/index.html +0 -0
  715. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
  716. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
  717. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
  718. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/project_validation/index.html +0 -0
  719. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/python_function/index.html +0 -0
  720. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
  721. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
  722. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/range_violation/index.html +0 -0
  723. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
  724. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
  725. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
  726. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
  727. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/return_class/index.html +0 -0
  728. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/schema/index.html +0 -0
  729. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
  730. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
  731. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
  732. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
  733. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
  734. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
  735. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
  736. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
  737. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/type_violation/index.html +0 -0
  738. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/upload/index.html +0 -0
  739. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/upload_part/index.html +0 -0
  740. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/use_case/index.html +0 -0
  741. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
  742. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/user/index.html +0 -0
  743. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/user_exception/index.html +0 -0
  744. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/vector_store/index.html +0 -0
  745. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
  746. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
  747. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
  748. {abacusai-1.0.0 → abacusai-1.0.1}/docs/autoapi/abacusai/webhook/index.html +0 -0
  749. {abacusai-1.0.0 → abacusai-1.0.1}/docs/index.html +0 -0
  750. {abacusai-1.0.0 → abacusai-1.0.1}/docs/py-modindex.html +0 -0
  751. {abacusai-1.0.0 → abacusai-1.0.1}/docs/search.html +0 -0
  752. {abacusai-1.0.0 → abacusai-1.0.1}/examples/fullscript.py +0 -0
  753. {abacusai-1.0.0 → abacusai-1.0.1}/featurestore.md +0 -0
  754. {abacusai-1.0.0 → abacusai-1.0.1}/requirements.txt +0 -0
  755. {abacusai-1.0.0 → abacusai-1.0.1}/setup.cfg +0 -0
  756. {abacusai-1.0.0 → abacusai-1.0.1}/sphinx/build_docs +0 -0
  757. {abacusai-1.0.0 → abacusai-1.0.1}/sphinx/conf.py +0 -0
  758. {abacusai-1.0.0 → abacusai-1.0.1}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abacusai
3
- Version: 1.0.0
3
+ Version: 1.0.1
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__ = "1.00.0"
7
+ __version__ = "1.0.1"
@@ -381,8 +381,6 @@ class NamedEntityExtractionTrainingConfig(TrainingConfig):
381
381
  ner_model_type (NERModelType): Type of NER model to use.
382
382
  test_split (int): Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset.
383
383
  test_row_indicator (str): Column indicating which rows to use for training (TRAIN) and testing (TEST).
384
- dropout_rate (float): Dropout rate for neural network.
385
- batch_size (BatchSize): Batch size for neural network.
386
384
  active_labels_column (str): Entities that have been marked in a particular text
387
385
  document_format (NLPDocumentFormat): Format of the input documents.
388
386
  include_longformer (bool): Whether to include the longformer model.
@@ -395,9 +393,6 @@ class NamedEntityExtractionTrainingConfig(TrainingConfig):
395
393
  # Data Split Params
396
394
  test_split: int = dataclasses.field(default=None)
397
395
  test_row_indicator: str = dataclasses.field(default=None)
398
- # Neural Network
399
- dropout_rate: float = dataclasses.field(default=None)
400
- batch_size: enums.BatchSize = dataclasses.field(default=None)
401
396
  # Named Entity Recognition
402
397
  active_labels_column: str = dataclasses.field(default=None)
403
398
  document_format: enums.NLPDocumentFormat = dataclasses.field(default=None)
@@ -181,6 +181,10 @@ class DocstoreUtils:
181
181
  TOKENS = 'tokens'
182
182
  PAGES_ZIP_METADATA = 'pages_zip_metadata'
183
183
  PAGE_DATA = 'page_data'
184
+ HEIGHT = 'height'
185
+ WIDTH = 'width'
186
+ METADATA = 'metadata'
187
+ EXTRACTED_TEXT = 'extracted_text'
184
188
 
185
189
  @staticmethod
186
190
  def get_archive_id(doc_id: str):
@@ -206,11 +210,24 @@ class DocstoreUtils:
206
210
  import numpy as np
207
211
  import pandas as pd
208
212
 
213
+ chunk_size = 10 * 1024 * 1024
214
+
209
215
  group_by_archive = df.groupby(
210
216
  df[doc_id_column].apply(lambda x: cls.get_archive_id(x)))
211
- load_pages_args = []
217
+
218
+ def load_page(archive_bytes: bytes, offset: int, size: int):
219
+ page_bytes = archive_bytes[offset:offset + size]
220
+ return json.loads(page_bytes.decode('utf-8'))
221
+
222
+ def download_archive_chunk(offset: int, size: int, archive_id: str):
223
+ return get_docstore_resource_bytes(feature_group_version, cls.PAGE_DATA, archive_id, offset=offset, size=size)
224
+
225
+ pages_list = []
212
226
 
213
227
  for archive_id, archive_group_df in group_by_archive:
228
+ load_pages_args = []
229
+ min_offset = None
230
+ max_offset = None
214
231
  pages_metadata_bytes = get_docstore_resource_bytes(
215
232
  feature_group_version, cls.PAGES_ZIP_METADATA, archive_id)
216
233
  pages_metadata = json.loads(pages_metadata_bytes.decode('utf-8'))
@@ -221,18 +238,28 @@ class DocstoreUtils:
221
238
  for page in range(pages_ref[cls.FIRST_PAGE], pages_ref[cls.LAST_PAGE] + 1):
222
239
  page_id = cls.get_page_id(doc_id, page)
223
240
  offset, size = pages_metadata[page_id]
224
- load_pages_args.append((archive_id, offset, size))
241
+ load_pages_args.append((offset, size))
242
+ if min_offset is None:
243
+ min_offset = offset
244
+ if max_offset is None:
245
+ max_offset = offset + size
246
+ min_offset = min(min_offset, offset)
247
+ max_offset = max(max_offset, offset + size)
248
+
249
+ chunk_args = [(offset, chunk_size, archive_id)
250
+ for offset in range(min_offset, max_offset, chunk_size)]
251
+
252
+ with ThreadPoolExecutor(max_workers) as executor:
253
+ archive_chunks = executor.map(
254
+ lambda args: download_archive_chunk(*args), chunk_args)
225
255
 
226
- def load_page(archive_id: str, offset: int, size: int):
227
- page_bytes = get_docstore_resource_bytes(
228
- feature_group_version, cls.PAGE_DATA, archive_id, offset=offset, size=size)
229
- return page_bytes.decode('utf-8')
256
+ archive_bytes = b''.join(archive_chunks)
230
257
 
231
- with ThreadPoolExecutor(max_workers) as executor:
232
- pages_list = executor.map(
233
- lambda args: load_page(*args), load_pages_args)
258
+ for offset, size in load_pages_args:
259
+ pages_list.append(
260
+ load_page(archive_bytes, offset - min_offset, size))
234
261
 
235
- pages_df = pd.DataFrame([json.loads(page) for page in pages_list])
262
+ pages_df = pd.DataFrame(pages_list)
236
263
  pages_df = pages_df.replace({np.nan: None})
237
264
  return pages_df
238
265
 
@@ -255,11 +282,20 @@ class DocstoreUtils:
255
282
  # No need to sort as page_df is already sorted.
256
283
  def combine_doc_info(group):
257
284
  pages = list(group[cls.PAGE_TEXT])
285
+ result = {cls.PAGES: pages}
258
286
  if cls.TOKENS in group:
259
287
  tokens = [tok for page_tokens in group[cls.TOKENS]
260
288
  if page_tokens for tok in page_tokens]
261
- return {cls.PAGES: pages, cls.TOKENS: tokens}
262
- return {cls.PAGES: pages}
289
+ height_list = list(group[cls.HEIGHT])
290
+ width_list = list(group[cls.WIDTH])
291
+ metadata_list = [{'height': h, 'width': w, 'page': page_no}
292
+ for page_no, (h, w) in enumerate(zip(height_list, width_list))]
293
+ result.update(
294
+ {cls.TOKENS: tokens, cls.METADATA: metadata_list})
295
+ if cls.EXTRACTED_TEXT in group:
296
+ extracted_text = list(group[cls.EXTRACTED_TEXT])
297
+ result.update({cls.EXTRACTED_TEXT: extracted_text})
298
+ return result
263
299
 
264
300
  doc_infos = pages_df.groupby(doc_id_column).apply(
265
301
  combine_doc_info).reset_index(name=document_column)
@@ -107,7 +107,6 @@ from .inferred_feature_mappings import InferredFeatureMappings
107
107
  from .llm_execution_result import LlmExecutionResult
108
108
  from .llm_generated_code import LlmGeneratedCode
109
109
  from .llm_input import LlmInput
110
- from .llm_parameters import LlmParameters
111
110
  from .llm_response import LlmResponse
112
111
  from .model import Model
113
112
  from .model_artifacts_export import ModelArtifactsExport
@@ -521,7 +520,7 @@ class BaseApiClient:
521
520
  client_options (ClientOptions): Optional API client configurations
522
521
  skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
523
522
  """
524
- client_version = '1.00.0'
523
+ client_version = '1.0.1'
525
524
 
526
525
  def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
527
526
  self.api_key = api_key
@@ -1032,16 +1031,18 @@ class ReadOnlyClient(BaseApiClient):
1032
1031
  ProjectFeatureGroup: The project feature group object."""
1033
1032
  return self._call_api('describeProjectFeatureGroup', 'GET', query_params={'projectId': project_id, 'featureGroupId': feature_group_id}, parse_type=ProjectFeatureGroup)
1034
1033
 
1035
- def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None) -> List[ProjectFeatureGroup]:
1034
+ def list_project_feature_groups(self, project_id: str, filter_feature_group_use: str = None, limit: int = 100, start_after_id: str = None) -> List[ProjectFeatureGroup]:
1036
1035
  """List all the feature groups associated with a project
1037
1036
 
1038
1037
  Args:
1039
1038
  project_id (str): The unique ID associated with the project.
1040
1039
  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'.
1040
+ limit (int): The maximum number of feature groups to be retrieved.
1041
+ start_after_id (str): An offset parameter to exclude all feature groups up to a specified ID.
1041
1042
 
1042
1043
  Returns:
1043
1044
  list[ProjectFeatureGroup]: All the Feature Groups in a project."""
1044
- return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use}, parse_type=ProjectFeatureGroup)
1045
+ return self._call_api('listProjectFeatureGroups', 'GET', query_params={'projectId': project_id, 'filterFeatureGroupUse': filter_feature_group_use, 'limit': limit, 'startAfterId': start_after_id}, parse_type=ProjectFeatureGroup)
1045
1046
 
1046
1047
  def list_python_function_feature_groups(self, name: str, limit: int = 100) -> List[FeatureGroup]:
1047
1048
  """List all the feature groups associated with a python function.
@@ -2027,10 +2028,10 @@ class ReadOnlyClient(BaseApiClient):
2027
2028
  return self._call_api('describeRefreshPipelineRun', 'GET', query_params={'refreshPipelineRunId': refresh_pipeline_run_id}, parse_type=RefreshPipelineRun)
2028
2029
 
2029
2030
  def list_refresh_policies(self, project_id: str = None, dataset_ids: list = [], feature_group_id: str = None, model_ids: list = [], deployment_ids: list = [], batch_prediction_ids: list = [], model_monitor_ids: list = [], prediction_metric_ids: list = [], notebook_ids: list = []) -> List[RefreshPolicy]:
2030
- """List the refresh policies for the organization
2031
+ """List the refresh policies for the organization. If no filters are specified, all refresh policies are returned.
2031
2032
 
2032
2033
  Args:
2033
- project_id (str): Optionally, a Project ID can be specified so that all datasets, models, deployments, batch predictions, prediction metrics, model monitors, and notebooks are captured at the instant this policy was created.
2034
+ project_id (str): Project ID for which we wish to see the refresh policies attached.
2034
2035
  dataset_ids (list): Comma-separated list of Dataset IDs.
2035
2036
  feature_group_id (str): Feature Group ID for which we wish to see the refresh policies attached.
2036
2037
  model_ids (list): Comma-separated list of Model IDs.
@@ -2152,7 +2153,7 @@ class ReadOnlyClient(BaseApiClient):
2152
2153
  """Describe a Python Function.
2153
2154
 
2154
2155
  Args:
2155
- name (str): The name to identify the Python function.
2156
+ name (str): The name to identify the Python function. Must be a valid Python identifier.
2156
2157
 
2157
2158
  Returns:
2158
2159
  PythonFunction: The Python function object."""
@@ -2259,13 +2260,6 @@ class ReadOnlyClient(BaseApiClient):
2259
2260
  list[GraphDashboard]: A list of graph dashboards."""
2260
2261
  return self._call_api('listGraphDashboards', 'GET', query_params={'projectId': project_id}, parse_type=GraphDashboard)
2261
2262
 
2262
- def delete_graph_from_dashboard(self, graph_reference_id: str):
2263
- """Deletes a python plot function from a dashboard
2264
-
2265
- Args:
2266
- graph_reference_id (str): Unique String Identifier for the graph"""
2267
- return self._call_api('deleteGraphFromDashboard', 'GET', query_params={'graphReferenceId': graph_reference_id})
2268
-
2269
2263
  def describe_graph_for_dashboard(self, graph_reference_id: str) -> PythonPlotFunction:
2270
2264
  """Describes a python plot to a graph dashboard
2271
2265
 
@@ -3366,7 +3360,7 @@ class ApiClient(ReadOnlyClient):
3366
3360
  agent_function_name = agent_function.__name__
3367
3361
  return self.create_agent(project_id=project_id, function_source_code=function_source_code, agent_function_name=agent_function_name, name=name, memory=memory, package_requirements=package_requirements)
3368
3362
 
3369
- def update_agent_with_function(self, model_id: str, agent_function: callable, memory: int = None, package_requirements: list = None):
3363
+ def update_agent_with_function(self, model_id: str, agent_function: callable, memory: int = None, package_requirements: list = None, enable_binary_input: bool = None):
3370
3364
  """
3371
3365
  Updates the agent with a new agent function.
3372
3366
 
@@ -3375,10 +3369,11 @@ class ApiClient(ReadOnlyClient):
3375
3369
  agent_function (callable): The new agent function callable to serialize and upload
3376
3370
  memory (int): Memory (in GB) for hosting the agent
3377
3371
  package_requirements (List): List of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']
3372
+ enable_binary_input (bool): If True, the agent will be able to accept binary data as inputs.
3378
3373
  """
3379
3374
  function_source_code = inspect.getsource(agent_function)
3380
3375
  agent_function_name = agent_function.__name__
3381
- return self.update_agent(model_id=model_id, function_source_code=function_source_code, agent_function_name=agent_function_name, memory=memory, package_requirements=package_requirements)
3376
+ return self.update_agent(model_id=model_id, function_source_code=function_source_code, agent_function_name=agent_function_name, memory=memory, package_requirements=package_requirements, enable_binary_input=enable_binary_input)
3382
3377
 
3383
3378
  def execute_feature_group_sql(self, sql, fix_query_on_error: bool = False, timeout=3600, delay=2):
3384
3379
  """
@@ -3405,7 +3400,7 @@ class ApiClient(ReadOnlyClient):
3405
3400
  List[ChatMessage]:: The chat history for the current request being processed by the Agent.
3406
3401
  """
3407
3402
  from .chat_message import ChatMessage
3408
- return get_object_from_context(self, _request_context, 'chat_history', List[ChatMessage])
3403
+ return get_object_from_context(self, _request_context, 'chat_history', List[ChatMessage]) or []
3409
3404
 
3410
3405
  def set_agent_context_chat_history(self, chat_history):
3411
3406
  """
@@ -3426,6 +3421,15 @@ class ApiClient(ReadOnlyClient):
3426
3421
  """
3427
3422
  return get_object_from_context(self, _request_context, 'deployment_conversation_id', str)
3428
3423
 
3424
+ def set_agent_context_conversation_id(self, conversation_id):
3425
+ """
3426
+ Sets the deployment conversation ID from the current request context.
3427
+
3428
+ Args:
3429
+ conversation_id (str): The deployment conversation ID for the current request being processed by the Agent.
3430
+ """
3431
+ _request_context.deployment_conversation_id = conversation_id
3432
+
3429
3433
  def get_agent_context_external_session_id(self):
3430
3434
  """
3431
3435
  Gets the external session ID from the current request context if it has been set with the request.
@@ -3436,6 +3440,15 @@ class ApiClient(ReadOnlyClient):
3436
3440
  """
3437
3441
  return get_object_from_context(self, _request_context, 'external_session_id', str)
3438
3442
 
3443
+ def set_agent_context_external_session_id(self, external_session_id):
3444
+ """
3445
+ Sets the external session ID from the current request context if it has been set with the request.
3446
+
3447
+ Args:
3448
+ external_session_id (str): The external session ID for the current request being processed by the Agent.
3449
+ """
3450
+ _request_context.external_session_id = external_session_id
3451
+
3439
3452
  def get_agent_context_doc_ids(self):
3440
3453
  """
3441
3454
  Gets the document ID from the current request context if a document has been uploaded with the request.
@@ -3446,6 +3459,15 @@ class ApiClient(ReadOnlyClient):
3446
3459
  """
3447
3460
  return get_object_from_context(self, _request_context, 'doc_ids', List[str])
3448
3461
 
3462
+ def set_agent_context_doc_ids(self, doc_ids):
3463
+ """
3464
+ Sets the doc_ids from the current request context.
3465
+
3466
+ Args:
3467
+ doc_ids (List[str]): The doc_ids associated with the current request context.
3468
+ """
3469
+ _request_context.doc_ids = doc_ids
3470
+
3449
3471
  def get_agent_context_blob_inputs(self):
3450
3472
  """
3451
3473
  Gets the BlobInputs from the current request context if a document has been uploaded with the request.
@@ -3463,16 +3485,20 @@ class ApiClient(ReadOnlyClient):
3463
3485
  if hasattr(_request_context):
3464
3486
  _request_context.clear()
3465
3487
 
3466
- def streaming_evaluate_prompt(self, prompt: str, system_message: str = None, llm_name: str = None, max_tokens: int = None):
3488
+ def streaming_evaluate_prompt(self, prompt: str = None, system_message: str = None, llm_name: Union[LLMName, str] = None, max_tokens: int = None, temperature: float = 0.0, messages: list = None, response_type: str = None, json_response_schema: dict = None):
3467
3489
  """
3468
3490
  Generate response to the prompt using the specified model.
3469
3491
  This works similar to evaluate_prompt, but would stream the result as well so that user is aware of the current status of the generation.
3470
3492
 
3471
3493
  Args:
3472
3494
  prompt (str): Prompt to use for generation.
3473
- system_message (str): System message for models that support it.
3474
- llm_name (str): Name of the underlying LLM to be used for generation. Should be one of 'gpt-4' or 'gpt-3.5-turbo'. Default is auto selection.
3495
+ system_message (str): System prompt for models that support it.
3496
+ llm_name (LLMName): Name of the underlying LLM to be used for generation. Default is auto selection.
3475
3497
  max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
3498
+ 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.
3499
+ messages (list): A list of messages to use as conversation history. For completion models like OPENAI_GPT3_5_TEXT and PALM_TEXT this should not be set. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text.
3500
+ response_type (str): Specifies the type of response to request from the LLM. One of 'text' and 'json'. If set to 'json', the LLM will respond with a json formatted string whose schema can be specified `json_response_schema`. Defaults to 'text'
3501
+ json_response_schema (dict): A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when `response_type` is 'json'. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter description (str) (required): Description of the parameter is_required (bool) (optional): Whether the parameter is required or not. Example: json_response_schema={ 'title': {'type': 'string', 'description': 'Article title', 'is_required': true}, 'body': {'type': 'string', 'description': 'Article body'}, }
3476
3502
 
3477
3503
  Returns:
3478
3504
  text: The response from the model.
@@ -3480,12 +3506,11 @@ class ApiClient(ReadOnlyClient):
3480
3506
  caller = self._get_agent_async_app_caller()
3481
3507
  request_id = self._get_agent_app_request_id()
3482
3508
  if caller and request_id:
3483
- llm_parameters = self.get_llm_parameters(
3484
- prompt, system_message=system_message, llm_name=llm_name, max_tokens=max_tokens)
3485
- result = self._stream_llm_call(llm_parameters.parameters)
3509
+ result = self._stream_llm_call(prompt=prompt, system_message=system_message, llm_name=llm_name, max_tokens=max_tokens,
3510
+ temperature=temperature, messages=messages, response_type=response_type, json_response_schema=json_response_schema)
3486
3511
  else:
3487
- result = self.evaluate_prompt(
3488
- prompt, system_message=system_message, llm_name=llm_name, max_tokens=max_tokens).content
3512
+ result = self.evaluate_prompt(prompt, system_message=system_message, llm_name=llm_name, max_tokens=max_tokens,
3513
+ temperature=temperature, messages=messages, response_type=response_type, json_response_schema=json_response_schema).content
3489
3514
  return StreamingHandler(result, _request_context)
3490
3515
 
3491
3516
  def _get_agent_app_request_id(self):
@@ -3531,14 +3556,14 @@ class ApiClient(ReadOnlyClient):
3531
3556
  request_id, caller, message=message, proxy_caller=proxy_caller)
3532
3557
  return StreamingHandler(message, _request_context)
3533
3558
 
3534
- def _stream_llm_call(self, llm_args: dict):
3559
+ def _stream_llm_call(self, **kwargs):
3535
3560
  request_id = self._get_agent_app_request_id()
3536
3561
  caller = self._get_agent_async_app_caller()
3537
3562
  proxy_caller = self._is_proxy_app_caller()
3538
3563
  if not request_id or not caller:
3539
3564
  logging.info('Please use evaluate_prompt for local testing.')
3540
3565
  return
3541
- return self._call_aiagent_app_send_message(request_id, caller, llm_args=llm_args, proxy_caller=proxy_caller)
3566
+ return self._call_aiagent_app_send_message(request_id, caller, llm_args=kwargs, proxy_caller=proxy_caller)
3542
3567
 
3543
3568
  def _call_aiagent_app_send_message(self, request_id, caller, message=None, llm_args=None, proxy_caller=False):
3544
3569
  """
@@ -3609,7 +3634,11 @@ class ApiClient(ReadOnlyClient):
3609
3634
  LlmExecutionResult: The result of the query execution. Execution results could be loaded as pandas using 'load_as_pandas', i.e., result.execution.load_as_pandas().
3610
3635
  """
3611
3636
  code = self.generate_code_for_data_query_using_llm(
3612
- query=query, feature_group_ids=feature_group_ids, prompt_context=prompt_context, llm_name=llm_name, temperature=temperature)
3637
+ query=query, feature_group_ids=feature_group_ids, prompt_context=prompt_context, llm_name=llm_name, temperature=temperature, sql_dialect='Spark')
3638
+ if 'SELECT' not in (code.sql or ''):
3639
+ result_dict = {
3640
+ 'error': 'Unable to generate SQL given current context and tables. Please clarify your prompt to generate a query'}
3641
+
3613
3642
  result_dict = {'preview': {'sql': code.sql}}
3614
3643
  if not preview:
3615
3644
  execute_query = self.execute_async_feature_group_operation(
@@ -3620,19 +3649,20 @@ class ApiClient(ReadOnlyClient):
3620
3649
  'status': execute_query.status,
3621
3650
  }
3622
3651
  result_dict.update({'execution': execute_query_dict})
3652
+
3623
3653
  return self._build_class(LlmExecutionResult, result_dict)
3624
3654
 
3625
- def _get_doc_retriver_deployment_info(self, document_retriever_id: str):
3655
+ def _get_doc_retriever_deployment_info(self, document_retriever_id: str):
3626
3656
  ttl_seconds = 300 # 5 minutes
3627
3657
 
3628
3658
  @lru_cache()
3629
- def _cached_doc_retriver_deployment_info(document_retriever_id: str, ttl_hash: int):
3659
+ def _cached_doc_retriever_deployment_info(document_retriever_id: str, ttl_hash: int):
3630
3660
  info = self._call_api('_getDocRetrieverDeploymentInfo', 'GET', query_params={
3631
3661
  'documentRetrieverId': document_retriever_id})
3632
3662
  deployment_token = info['deploymentToken']
3633
3663
  deployment_id = info['deploymentId']
3634
3664
  return deployment_token, deployment_id
3635
- return _cached_doc_retriver_deployment_info(document_retriever_id, ttl_hash=time.time() // ttl_seconds)
3665
+ return _cached_doc_retriever_deployment_info(document_retriever_id, ttl_hash=time.time() // ttl_seconds)
3636
3666
 
3637
3667
  def get_matching_documents(self, document_retriever_id: str, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None,
3638
3668
  max_words_per_chunk: int = None, score_multiplier_column: str = None) -> List[DocumentRetrieverLookupResult]:
@@ -3657,7 +3687,7 @@ class ApiClient(ReadOnlyClient):
3657
3687
  Returns:
3658
3688
  list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
3659
3689
 
3660
- deployment_token, deployment_id = self._get_doc_retriver_deployment_info(
3690
+ deployment_token, deployment_id = self._get_doc_retriever_deployment_info(
3661
3691
  document_retriever_id)
3662
3692
  return self.lookup_matches(deployment_token, deployment_id, query, filters, limit if limit is not None else 10, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column)
3663
3693
 
@@ -3955,7 +3985,7 @@ class ApiClient(ReadOnlyClient):
3955
3985
  """Creates a new FeatureGroup from a SQL statement.
3956
3986
 
3957
3987
  Args:
3958
- table_name (str): The unique name to be given to the FeatureGroup.
3988
+ table_name (str): The unique name to be given to the FeatureGroup. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
3959
3989
  sql (str): Input SQL statement for forming the FeatureGroup.
3960
3990
  description (str): The description about the FeatureGroup.
3961
3991
 
@@ -3967,7 +3997,7 @@ class ApiClient(ReadOnlyClient):
3967
3997
  """Creates a new feature group from a SQL statement.
3968
3998
 
3969
3999
  Args:
3970
- table_name (str): The unique name to be given to the feature group.
4000
+ table_name (str): The unique name to be given to the feature group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
3971
4001
  feature_group_template_id (str): The unique ID associated with the template that will be used to create this feature group.
3972
4002
  template_bindings (list): Variable bindings that override the template's variable values.
3973
4003
  should_attach_feature_group_to_template (bool): Set to `False` to create a feature group but not leave it attached to the template that created it.
@@ -3986,7 +4016,7 @@ class ApiClient(ReadOnlyClient):
3986
4016
 
3987
4017
 
3988
4018
  Args:
3989
- table_name (str): The unique name to be given to the feature group.
4019
+ table_name (str): The unique name to be given to the feature group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
3990
4020
  function_source_code (str): Contents of a valid source code file in a supported Feature Group specification language (currently only Python). The source code should contain a function called function_name. A list of allowed import and system libraries for each language is specified in the user functions documentation section.
3991
4021
  function_name (str): Name of the function found in the source code that will be executed (on the optional inputs) to materialize this feature group.
3992
4022
  input_feature_groups (list): List of feature groups that are supplied to the function as parameters. Each of the parameters are materialized Dataframes (same type as the functions return value).
@@ -4011,7 +4041,7 @@ class ApiClient(ReadOnlyClient):
4011
4041
 
4012
4042
  Args:
4013
4043
  feature_group_id (str): The unique ID associated with the pre-existing Feature Group that will be sampled by this new Feature Group. i.e. the input for sampling.
4014
- table_name (str): The unique name to be given to this sampling Feature Group.
4044
+ table_name (str): The unique name to be given to this sampling Feature Group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4015
4045
  sampling_config (SamplingConfig): Dictionary defining the sampling method and its parameters.
4016
4046
  description (str): A human-readable description of this Feature Group.
4017
4047
 
@@ -4024,7 +4054,7 @@ class ApiClient(ReadOnlyClient):
4024
4054
 
4025
4055
  Args:
4026
4056
  source_feature_group_id (str): Unique string identifier corresponding to the dataset feature group that will have its versions merged into this feature group.
4027
- table_name (str): Unique string identifier to be given to this merge feature group.
4057
+ table_name (str): Unique string identifier to be given to this merge feature group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4028
4058
  merge_config (MergeConfig): JSON object defining the merging method and its parameters.
4029
4059
  description (str): Human-readable description of this feature group.
4030
4060
 
@@ -4039,7 +4069,7 @@ Creates a new feature group defined as the union of other feature group versions
4039
4069
 
4040
4070
  Args:
4041
4071
  source_feature_group_id (str): Unique string identifier corresponding to the Feature Group to which the operator will be applied.
4042
- table_name (str): Unique string identifier for the operator Feature Group.
4072
+ table_name (str): Unique string identifier for the operator Feature Group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4043
4073
  operator_config (dict): JSON object (aka map) defining the operator and its parameters.
4044
4074
  description (str): Human-readable description of the Feature Group.
4045
4075
 
@@ -4052,7 +4082,7 @@ Creates a new feature group defined as the union of other feature group versions
4052
4082
 
4053
4083
  Args:
4054
4084
  feature_group_version (str): Unique string identifier associated with the Feature Group version being snapshotted.
4055
- table_name (str): Name for the newly created Snapshot Feature Group table.
4085
+ table_name (str): Name for the newly created Snapshot Feature Group table. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4056
4086
 
4057
4087
  Returns:
4058
4088
  FeatureGroup: Feature Group corresponding to the newly created Snapshot."""
@@ -4062,7 +4092,7 @@ Creates a new feature group defined as the union of other feature group versions
4062
4092
  """Creates an Online Feature Group.
4063
4093
 
4064
4094
  Args:
4065
- table_name (str): Name for the newly created feature group.
4095
+ table_name (str): Name for the newly created feature group. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4066
4096
  primary_key (str): The primary key for indexing the online feature group.
4067
4097
  description (str): Human-readable description of the Feature Group.
4068
4098
 
@@ -4232,7 +4262,7 @@ Creates a new feature group defined as the union of other feature group versions
4232
4262
  Args:
4233
4263
  feature_group_id (str): The unique ID associated with the feature group.
4234
4264
  nested_feature_name (str): The name of the feature.
4235
- table_name (str): The table name of the feature group to nest.
4265
+ table_name (str): The table name of the feature group to nest. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4236
4266
  using_clause (str): The SQL join column or logic to join the nested table with the parent.
4237
4267
  where_clause (str): A SQL WHERE statement to filter the nested rows.
4238
4268
  order_clause (str): A SQL clause to order the nested rows.
@@ -4247,7 +4277,7 @@ Creates a new feature group defined as the union of other feature group versions
4247
4277
  Args:
4248
4278
  feature_group_id (str): The unique ID associated with the feature group.
4249
4279
  nested_feature_name (str): The name of the feature to be updated.
4250
- table_name (str): The name of the table.
4280
+ table_name (str): The name of the table. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
4251
4281
  using_clause (str): The SQL join column or logic to join the nested table with the parent.
4252
4282
  where_clause (str): An SQL WHERE statement to filter the nested rows.
4253
4283
  order_clause (str): An SQL clause to order the nested rows.
@@ -5817,14 +5847,14 @@ Creates a new feature group defined as the union of other feature group versions
5817
5847
  return self._call_api('createDeploymentAlert', 'POST', query_params={'deploymentId': deployment_id}, body={'alertName': alert_name, 'conditionConfig': condition_config, 'actionConfig': action_config}, parse_type=MonitorAlert)
5818
5848
 
5819
5849
  def create_refresh_policy(self, name: str, cron: str, refresh_type: str, project_id: str = None, dataset_ids: list = [], feature_group_id: str = None, model_ids: list = [], deployment_ids: list = [], batch_prediction_ids: list = [], prediction_metric_ids: list = [], model_monitor_ids: list = [], notebook_id: str = None, prediction_operator_id: str = None, feature_group_export_config: Union[dict, FeatureGroupExportConfig] = None) -> RefreshPolicy:
5820
- """Creates a refresh policy with a particular cron pattern and refresh type.
5850
+ """Creates a refresh policy with a particular cron pattern and refresh type. The cron is specified in UTC time.
5821
5851
 
5822
5852
  A refresh policy allows for the scheduling of a set of actions at regular intervals. This can be useful for periodically updating data that needs to be re-imported into the project for retraining.
5823
5853
 
5824
5854
 
5825
5855
  Args:
5826
5856
  name (str): The name of the refresh policy.
5827
- cron (str): A cron-like string specifying the frequency of the refresh policy.
5857
+ cron (str): A cron-like string specifying the frequency of the refresh policy in UTC time.
5828
5858
  refresh_type (str): The refresh type used to determine what is being refreshed, such as a single dataset, dataset and model, or more.
5829
5859
  project_id (str): Optionally, a project ID can be specified so that all datasets, models, deployments, batch predictions, prediction metrics, model monitrs, and notebooks are captured at the instant the policy was created.
5830
5860
  dataset_ids (list): Comma-separated list of dataset IDs.
@@ -6520,7 +6550,7 @@ Creates a new feature group defined as the union of other feature group versions
6520
6550
  csv_explanations_prefix (str): Prefix to prepend to the explanation columns, only applies when output format is CSV.
6521
6551
  output_includes_metadata (bool): If true, output will contain columns including prediction start time, batch prediction version, and model version.
6522
6552
  result_input_columns (list): If present, will limit result files or feature groups to only include columns present in this list.
6523
- input_feature_groups (dict): A dict of {'<feature_group_type>': '<table_name>'} which overrides the default input data of that type for the Batch Prediction. Default input data is the training data that was used for training the deployed model.
6553
+ input_feature_groups (dict): A dict of {'<feature_group_type>': '<feature_group_id>'} which overrides the default input data of that type for the Batch Prediction. Default input data is the training data that was used for training the deployed model.
6524
6554
 
6525
6555
  Returns:
6526
6556
  BatchPrediction: The batch prediction description."""
@@ -6868,7 +6898,7 @@ Creates a new feature group defined as the union of other feature group versions
6868
6898
  """Creates a custom Python function that is reusable.
6869
6899
 
6870
6900
  Args:
6871
- name (str): The name to identify the Python function.
6901
+ name (str): The name to identify the Python function. Must be a valid Python identifier.
6872
6902
  source_code (str): Contents of a valid Python source code file. The source code should contain the transform feature group functions. A list of allowed imports and system libraries for each language is specified in the user functions documentation section.
6873
6903
  function_name (str): The name of the Python function.
6874
6904
  function_variable_mappings (list): List of Python function arguments.
@@ -6883,7 +6913,7 @@ Creates a new feature group defined as the union of other feature group versions
6883
6913
  """Update custom python function with user inputs for the given python function.
6884
6914
 
6885
6915
  Args:
6886
- name (str): The name to identify the Python function.
6916
+ name (str): The name to identify the Python function. Must be a valid Python identifier.
6887
6917
  source_code (str): Contents of a valid Python source code file. The source code should contain the transform feature group functions. A list of allowed imports and system libraries for each language is specified in the user functions documentation section.
6888
6918
  function_name (str): The name of the Python function within `source_code`.
6889
6919
  function_variable_mappings (list): List of arguments required by `function_name`.
@@ -6897,7 +6927,7 @@ Creates a new feature group defined as the union of other feature group versions
6897
6927
  """Removes an existing Python function.
6898
6928
 
6899
6929
  Args:
6900
- name (str): The name to identify the Python function."""
6930
+ name (str): The name to identify the Python function. Must be a valid Python identifier."""
6901
6931
  return self._call_api('deletePythonFunction', 'DELETE', query_params={'name': name})
6902
6932
 
6903
6933
  def create_pipeline(self, pipeline_name: str, project_id: str = None, cron: str = None, is_prod: bool = None) -> Pipeline:
@@ -7150,6 +7180,13 @@ Creates a new feature group defined as the union of other feature group versions
7150
7180
  GraphDashboard: An object describing the graph dashboard."""
7151
7181
  return self._call_api('updateGraphToDashboard', 'PATCH', query_params={}, body={'graphReferenceId': graph_reference_id, 'functionVariableMappings': function_variable_mappings, 'name': name}, parse_type=GraphDashboard)
7152
7182
 
7183
+ def delete_graph_from_dashboard(self, graph_reference_id: str):
7184
+ """Deletes a python plot function from a dashboard
7185
+
7186
+ Args:
7187
+ graph_reference_id (str): Unique String Identifier for the graph"""
7188
+ return self._call_api('deleteGraphFromDashboard', 'DELETE', query_params={'graphReferenceId': graph_reference_id})
7189
+
7153
7190
  def create_algorithm(self, name: str, problem_type: str, source_code: str = None, training_data_parameter_names_mapping: dict = None, training_config_parameter_name: str = None, train_function_name: str = None, predict_function_name: str = None, predict_many_function_name: str = None, initialize_function_name: str = None, config_options: dict = None, is_default_enabled: bool = False, project_id: str = None, use_gpu: bool = False, package_requirements: list = None) -> Algorithm:
7154
7191
  """Creates a custom algorithm that is re-usable for model training.
7155
7192
 
@@ -7601,20 +7638,7 @@ Creates a new feature group defined as the union of other feature group versions
7601
7638
  LlmInput: LLM input object comprising of information about the feature groups with given IDs."""
7602
7639
  return self._call_api('renderFeatureGroupsForLLM', 'POST', query_params={}, body={'featureGroupIds': feature_group_ids, 'tokenBudget': token_budget, 'includeDefinition': include_definition}, parse_type=LlmInput)
7603
7640
 
7604
- def get_llm_parameters(self, prompt: str, system_message: str = None, llm_name: Union[LLMName, str] = None, max_tokens: int = None) -> LlmParameters:
7605
- """Generate parameteres to the prompt using the given inputs
7606
-
7607
- Args:
7608
- prompt (str): Prompt to use for generation.
7609
- system_message (str): System message for models that support it.
7610
- llm_name (LLMName): Name of the underlying LLM to be used for generation. Should be one of 'gpt-4' or 'gpt-3.5-turbo'. Default is auto selection.
7611
- max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
7612
-
7613
- Returns:
7614
- LlmParameters: The parameters for LLM using the given inputs."""
7615
- 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)
7616
-
7617
- def generate_code_for_data_query_using_llm(self, query: str, feature_group_ids: list = None, external_database_schemas: list = None, prompt_context: str = None, llm_name: Union[LLMName, str] = None, temperature: float = None) -> LlmGeneratedCode:
7641
+ def generate_code_for_data_query_using_llm(self, query: str, feature_group_ids: list = None, external_database_schemas: list = None, prompt_context: str = None, llm_name: Union[LLMName, str] = None, temperature: float = None, sql_dialect: str = 'Spark') -> LlmGeneratedCode:
7618
7642
  """Execute a data query using a large language model in an async fashion.
7619
7643
 
7620
7644
  Args:
@@ -7624,10 +7648,11 @@ Creates a new feature group defined as the union of other feature group versions
7624
7648
  prompt_context (str): The context message used to construct the prompt for the language model. If not provide, a default context message is used.
7625
7649
  llm_name (LLMName): The name of the language model to use. If not provided, the default language model is used.
7626
7650
  temperature (float): The temperature to use for the language model if supported. If not provided, the default temperature is used.
7651
+ sql_dialect (str): The dialect of sql to generate sql for. The default is Spark.
7627
7652
 
7628
7653
  Returns:
7629
7654
  LlmGeneratedCode: The generated SQL code."""
7630
- return self._proxy_request('GenerateCodeForDataQueryUsingLlm', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'externalDatabaseSchemas': external_database_schemas, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature}, parse_type=LlmGeneratedCode)
7655
+ return self._proxy_request('GenerateCodeForDataQueryUsingLlm', 'POST', query_params={}, body={'query': query, 'featureGroupIds': feature_group_ids, 'externalDatabaseSchemas': external_database_schemas, 'promptContext': prompt_context, 'llmName': llm_name, 'temperature': temperature, 'sqlDialect': sql_dialect}, parse_type=LlmGeneratedCode)
7631
7656
 
7632
7657
  def extract_data_using_llm(self, field_descriptors: list, document_id: str = None, document_text: str = None, llm_name: Union[LLMName, str] = None) -> ExtractedFields:
7633
7658
  """Extract fields from a document using a large language model.
@@ -11,18 +11,20 @@ class DataMetrics(AbstractApiClass):
11
11
  schema (list[dict]): A list of dicts with the schema for each metric
12
12
  numRows (int): The number of rows
13
13
  numCols (int): The number of columns
14
+ numDuplicateRows (int): The number of duplicate rows
14
15
  """
15
16
 
16
- def __init__(self, client, metrics=None, schema=None, numRows=None, numCols=None):
17
+ def __init__(self, client, metrics=None, schema=None, numRows=None, numCols=None, numDuplicateRows=None):
17
18
  super().__init__(client, None)
18
19
  self.metrics = metrics
19
20
  self.schema = schema
20
21
  self.num_rows = numRows
21
22
  self.num_cols = numCols
23
+ self.num_duplicate_rows = numDuplicateRows
22
24
 
23
25
  def __repr__(self):
24
- repr_dict = {f'metrics': repr(self.metrics), f'schema': repr(
25
- self.schema), f'num_rows': repr(self.num_rows), f'num_cols': repr(self.num_cols)}
26
+ repr_dict = {f'metrics': repr(self.metrics), f'schema': repr(self.schema), f'num_rows': repr(
27
+ self.num_rows), f'num_cols': repr(self.num_cols), f'num_duplicate_rows': repr(self.num_duplicate_rows)}
26
28
  class_name = "DataMetrics"
27
29
  repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
28
30
  ) if getattr(self, key, None) is not None])
@@ -35,6 +37,6 @@ class DataMetrics(AbstractApiClass):
35
37
  Returns:
36
38
  dict: The dict value representation of the class parameters
37
39
  """
38
- resp = {'metrics': self.metrics, 'schema': self.schema,
39
- 'num_rows': self.num_rows, 'num_cols': self.num_cols}
40
+ resp = {'metrics': self.metrics, 'schema': self.schema, 'num_rows': self.num_rows,
41
+ 'num_cols': self.num_cols, 'num_duplicate_rows': self.num_duplicate_rows}
40
42
  return {key: value for key, value in resp.items() if value is not None}
@@ -330,7 +330,7 @@ class Deployment(AbstractApiClass):
330
330
  csv_explanations_prefix (str): Prefix to prepend to the explanation columns, only applies when output format is CSV.
331
331
  output_includes_metadata (bool): If true, output will contain columns including prediction start time, batch prediction version, and model version.
332
332
  result_input_columns (list): If present, will limit result files or feature groups to only include columns present in this list.
333
- input_feature_groups (dict): A dict of {'<feature_group_type>': '<table_name>'} which overrides the default input data of that type for the Batch Prediction. Default input data is the training data that was used for training the deployed model.
333
+ input_feature_groups (dict): A dict of {'<feature_group_type>': '<feature_group_id>'} which overrides the default input data of that type for the Batch Prediction. Default input data is the training data that was used for training the deployed model.
334
334
 
335
335
  Returns:
336
336
  BatchPrediction: The batch prediction description.