abacusai 0.71.1__tar.gz → 0.72.0__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 (598) hide show
  1. {abacusai-0.71.1/abacusai.egg-info → abacusai-0.72.0}/PKG-INFO +1 -1
  2. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/__init__.py +1 -1
  3. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/__init__.py +1 -0
  4. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/enums.py +0 -1
  5. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/model.py +2 -2
  6. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/vector_store.py +8 -1
  7. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/client.py +67 -64
  8. abacusai-0.72.0/abacusai/document_retriever.py +141 -0
  9. abacusai-0.72.0/abacusai/document_retriever_config.py +32 -0
  10. abacusai-0.72.0/abacusai/document_retriever_lookup_result.py +29 -0
  11. abacusai-0.72.0/abacusai/document_retriever_version.py +84 -0
  12. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/project.py +12 -12
  13. abacusai-0.72.0/abacusai/public.pem +5 -0
  14. abacusai-0.72.0/abacusai/vector_store.py +73 -0
  15. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/vector_store_version.py +0 -22
  16. {abacusai-0.71.1 → abacusai-0.72.0/abacusai.egg-info}/PKG-INFO +1 -1
  17. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai.egg-info/SOURCES.txt +4 -0
  18. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -8
  19. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -8
  20. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/client/index.rst.txt +54 -54
  21. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/index.rst.txt +54 -66
  22. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/project/index.rst.txt +9 -9
  23. abacusai-0.72.0/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +149 -0
  24. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +19 -0
  25. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/algorithm/index.html +0 -4
  26. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/annotation/index.html +0 -4
  27. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/annotation_config/index.html +0 -4
  28. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/annotation_entry/index.html +0 -4
  29. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/annotations_status/index.html +0 -4
  30. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/index.html +0 -10
  31. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -10
  32. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_client_utils/index.html +0 -4
  33. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_endpoint/index.html +0 -4
  34. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_key/index.html +0 -4
  35. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/application_connector/index.html +0 -4
  36. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/batch_prediction/index.html +0 -4
  37. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -4
  38. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -4
  39. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/chat_message/index.html +0 -4
  40. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/chat_session/index.html +0 -4
  41. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/client/index.html +56 -60
  42. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/code_source/index.html +0 -4
  43. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/concatenation_config/index.html +0 -4
  44. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/cryptography/index.html +0 -4
  45. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -4
  46. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/custom_metric/index.html +0 -4
  47. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -4
  48. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -4
  49. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -4
  50. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/data_metrics/index.html +0 -4
  51. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -4
  52. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/data_quality_results/index.html +0 -4
  53. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/database_connector/index.html +0 -4
  54. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/dataset/index.html +0 -4
  55. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/dataset_column/index.html +0 -4
  56. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/dataset_version/index.html +0 -4
  57. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/deployment/index.html +0 -4
  58. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -4
  59. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -4
  60. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -4
  61. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document/index.html +0 -4
  62. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_annotation/index.html +2 -6
  63. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_store/index.html +2 -6
  64. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_store_import/index.html +0 -4
  65. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/drift_distribution/index.html +0 -4
  66. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/drift_distributions/index.html +0 -4
  67. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda/index.html +0 -4
  68. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -4
  69. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -4
  70. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -4
  71. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -4
  72. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -4
  73. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -4
  74. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_version/index.html +0 -4
  75. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -4
  76. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -4
  77. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature/index.html +0 -4
  78. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_distribution/index.html +0 -4
  79. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -4
  80. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group/index.html +0 -4
  81. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_export/index.html +0 -4
  82. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -4
  83. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -4
  84. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -4
  85. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -4
  86. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_template/index.html +0 -4
  87. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -4
  88. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_version/index.html +0 -4
  89. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_importance/index.html +0 -4
  90. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_mapping/index.html +0 -4
  91. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_record/index.html +0 -4
  92. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/file_connector/index.html +0 -4
  93. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -4
  94. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -4
  95. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -4
  96. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/function_logs/index.html +0 -4
  97. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -4
  98. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -4
  99. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/index.html +61 -80
  100. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/indexing_config/index.html +0 -4
  101. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -4
  102. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/item_statistics/index.html +0 -4
  103. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/llm_code_block/index.html +0 -4
  104. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/llm_input/index.html +0 -4
  105. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/llm_parameters/index.html +0 -4
  106. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/llm_response/index.html +0 -4
  107. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model/index.html +0 -4
  108. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -4
  109. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -4
  110. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -4
  111. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_location/index.html +0 -4
  112. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_metrics/index.html +0 -4
  113. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor/index.html +0 -4
  114. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -4
  115. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -4
  116. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -4
  117. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -4
  118. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -4
  119. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -4
  120. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_upload/index.html +0 -4
  121. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/model_version/index.html +0 -4
  122. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -4
  123. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/module/index.html +0 -4
  124. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/monitor_alert/index.html +0 -4
  125. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -4
  126. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -4
  127. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/nested_feature/index.html +0 -4
  128. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/null_violation/index.html +0 -4
  129. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/organization_group/index.html +0 -4
  130. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/organization_search_result/index.html +0 -4
  131. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline/index.html +0 -4
  132. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -4
  133. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_step/index.html +0 -4
  134. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -4
  135. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -4
  136. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -4
  137. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_version/index.html +0 -4
  138. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -4
  139. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -4
  140. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -4
  141. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -4
  142. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_client/index.html +0 -4
  143. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -4
  144. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -4
  145. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_input/index.html +0 -4
  146. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_metric/index.html +0 -4
  147. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -4
  148. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/problem_type/index.html +0 -4
  149. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/project/index.html +10 -14
  150. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/project_config/index.html +0 -4
  151. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/project_dataset/index.html +0 -4
  152. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/project_validation/index.html +0 -4
  153. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/python_function/index.html +0 -4
  154. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/python_function_validator/index.html +0 -4
  155. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/python_plot_function/index.html +0 -4
  156. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/range_violation/index.html +0 -4
  157. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -4
  158. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/refresh_policy/index.html +0 -4
  159. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -4
  160. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -4
  161. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/return_class/index.html +0 -4
  162. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/schema/index.html +0 -4
  163. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -4
  164. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/streaming_client/index.html +0 -4
  165. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/streaming_connector/index.html +0 -4
  166. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/training_config_options/index.html +0 -4
  167. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/type_violation/index.html +0 -4
  168. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/upload/index.html +0 -4
  169. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/upload_part/index.html +0 -4
  170. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/use_case/index.html +0 -4
  171. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -4
  172. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/user/index.html +0 -4
  173. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/user_exception/index.html +0 -4
  174. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/vector_store/index.html +112 -6
  175. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/vector_store_config/index.html +0 -4
  176. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -4
  177. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/vector_store_version/index.html +31 -4
  178. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/webhook/index.html +0 -4
  179. {abacusai-0.71.1 → abacusai-0.72.0}/docs/genindex.html +93 -171
  180. abacusai-0.72.0/docs/objects.inv +0 -0
  181. {abacusai-0.71.1 → abacusai-0.72.0}/docs/py-modindex.html +0 -20
  182. abacusai-0.72.0/docs/searchindex.js +1 -0
  183. {abacusai-0.71.1 → abacusai-0.72.0}/setup.py +1 -1
  184. abacusai-0.71.1/abacusai/public.pem +0 -5
  185. abacusai-0.71.1/abacusai/vector_store.py +0 -150
  186. abacusai-0.71.1/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -76
  187. abacusai-0.71.1/docs/objects.inv +0 -0
  188. abacusai-0.71.1/docs/searchindex.js +0 -1
  189. {abacusai-0.71.1 → abacusai-0.72.0}/.gitignore +0 -0
  190. {abacusai-0.71.1 → abacusai-0.72.0}/LICENSE +0 -0
  191. {abacusai-0.71.1 → abacusai-0.72.0}/README.md +0 -0
  192. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/algorithm.py +0 -0
  193. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/annotation.py +0 -0
  194. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/annotation_config.py +0 -0
  195. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/annotation_entry.py +0 -0
  196. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/annotations_status.py +0 -0
  197. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/abstract.py +0 -0
  198. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/dataset.py +0 -0
  199. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/feature_group.py +0 -0
  200. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/project.py +0 -0
  201. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/python_functions.py +0 -0
  202. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_class/refresh.py +0 -0
  203. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_client_utils.py +0 -0
  204. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_endpoint.py +0 -0
  205. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/api_key.py +0 -0
  206. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/application_connector.py +0 -0
  207. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/batch_prediction.py +0 -0
  208. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/batch_prediction_version.py +0 -0
  209. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/categorical_range_violation.py +0 -0
  210. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/chat_message.py +0 -0
  211. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/chat_session.py +0 -0
  212. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/code_source.py +0 -0
  213. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/concatenation_config.py +0 -0
  214. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/cryptography.py +0 -0
  215. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/custom_loss_function.py +0 -0
  216. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/custom_metric.py +0 -0
  217. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/custom_metric_version.py +0 -0
  218. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/custom_train_function_info.py +0 -0
  219. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/data_consistency_duplication.py +0 -0
  220. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/data_metrics.py +0 -0
  221. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/data_prep_logs.py +0 -0
  222. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/data_quality_results.py +0 -0
  223. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/database_connector.py +0 -0
  224. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/dataset.py +0 -0
  225. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/dataset_column.py +0 -0
  226. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/dataset_version.py +0 -0
  227. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/deployment.py +0 -0
  228. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/deployment_auth_token.py +0 -0
  229. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/deployment_conversation.py +0 -0
  230. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/deployment_conversation_event.py +0 -0
  231. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/document.py +0 -0
  232. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/document_annotation.py +0 -0
  233. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/document_store.py +0 -0
  234. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/document_store_import.py +0 -0
  235. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/drift_distribution.py +0 -0
  236. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/drift_distributions.py +0 -0
  237. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda.py +0 -0
  238. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_chart_description.py +0 -0
  239. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_collinearity.py +0 -0
  240. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_data_consistency.py +0 -0
  241. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_feature_association.py +0 -0
  242. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_feature_collinearity.py +0 -0
  243. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_forecasting_analysis.py +0 -0
  244. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/eda_version.py +0 -0
  245. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/embedding_feature_drift_distribution.py +0 -0
  246. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/execute_feature_group_operation.py +0 -0
  247. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature.py +0 -0
  248. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_distribution.py +0 -0
  249. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_drift_summary.py +0 -0
  250. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group.py +0 -0
  251. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_export.py +0 -0
  252. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_export_config.py +0 -0
  253. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_export_download_url.py +0 -0
  254. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_lineage.py +0 -0
  255. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_refresh_export_config.py +0 -0
  256. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_template.py +0 -0
  257. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_template_variable_options.py +0 -0
  258. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_group_version.py +0 -0
  259. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_importance.py +0 -0
  260. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_mapping.py +0 -0
  261. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/feature_record.py +0 -0
  262. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/file_connector.py +0 -0
  263. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/file_connector_instructions.py +0 -0
  264. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/file_connector_verification.py +0 -0
  265. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/forecasting_analysis_graph_data.py +0 -0
  266. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/function_logs.py +0 -0
  267. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/generated_pit_feature_config_option.py +0 -0
  268. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/graph_dashboard.py +0 -0
  269. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/indexing_config.py +0 -0
  270. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/inferred_feature_mappings.py +0 -0
  271. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/item_statistics.py +0 -0
  272. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/llm_code_block.py +0 -0
  273. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/llm_input.py +0 -0
  274. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/llm_parameters.py +0 -0
  275. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/llm_response.py +0 -0
  276. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model.py +0 -0
  277. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_artifacts_export.py +0 -0
  278. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_blueprint_export.py +0 -0
  279. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_blueprint_stage.py +0 -0
  280. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_location.py +0 -0
  281. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_metrics.py +0 -0
  282. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor.py +0 -0
  283. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor_org_summary.py +0 -0
  284. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor_summary.py +0 -0
  285. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor_summary_from_org.py +0 -0
  286. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor_version.py +0 -0
  287. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_monitor_version_metric_data.py +0 -0
  288. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_training_type_for_deployment.py +0 -0
  289. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_upload.py +0 -0
  290. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/model_version.py +0 -0
  291. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/modification_lock_info.py +0 -0
  292. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/module.py +0 -0
  293. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/monitor_alert.py +0 -0
  294. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/monitor_alert_version.py +0 -0
  295. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/natural_language_explanation.py +0 -0
  296. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/nested_feature.py +0 -0
  297. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/notebook_completion.py +0 -0
  298. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/notebook_template.py +0 -0
  299. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/null_violation.py +0 -0
  300. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/organization_group.py +0 -0
  301. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/organization_search_result.py +0 -0
  302. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline.py +0 -0
  303. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_reference.py +0 -0
  304. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_step.py +0 -0
  305. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_step_version.py +0 -0
  306. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_step_version_logs.py +0 -0
  307. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_step_version_reference.py +0 -0
  308. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_version.py +0 -0
  309. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/pipeline_version_logs.py +0 -0
  310. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/point_in_time_feature.py +0 -0
  311. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/point_in_time_group.py +0 -0
  312. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/point_in_time_group_feature.py +0 -0
  313. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_client.py +0 -0
  314. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_dataset.py +0 -0
  315. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_feature_group.py +0 -0
  316. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_input.py +0 -0
  317. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_metric.py +0 -0
  318. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/prediction_metric_version.py +0 -0
  319. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/problem_type.py +0 -0
  320. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/project_config.py +0 -0
  321. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/project_dataset.py +0 -0
  322. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/project_validation.py +0 -0
  323. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/python_function.py +0 -0
  324. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/python_function_validator.py +0 -0
  325. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/python_plot_function.py +0 -0
  326. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/range_violation.py +0 -0
  327. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/refresh_pipeline_run.py +0 -0
  328. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/refresh_policy.py +0 -0
  329. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/refresh_schedule.py +0 -0
  330. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/requirements.txt +0 -0
  331. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/resolved_feature_group_template.py +0 -0
  332. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/return_class.py +0 -0
  333. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/schema.py +0 -0
  334. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/streaming_auth_token.py +0 -0
  335. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/streaming_client.py +0 -0
  336. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/streaming_connector.py +0 -0
  337. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/training_config_options.py +0 -0
  338. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/type_violation.py +0 -0
  339. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/upload.py +0 -0
  340. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/upload_part.py +0 -0
  341. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/use_case.py +0 -0
  342. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/use_case_requirements.py +0 -0
  343. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/user.py +0 -0
  344. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/user_exception.py +0 -0
  345. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/vector_store_config.py +0 -0
  346. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/vector_store_lookup_result.py +0 -0
  347. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai/webhook.py +0 -0
  348. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai.egg-info/dependency_links.txt +0 -0
  349. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai.egg-info/requires.txt +0 -0
  350. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai.egg-info/top_level.txt +0 -0
  351. {abacusai-0.71.1 → abacusai-0.72.0}/abacusai.egg-info/zip-safe +0 -0
  352. {abacusai-0.71.1 → abacusai-0.72.0}/docs/.buildinfo +0 -0
  353. {abacusai-0.71.1 → abacusai-0.72.0}/docs/.nojekyll +0 -0
  354. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
  355. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
  356. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
  357. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
  358. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
  359. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
  360. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
  361. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
  362. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
  363. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
  364. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
  365. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
  366. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
  367. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
  368. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
  369. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
  370. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
  371. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
  372. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
  373. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
  374. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
  375. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
  376. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
  377. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
  378. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
  379. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
  380. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
  381. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
  382. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
  383. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
  384. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
  385. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
  386. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
  387. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
  388. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
  389. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
  390. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
  391. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
  392. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
  393. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
  394. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
  395. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
  396. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
  397. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
  398. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
  399. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
  400. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
  401. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
  402. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
  403. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
  404. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
  405. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
  406. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
  407. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
  408. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
  409. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
  410. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
  411. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
  412. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
  413. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
  414. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
  415. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
  416. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
  417. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
  418. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
  419. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
  420. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
  421. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
  422. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
  423. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
  424. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
  425. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
  426. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
  427. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
  428. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
  429. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
  430. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
  431. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
  432. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
  433. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
  434. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
  435. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
  436. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
  437. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
  438. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
  439. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
  440. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
  441. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
  442. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
  443. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
  444. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
  445. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
  446. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
  447. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
  448. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
  449. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
  450. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
  451. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
  452. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
  453. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
  454. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
  455. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
  456. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
  457. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
  458. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
  459. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
  460. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
  461. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
  462. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
  463. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
  464. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
  465. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
  466. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
  467. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
  468. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
  469. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
  470. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
  471. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
  472. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
  473. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
  474. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
  475. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
  476. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
  477. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
  478. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
  479. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
  480. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
  481. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
  482. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
  483. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
  484. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
  485. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
  486. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
  487. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
  488. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
  489. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
  490. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
  491. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
  492. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
  493. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
  494. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
  495. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
  496. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
  497. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
  498. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
  499. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
  500. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
  501. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
  502. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
  503. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
  504. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
  505. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
  506. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
  507. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
  508. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
  509. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
  510. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
  511. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
  512. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
  513. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
  514. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
  515. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
  516. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
  517. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
  518. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
  519. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
  520. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
  521. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
  522. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
  523. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
  524. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
  525. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_sources/index.rst.txt +0 -0
  526. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
  527. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/basic.css +0 -0
  528. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/badge_only.css +0 -0
  529. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
  530. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
  531. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
  532. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
  533. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
  534. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
  535. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
  536. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
  537. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
  538. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
  539. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
  540. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-bold.woff +0 -0
  541. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
  542. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
  543. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
  544. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-normal.woff +0 -0
  545. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
  546. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/css/theme.css +0 -0
  547. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/doctools.js +0 -0
  548. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/documentation_options.js +0 -0
  549. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/file.png +0 -0
  550. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/graphviz.css +0 -0
  551. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/jquery-3.5.1.js +0 -0
  552. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/jquery-3.6.0.js +0 -0
  553. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/jquery.js +0 -0
  554. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/js/badge_only.js +0 -0
  555. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
  556. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/js/html5shiv.min.js +0 -0
  557. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/js/theme.js +0 -0
  558. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/language_data.js +0 -0
  559. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/minus.png +0 -0
  560. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/plus.png +0 -0
  561. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/pygments.css +0 -0
  562. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/searchtools.js +0 -0
  563. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/sphinx_highlight.js +0 -0
  564. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/underscore-1.13.1.js +0 -0
  565. {abacusai-0.71.1 → abacusai-0.72.0}/docs/_static/underscore.js +0 -0
  566. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
  567. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
  568. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
  569. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
  570. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
  571. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
  572. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
  573. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
  574. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
  575. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
  576. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/data_filter/index.html +0 -0
  577. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
  578. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
  579. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
  580. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
  581. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
  582. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
  583. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
  584. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
  585. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
  586. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
  587. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
  588. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
  589. {abacusai-0.71.1 → abacusai-0.72.0}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
  590. {abacusai-0.71.1 → abacusai-0.72.0}/docs/index.html +0 -0
  591. {abacusai-0.71.1 → abacusai-0.72.0}/docs/search.html +0 -0
  592. {abacusai-0.71.1 → abacusai-0.72.0}/examples/fullscript.py +0 -0
  593. {abacusai-0.71.1 → abacusai-0.72.0}/featurestore.md +0 -0
  594. {abacusai-0.71.1 → abacusai-0.72.0}/requirements.txt +0 -0
  595. {abacusai-0.71.1 → abacusai-0.72.0}/setup.cfg +0 -0
  596. {abacusai-0.71.1 → abacusai-0.72.0}/sphinx/build_docs +0 -0
  597. {abacusai-0.71.1 → abacusai-0.72.0}/sphinx/conf.py +0 -0
  598. {abacusai-0.71.1 → abacusai-0.72.0}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: abacusai
3
- Version: 0.71.1
3
+ Version: 0.72.0
4
4
  Summary: Abacus.AI Python Client Library
5
5
  Home-page: https://github.com/abacusai/api-python
6
6
  Author: Abacus.AI
@@ -4,4 +4,4 @@ from .prediction_client import PredictionClient
4
4
  from .streaming_client import StreamingClient
5
5
 
6
6
 
7
- __version__ = "0.71.1"
7
+ __version__ = "0.72.0"
@@ -2,6 +2,7 @@ from .dataset import *
2
2
  from .enums import *
3
3
  from .feature_group import *
4
4
  from .model import *
5
+ from .project import *
5
6
  from .python_functions import *
6
7
  from .refresh import *
7
8
  from .vector_store import *
@@ -307,5 +307,4 @@ class PythonFunctionArgumentType(ApiEnum):
307
307
  class VectorStoreTextEncoder(ApiEnum):
308
308
  OPENAI = 'OPENAI'
309
309
  E5 = 'E5'
310
- E5_SMALL = 'E5_SMALL'
311
310
  SENTENCE_BERT = 'SENTENCE_BERT'
@@ -407,13 +407,13 @@ class ChatLLMTrainingConfig(TrainingConfig):
407
407
  Training config for the CHAT_LLM problem type
408
408
  Args:
409
409
  llm_name (str):
410
- vector_stores (List[str]): List of vector store names to use for the feature stores this model was trained with.
410
+ document_retrievers (List[str]): List of document retriever names to use for the feature stores this model was trained with.
411
411
  num_completion_tokens (int): Default for maximum number of tokens for chat answers. Reducing this will get faster responses which are more succinct
412
412
  system_message (str): The generative LLM system message
413
413
  temperature (float): The generative LLM temperature
414
414
  """
415
415
  llm_name: str = None
416
- vector_stores: List[str] = None
416
+ document_retrievers: List[str] = None
417
417
  num_completion_tokens: int = None
418
418
  system_message: str = None
419
419
  temperature: float = None
@@ -15,4 +15,11 @@ class VectorStoreConfig(ApiClass):
15
15
  """
16
16
  chunk_size: int = dataclasses.field(default=512)
17
17
  chunk_overlap_fraction: float = dataclasses.field(default=0.1)
18
- text_encoder: VectorStoreTextEncoder = dataclasses.field(default=VectorStoreTextEncoder.OPENAI)
18
+ text_encoder: VectorStoreTextEncoder = dataclasses.field(default=VectorStoreTextEncoder.E5)
19
+
20
+
21
+ @dataclasses.dataclass
22
+ class DocumentRetrieverConfig(VectorStoreConfig):
23
+ """
24
+ Configs for document retriever.
25
+ """
@@ -25,8 +25,8 @@ from .annotation_config import AnnotationConfig
25
25
  from .annotation_entry import AnnotationEntry
26
26
  from .annotations_status import AnnotationsStatus
27
27
  from .api_class import (
28
- ApiClass, ApiEnum, FeatureGroupExportConfig, MergeConfig, ParsingConfig,
29
- ProblemType, SamplingConfig, TrainingConfig, VectorStoreConfig
28
+ ApiClass, ApiEnum, DocumentRetrieverConfig, FeatureGroupExportConfig,
29
+ MergeConfig, ParsingConfig, ProblemType, SamplingConfig, TrainingConfig
30
30
  )
31
31
  from .api_client_utils import (
32
32
  INVALID_PANDAS_COLUMN_NAME_CHARACTERS, clean_column_name,
@@ -51,6 +51,10 @@ from .dataset_version import DatasetVersion
51
51
  from .deployment import Deployment
52
52
  from .deployment_auth_token import DeploymentAuthToken
53
53
  from .deployment_conversation import DeploymentConversation
54
+ from .document_retriever import DocumentRetriever
55
+ from .document_retriever_config import DocumentRetrieverConfig
56
+ from .document_retriever_lookup_result import DocumentRetrieverLookupResult
57
+ from .document_retriever_version import DocumentRetrieverVersion
54
58
  from .drift_distributions import DriftDistributions
55
59
  from .eda import Eda
56
60
  from .eda_collinearity import EdaCollinearity
@@ -121,10 +125,6 @@ from .upload_part import UploadPart
121
125
  from .use_case import UseCase
122
126
  from .use_case_requirements import UseCaseRequirements
123
127
  from .user import User
124
- from .vector_store import VectorStore
125
- from .vector_store_config import VectorStoreConfig
126
- from .vector_store_lookup_result import VectorStoreLookupResult
127
- from .vector_store_version import VectorStoreVersion
128
128
  from .webhook import Webhook
129
129
 
130
130
 
@@ -216,7 +216,7 @@ class BaseApiClient:
216
216
  client_options (ClientOptions): Optional API client configurations
217
217
  skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
218
218
  """
219
- client_version = '0.71.1'
219
+ client_version = '0.72.0'
220
220
 
221
221
  def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
222
222
  self.api_key = api_key
@@ -242,6 +242,8 @@ class BaseApiClient:
242
242
  self.server = endpoint_info['apiEndpoint']
243
243
  except Exception:
244
244
  logging.error('Invalid API Key')
245
+ skip_version_check = skip_version_check or self.client_version.startswith(
246
+ 'g')
245
247
  if not skip_version_check:
246
248
  try:
247
249
  self.web_version = self._call_api('version', 'GET')
@@ -1985,59 +1987,59 @@ class ReadOnlyClient(BaseApiClient):
1985
1987
  LlmResponse: The response from the model, raw text and parsed components."""
1986
1988
  return self._call_api('queryFeatureGroupCodeGenerator', 'GET', query_params={'query': query, 'language': language, 'projectId': project_id, 'llmName': llm_name, 'maxTokens': max_tokens}, parse_type=LlmResponse, timeout=300)
1987
1989
 
1988
- def list_vector_stores(self, project_id: str, limit: int = 100, start_after_id: str = None) -> VectorStore:
1989
- """List all the vector stores.
1990
+ def list_document_retrievers(self, project_id: str, limit: int = 100, start_after_id: str = None) -> DocumentRetriever:
1991
+ """List all the document retrievers.
1990
1992
 
1991
1993
  Args:
1992
- project_id (str): The ID of project that the vector store is created in.
1993
- limit (int): The number of vector stores to retrieve.
1994
- start_after_id (str): An offset parameter to exclude all vector stores up to this specified ID.
1994
+ project_id (str): The ID of project that the document retriever is created in.
1995
+ limit (int): The number of document retrievers to return.
1996
+ start_after_id (str): An offset parameter to exclude all document retrievers up to this specified ID.
1995
1997
 
1996
1998
  Returns:
1997
- VectorStore: All the vector stores in the organization associated with the specified project."""
1998
- return self._call_api('listVectorStores', 'GET', query_params={'projectId': project_id, 'limit': limit, 'startAfterId': start_after_id}, parse_type=VectorStore)
1999
+ DocumentRetriever: All the document retrievers in the organization associated with the specified project."""
2000
+ return self._call_api('listDocumentRetrievers', 'GET', query_params={'projectId': project_id, 'limit': limit, 'startAfterId': start_after_id}, parse_type=DocumentRetriever)
1999
2001
 
2000
- def describe_vector_store(self, vector_store_id: str) -> VectorStore:
2001
- """Describe a Vector Store.
2002
+ def describe_document_retriever(self, document_retriever_id: str) -> DocumentRetriever:
2003
+ """Describe a Document Retriever.
2002
2004
 
2003
2005
  Args:
2004
- vector_store_id (str): A unique string identifier associated with the vector store.
2006
+ document_retriever_id (str): A unique string identifier associated with the document retriever.
2005
2007
 
2006
2008
  Returns:
2007
- VectorStore: The vector store object."""
2008
- return self._call_api('describeVectorStore', 'GET', query_params={'vectorStoreId': vector_store_id}, parse_type=VectorStore)
2009
+ DocumentRetriever: The document retriever object."""
2010
+ return self._call_api('describeDocumentRetriever', 'GET', query_params={'documentRetrieverId': document_retriever_id}, parse_type=DocumentRetriever)
2009
2011
 
2010
- def describe_vector_store_by_name(self, name: str) -> VectorStore:
2011
- """Describe a vector store by its name.
2012
+ def describe_document_retriever_by_name(self, name: str) -> DocumentRetriever:
2013
+ """Describe a document retriever by its name.
2012
2014
 
2013
2015
  Args:
2014
- name (str): The unique name of the vector store to look up.
2016
+ name (str): The unique name of the document retriever to look up.
2015
2017
 
2016
2018
  Returns:
2017
- VectorStore: The Vector Store."""
2018
- return self._call_api('describeVectorStoreByName', 'GET', query_params={'name': name}, parse_type=VectorStore)
2019
+ DocumentRetriever: The Document Retriever."""
2020
+ return self._call_api('describeDocumentRetrieverByName', 'GET', query_params={'name': name}, parse_type=DocumentRetriever)
2019
2021
 
2020
- def list_vector_store_versions(self, vector_store_id: str, limit: int = 100, start_after_version: str = None) -> VectorStoreVersion:
2021
- """List all the vector store versions with a given vector store ID.
2022
+ def list_document_retriever_versions(self, document_retriever_id: str, limit: int = 100, start_after_version: str = None) -> DocumentRetrieverVersion:
2023
+ """List all the document retriever versions with a given ID.
2022
2024
 
2023
2025
  Args:
2024
- vector_store_id (str): A unique string identifier associated with the vector store.
2026
+ document_retriever_id (str): A unique string identifier associated with the document retriever.
2025
2027
  limit (int): The number of vector store versions to retrieve.
2026
- start_after_version (str): An offset parameter to exclude all vector store versions up to this specified one.
2028
+ start_after_version (str): An offset parameter to exclude all document retriever versions up to this specified one.
2027
2029
 
2028
2030
  Returns:
2029
- VectorStoreVersion: All the vector store versions associated with the vector store."""
2030
- return self._call_api('listVectorStoreVersions', 'GET', query_params={'vectorStoreId': vector_store_id, 'limit': limit, 'startAfterVersion': start_after_version}, parse_type=VectorStoreVersion)
2031
+ DocumentRetrieverVersion: All the document retriever versions associated with the document retriever."""
2032
+ return self._call_api('listDocumentRetrieverVersions', 'GET', query_params={'documentRetrieverId': document_retriever_id, 'limit': limit, 'startAfterVersion': start_after_version}, parse_type=DocumentRetrieverVersion)
2031
2033
 
2032
- def describe_vector_store_version(self, vector_store_version: str) -> VectorStoreVersion:
2033
- """Describe a vector store version.
2034
+ def describe_document_retriever_version(self, document_retriever_version: str) -> DocumentRetrieverVersion:
2035
+ """Describe a document retriever version.
2034
2036
 
2035
2037
  Args:
2036
- vector_store_version (str): A unique string identifier associated with the vector store version.
2038
+ document_retriever_version (str): A unique string identifier associated with the document retriever version.
2037
2039
 
2038
2040
  Returns:
2039
- VectorStoreVersion: The vector store version object."""
2040
- return self._call_api('describeVectorStoreVersion', 'GET', query_params={'vectorStoreVersion': vector_store_version}, parse_type=VectorStoreVersion)
2041
+ DocumentRetrieverVersion: The document retriever version object."""
2042
+ return self._call_api('describeDocumentRetrieverVersion', 'GET', query_params={'documentRetrieverVersion': document_retriever_version}, parse_type=DocumentRetrieverVersion)
2041
2043
 
2042
2044
 
2043
2045
  def get_source_code_info(train_function: callable, predict_function: callable = None, predict_many_function: callable = None, initialize_function: callable = None, common_functions: list = None):
@@ -4641,7 +4643,7 @@ Creates a new feature group defined as the union of other feature group versions
4641
4643
  monitor_alert_id (str): The unique string identifier of the alert to delete."""
4642
4644
  return self._call_api('deleteMonitorAlert', 'DELETE', query_params={'monitorAlertId': monitor_alert_id})
4643
4645
 
4644
- def create_deployment(self, name: str = None, model_id: str = None, model_version: str = None, algorithm: str = None, feature_group_id: str = None, project_id: str = None, description: str = None, calls_per_second: int = None, auto_deploy: bool = True, start: bool = True, enable_batch_streaming_updates: bool = False, model_deployment_config: dict = None, deployment_config: dict = None) -> Deployment:
4646
+ def create_deployment(self, name: str = None, model_id: str = None, model_version: str = None, algorithm: str = None, additional_model_name: str = None, feature_group_id: str = None, project_id: str = None, description: str = None, calls_per_second: int = None, auto_deploy: bool = True, start: bool = True, enable_batch_streaming_updates: bool = False, model_deployment_config: dict = None, deployment_config: dict = None) -> Deployment:
4645
4647
  """Creates a deployment with the specified name and description for the specified model or feature group.
4646
4648
 
4647
4649
  A Deployment makes the trained model or feature group available for prediction requests.
@@ -4652,6 +4654,7 @@ Creates a new feature group defined as the union of other feature group versions
4652
4654
  model_id (str): The unique ID associated with the model.
4653
4655
  model_version (str): The unique ID associated with the model version to deploy.
4654
4656
  algorithm (str): The unique ID associated with the algorithm to deploy.
4657
+ additional_model_name (str): The unique name associated with the additional model to deploy.
4655
4658
  feature_group_id (str): The unique ID associated with a feature group.
4656
4659
  project_id (str): The unique ID associated with a project.
4657
4660
  description (str): The description for the deployment.
@@ -4664,7 +4667,7 @@ Creates a new feature group defined as the union of other feature group versions
4664
4667
 
4665
4668
  Returns:
4666
4669
  Deployment: The new model or feature group deployment."""
4667
- return self._call_api('createDeployment', 'POST', query_params={}, body={'name': name, 'modelId': model_id, 'modelVersion': model_version, 'algorithm': algorithm, 'featureGroupId': feature_group_id, 'projectId': project_id, 'description': description, 'callsPerSecond': calls_per_second, 'autoDeploy': auto_deploy, 'start': start, 'enableBatchStreamingUpdates': enable_batch_streaming_updates, 'modelDeploymentConfig': model_deployment_config, 'deploymentConfig': deployment_config}, parse_type=Deployment)
4670
+ return self._call_api('createDeployment', 'POST', query_params={}, body={'name': name, 'modelId': model_id, 'modelVersion': model_version, 'algorithm': algorithm, 'additionalModelName': additional_model_name, 'featureGroupId': feature_group_id, 'projectId': project_id, 'description': description, 'callsPerSecond': calls_per_second, 'autoDeploy': auto_deploy, 'start': start, 'enableBatchStreamingUpdates': enable_batch_streaming_updates, 'modelDeploymentConfig': model_deployment_config, 'deploymentConfig': deployment_config}, parse_type=Deployment)
4668
4671
 
4669
4672
  def create_deployment_token(self, project_id: str, name: str = None) -> DeploymentAuthToken:
4670
4673
  """Creates a deployment token for the specified project.
@@ -6140,8 +6143,8 @@ Creates a new feature group defined as the union of other feature group versions
6140
6143
  LlmParameters: The parameters for LLM using the given inputs."""
6141
6144
  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)
6142
6145
 
6143
- def create_vector_store(self, project_id: str, name: str, feature_group_id: str, cluster_name: str = None, vector_store_config: Union[dict, VectorStoreConfig] = None) -> VectorStore:
6144
- """Returns a vector store that stores embeddings for document chunks in a feature group.
6146
+ def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, cluster_name: str = None, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None) -> DocumentRetriever:
6147
+ """Returns a document retriever that stores embeddings for document chunks in a feature group.
6145
6148
 
6146
6149
  Document columns in the feature group are broken into chunks. For cases with multiple document columns, chunks from all columns are combined together to form a single chunk.
6147
6150
 
@@ -6151,51 +6154,51 @@ Creates a new feature group defined as the union of other feature group versions
6151
6154
  name (str): The name of the vector store.
6152
6155
  feature_group_id (str): The ID of the feature group that the vector store is associated with.
6153
6156
  cluster_name (str): The name of the cluster that the vector store is created in.
6154
- vector_store_config (VectorStoreConfig): The configuration, including chunk_size and chunk_overlap_fraction, for vector store indexing.
6157
+ document_retriever_config (DocumentRetrieverConfig): The configuration, including chunk_size and chunk_overlap_fraction, for document retrieval.
6155
6158
 
6156
6159
  Returns:
6157
- VectorStore: The newly created vector store."""
6158
- return self._call_api('createVectorStore', 'POST', query_params={}, body={'projectId': project_id, 'name': name, 'featureGroupId': feature_group_id, 'clusterName': cluster_name, 'vectorStoreConfig': vector_store_config}, parse_type=VectorStore)
6160
+ DocumentRetriever: The newly created document retriever."""
6161
+ return self._call_api('createDocumentRetriever', 'POST', query_params={}, body={'projectId': project_id, 'name': name, 'featureGroupId': feature_group_id, 'clusterName': cluster_name, 'documentRetrieverConfig': document_retriever_config}, parse_type=DocumentRetriever)
6159
6162
 
6160
- def update_vector_store(self, vector_store_id: str, name: str = None, feature_group_id: str = None, vector_store_config: Union[dict, VectorStoreConfig] = None) -> VectorStore:
6161
- """Updates an existing vector store.
6163
+ def update_document_retriever(self, document_retriever_id: str, name: str = None, feature_group_id: str = None, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None) -> DocumentRetriever:
6164
+ """Updates an existing document retriever.
6162
6165
 
6163
6166
  Args:
6164
- vector_store_id (str): The unique ID associated with the vector store.
6165
- name (str): The name group to update the vector store with.
6166
- feature_group_id (str): The ID of the feature group to update the vector store with.
6167
- vector_store_config (VectorStoreConfig): The configuration, including chunk_size and chunk_overlap_fraction, for vector store indexing.
6167
+ document_retriever_id (str): The unique ID associated with the document retriever.
6168
+ name (str): The name group to update the document retriever with.
6169
+ feature_group_id (str): The ID of the feature group to update the document retriever with.
6170
+ document_retriever_config (DocumentRetrieverConfig): The configuration, including chunk_size and chunk_overlap_fraction, for document retrieval.
6168
6171
 
6169
6172
  Returns:
6170
- VectorStore: The updated vector store."""
6171
- return self._call_api('updateVectorStore', 'POST', query_params={}, body={'vectorStoreId': vector_store_id, 'name': name, 'featureGroupId': feature_group_id, 'vectorStoreConfig': vector_store_config}, parse_type=VectorStore)
6173
+ DocumentRetriever: The updated document retriever."""
6174
+ return self._call_api('updateDocumentRetriever', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id, 'name': name, 'featureGroupId': feature_group_id, 'documentRetrieverConfig': document_retriever_config}, parse_type=DocumentRetriever)
6172
6175
 
6173
- def create_vector_store_version(self, vector_store_id: str) -> VectorStoreVersion:
6174
- """Creates a vector store version from the latest version of the feature group that the vector store associated with.
6176
+ def create_document_retriever_version(self, document_retriever_id: str) -> DocumentRetrieverVersion:
6177
+ """Creates a document retriever version from the latest version of the feature group that the document retriever associated with.
6175
6178
 
6176
6179
  Args:
6177
- vector_store_id (str): The unique ID associated with the vector store to create version with.
6180
+ document_retriever_id (str): The unique ID associated with the document retriever to create version with.
6178
6181
 
6179
6182
  Returns:
6180
- VectorStoreVersion: The newly created vector store version."""
6181
- return self._call_api('createVectorStoreVersion', 'POST', query_params={}, body={'vectorStoreId': vector_store_id}, parse_type=VectorStoreVersion)
6183
+ DocumentRetrieverVersion: The newly created document retriever version."""
6184
+ return self._call_api('createDocumentRetrieverVersion', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id}, parse_type=DocumentRetrieverVersion)
6182
6185
 
6183
- def delete_vector_store(self, vector_store_id: str):
6184
- """Delete a Vector Store.
6186
+ def delete_document_retriever(self, vector_store_id: str):
6187
+ """Delete a Document Retriever.
6185
6188
 
6186
6189
  Args:
6187
- vector_store_id (str): A unique string identifier associated with the vector store."""
6188
- return self._call_api('deleteVectorStore', 'DELETE', query_params={'vectorStoreId': vector_store_id})
6190
+ vector_store_id (str): A unique string identifier associated with the document retriever."""
6191
+ return self._call_api('deleteDocumentRetriever', 'DELETE', query_params={'vectorStoreId': vector_store_id})
6189
6192
 
6190
- def lookup_vector_store(self, vector_store_id: str, query: str, deployment_token: str, limit_results: int = None) -> VectorStoreLookupResult:
6191
- """Lookup relevant documents from the vector store deployed with given query.
6193
+ def lookup_document_retriever(self, document_retriever_id: str, query: str, deployment_token: str, limit_results: int = None) -> DocumentRetrieverLookupResult:
6194
+ """Lookup relevant documents from the document retriever deployed with given query.
6192
6195
 
6193
6196
  Args:
6194
- vector_store_id (str): A unique string identifier associated with the vector store.
6197
+ document_retriever_id (str): A unique string identifier associated with the document retriever.
6195
6198
  query (str): The query to search for.
6196
6199
  deployment_token (str): A deployment token used to authenticate access to created vector store.
6197
6200
  limit_results (int): If provided, will limit the number of results to the value specified.
6198
6201
 
6199
6202
  Returns:
6200
- VectorStoreLookupResult: The relevant documentation results found from the vector store."""
6201
- return self._call_api('lookupVectorStore', 'POST', query_params={'deploymentToken': deployment_token}, body={'vectorStoreId': vector_store_id, 'query': query, 'limitResults': limit_results}, parse_type=VectorStoreLookupResult)
6203
+ DocumentRetrieverLookupResult: The relevant documentation results found from the document retriever."""
6204
+ return self._call_api('lookupDocumentRetriever', 'POST', query_params={'deploymentToken': deployment_token}, body={'documentRetrieverId': document_retriever_id, 'query': query, 'limitResults': limit_results}, parse_type=DocumentRetrieverLookupResult)
@@ -0,0 +1,141 @@
1
+ from typing import Union
2
+
3
+ from .api_class import DocumentRetrieverConfig
4
+ from .document_retriever_config import DocumentRetrieverConfig
5
+ from .document_retriever_version import DocumentRetrieverVersion
6
+ from .return_class import AbstractApiClass
7
+
8
+
9
+ class DocumentRetriever(AbstractApiClass):
10
+ """
11
+ A vector store that stores embeddings for a list of document trunks.
12
+
13
+ Args:
14
+ client (ApiClient): An authenticated API Client instance
15
+ name (str): The name of the document retriever.
16
+ documentRetrieverId (str): The unique identifier of the vector store.
17
+ createdAt (str): When the vector store was created.
18
+ latestDocumentRetrieverVersion (DocumentRetrieverVersion): The latest version of vector store.
19
+ documentRetrieverConfig (DocumentRetrieverConfig): The config for vector store creation.
20
+ """
21
+
22
+ def __init__(self, client, name=None, documentRetrieverId=None, createdAt=None, latestDocumentRetrieverVersion={}, documentRetrieverConfig={}):
23
+ super().__init__(client, documentRetrieverId)
24
+ self.name = name
25
+ self.document_retriever_id = documentRetrieverId
26
+ self.created_at = createdAt
27
+ self.latest_document_retriever_version = client._build_class(
28
+ DocumentRetrieverVersion, latestDocumentRetrieverVersion)
29
+ self.document_retriever_config = client._build_class(
30
+ DocumentRetrieverConfig, documentRetrieverConfig)
31
+
32
+ def __repr__(self):
33
+ return f"DocumentRetriever(name={repr(self.name)},\n document_retriever_id={repr(self.document_retriever_id)},\n created_at={repr(self.created_at)},\n latest_document_retriever_version={repr(self.latest_document_retriever_version)},\n document_retriever_config={repr(self.document_retriever_config)})"
34
+
35
+ def to_dict(self):
36
+ """
37
+ Get a dict representation of the parameters in this class
38
+
39
+ Returns:
40
+ dict: The dict value representation of the class parameters
41
+ """
42
+ return {'name': self.name, 'document_retriever_id': self.document_retriever_id, 'created_at': self.created_at, 'latest_document_retriever_version': self._get_attribute_as_dict(self.latest_document_retriever_version), 'document_retriever_config': self._get_attribute_as_dict(self.document_retriever_config)}
43
+
44
+ def update(self, name: str = None, feature_group_id: str = None, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None):
45
+ """
46
+ Updates an existing document retriever.
47
+
48
+ Args:
49
+ name (str): The name group to update the document retriever with.
50
+ feature_group_id (str): The ID of the feature group to update the document retriever with.
51
+ document_retriever_config (DocumentRetrieverConfig): The configuration, including chunk_size and chunk_overlap_fraction, for document retrieval.
52
+
53
+ Returns:
54
+ DocumentRetriever: The updated document retriever.
55
+ """
56
+ return self.client.update_document_retriever(self.document_retriever_id, name, feature_group_id, document_retriever_config)
57
+
58
+ def create_version(self):
59
+ """
60
+ Creates a document retriever version from the latest version of the feature group that the document retriever associated with.
61
+
62
+ Args:
63
+ document_retriever_id (str): The unique ID associated with the document retriever to create version with.
64
+
65
+ Returns:
66
+ DocumentRetrieverVersion: The newly created document retriever version.
67
+ """
68
+ return self.client.create_document_retriever_version(self.document_retriever_id)
69
+
70
+ def refresh(self):
71
+ """
72
+ Calls describe and refreshes the current object's fields
73
+
74
+ Returns:
75
+ DocumentRetriever: The current object
76
+ """
77
+ self.__dict__.update(self.describe().__dict__)
78
+ return self
79
+
80
+ def describe(self):
81
+ """
82
+ Describe a Document Retriever.
83
+
84
+ Args:
85
+ document_retriever_id (str): A unique string identifier associated with the document retriever.
86
+
87
+ Returns:
88
+ DocumentRetriever: The document retriever object.
89
+ """
90
+ return self.client.describe_document_retriever(self.document_retriever_id)
91
+
92
+ def list_versions(self, limit: int = 100, start_after_version: str = None):
93
+ """
94
+ List all the document retriever versions with a given ID.
95
+
96
+ Args:
97
+ limit (int): The number of vector store versions to retrieve.
98
+ start_after_version (str): An offset parameter to exclude all document retriever versions up to this specified one.
99
+
100
+ Returns:
101
+ DocumentRetrieverVersion: All the document retriever versions associated with the document retriever.
102
+ """
103
+ return self.client.list_document_retriever_versions(self.document_retriever_id, limit, start_after_version)
104
+
105
+ def lookup(self, query: str, deployment_token: str, limit_results: int = None):
106
+ """
107
+ Lookup relevant documents from the document retriever deployed with given query.
108
+
109
+ Args:
110
+ query (str): The query to search for.
111
+ deployment_token (str): A deployment token used to authenticate access to created vector store.
112
+ limit_results (int): If provided, will limit the number of results to the value specified.
113
+
114
+ Returns:
115
+ DocumentRetrieverLookupResult: The relevant documentation results found from the document retriever.
116
+ """
117
+ return self.client.lookup_document_retriever(self.document_retriever_id, query, deployment_token, limit_results)
118
+
119
+ def wait_until_ready(self, timeout: int = 3600):
120
+ """
121
+ A waiting call until document retriever is ready.
122
+
123
+ Args:
124
+ timeout (int, optional): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out. Default value given is 3600 seconds.
125
+ """
126
+ version = self.describe().latest_document_retriever_version
127
+ if not version:
128
+ from .client import ApiException
129
+ raise ApiException(
130
+ 409, 'This vector store does not have any versions')
131
+ version.wait_until_ready(timeout=timeout)
132
+ return self
133
+
134
+ def get_status(self):
135
+ """
136
+ Gets the status of the document retriever.
137
+
138
+ Returns:
139
+ str: A string describing the status of a document retriever (pending, complete, etc.).
140
+ """
141
+ return self.describe().latest_document_retriever_version.status
@@ -0,0 +1,32 @@
1
+ from .api_class import DocumentRetrieverConfig
2
+ from .return_class import AbstractApiClass
3
+
4
+
5
+ class DocumentRetrieverConfig(AbstractApiClass):
6
+ """
7
+ A config for document retriever creation.
8
+
9
+ Args:
10
+ client (ApiClient): An authenticated API Client instance
11
+ chunkSize (int): The size of chunks for vector store.
12
+ chunkOverlapFraction (float): The fraction of overlap between two consecutive chunks.
13
+ textEncoder (str): The text encoder used to encode texts in the vector store.
14
+ """
15
+
16
+ def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None):
17
+ super().__init__(client, None)
18
+ self.chunk_size = chunkSize
19
+ self.chunk_overlap_fraction = chunkOverlapFraction
20
+ self.text_encoder = textEncoder
21
+
22
+ def __repr__(self):
23
+ return f"DocumentRetrieverConfig(chunk_size={repr(self.chunk_size)},\n chunk_overlap_fraction={repr(self.chunk_overlap_fraction)},\n text_encoder={repr(self.text_encoder)})"
24
+
25
+ def to_dict(self):
26
+ """
27
+ Get a dict representation of the parameters in this class
28
+
29
+ Returns:
30
+ dict: The dict value representation of the class parameters
31
+ """
32
+ return {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction, 'text_encoder': self.text_encoder}
@@ -0,0 +1,29 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class DocumentRetrieverLookupResult(AbstractApiClass):
5
+ """
6
+ Result of a document retriever lookup.
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ document (str): The document that was looked up.
11
+ score (float): Score of the document with respect to the query.
12
+ """
13
+
14
+ def __init__(self, client, document=None, score=None):
15
+ super().__init__(client, None)
16
+ self.document = document
17
+ self.score = score
18
+
19
+ def __repr__(self):
20
+ return f"DocumentRetrieverLookupResult(document={repr(self.document)},\n score={repr(self.score)})"
21
+
22
+ def to_dict(self):
23
+ """
24
+ Get a dict representation of the parameters in this class
25
+
26
+ Returns:
27
+ dict: The dict value representation of the class parameters
28
+ """
29
+ return {'document': self.document, 'score': self.score}
@@ -0,0 +1,84 @@
1
+ from .return_class import AbstractApiClass
2
+
3
+
4
+ class DocumentRetrieverVersion(AbstractApiClass):
5
+ """
6
+ A version of document retriever.
7
+
8
+ Args:
9
+ client (ApiClient): An authenticated API Client instance
10
+ documentRetrieverId (str): The unique identifier of the vector store.
11
+ documentRetrieverVersion (str): The unique identifier of the vector store version.
12
+ createdAt (str): When the vector store was created.
13
+ status (str): The status of creating vector store version.
14
+ featureGroupVersion (str): The unique identifier of the feature group version at which the vector store version is created.
15
+ """
16
+
17
+ def __init__(self, client, documentRetrieverId=None, documentRetrieverVersion=None, createdAt=None, status=None, featureGroupVersion=None):
18
+ super().__init__(client, documentRetrieverVersion)
19
+ self.document_retriever_id = documentRetrieverId
20
+ self.document_retriever_version = documentRetrieverVersion
21
+ self.created_at = createdAt
22
+ self.status = status
23
+ self.feature_group_version = featureGroupVersion
24
+
25
+ def __repr__(self):
26
+ return f"DocumentRetrieverVersion(document_retriever_id={repr(self.document_retriever_id)},\n document_retriever_version={repr(self.document_retriever_version)},\n created_at={repr(self.created_at)},\n status={repr(self.status)},\n feature_group_version={repr(self.feature_group_version)})"
27
+
28
+ def to_dict(self):
29
+ """
30
+ Get a dict representation of the parameters in this class
31
+
32
+ Returns:
33
+ dict: The dict value representation of the class parameters
34
+ """
35
+ return {'document_retriever_id': self.document_retriever_id, 'document_retriever_version': self.document_retriever_version, 'created_at': self.created_at, 'status': self.status, 'feature_group_version': self.feature_group_version}
36
+
37
+ def refresh(self):
38
+ """
39
+ Calls describe and refreshes the current object's fields
40
+
41
+ Returns:
42
+ DocumentRetrieverVersion: The current object
43
+ """
44
+ self.__dict__.update(self.describe().__dict__)
45
+ return self
46
+
47
+ def describe(self):
48
+ """
49
+ Describe a document retriever version.
50
+
51
+ Args:
52
+ document_retriever_version (str): A unique string identifier associated with the document retriever version.
53
+
54
+ Returns:
55
+ DocumentRetrieverVersion: The document retriever version object.
56
+ """
57
+ return self.client.describe_document_retriever_version(self.document_retriever_version)
58
+
59
+ def wait_for_results(self, timeout=3600):
60
+ """
61
+ A waiting call until document retriever version is complete.
62
+
63
+ Args:
64
+ timeout (int, optional): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
65
+ """
66
+ return self.client._poll(self, {'PENDING', 'INDEXING'}, timeout=timeout)
67
+
68
+ def wait_until_ready(self, timeout=3600):
69
+ """
70
+ A waiting call until the document retriever version is ready.
71
+
72
+ Args:
73
+ timeout (int, optional): The waiting time given to the call to finish, if it doesn't finish by the allocated time, the call is said to be timed out.
74
+ """
75
+ return self.wait_for_results(timeout)
76
+
77
+ def get_status(self):
78
+ """
79
+ Gets the status of the document retriever version.
80
+
81
+ Returns:
82
+ str: A string describing the status of a document retriever version (pending, complete, etc.).
83
+ """
84
+ return self.describe().status