abacusai 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.2.0/abacusai.egg-info → abacusai-1.2.1}/PKG-INFO +1 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/__init__.py +1 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/enums.py +3 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/model.py +2 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/client.py +15 -75
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_retriever.py +41 -4
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_retriever_config.py +6 -4
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_retriever_version.py +47 -5
- abacusai-1.2.1/abacusai/global_context.py +13 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_client.py +5 -4
- abacusai-1.2.1/abacusai/public.pem +5 -0
- {abacusai-1.2.0 → abacusai-1.2.1/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -34
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -27
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -10
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +45 -71
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +7 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +38 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +16 -2
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +3 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +7 -28
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +3 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +3 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -13
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/index.rst.txt +52 -99
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +1 -7
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +2 -4
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +1 -3
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +10 -49
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/deployment/index.html +7 -40
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/enums/index.html +0 -10
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/index.html +113 -147
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/model/index.html +6 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/monitor/index.html +45 -3
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_client_utils/index.html +24 -2
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/app_user_group/index.html +2 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/client/index.html +7 -31
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/deployment_conversation_event/index.html +2 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/external_application/index.html +2 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_version/index.html +0 -20
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/index.html +115 -174
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor/index.html +1 -4
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project/index.html +2 -3
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +1 -2
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/genindex.html +62 -94
- abacusai-1.2.1/docs/objects.inv +0 -0
- abacusai-1.2.1/docs/searchindex.js +1 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/setup.py +1 -1
- abacusai-1.2.0/abacusai/public.pem +0 -5
- abacusai-1.2.0/docs/objects.inv +0 -0
- abacusai-1.2.0/docs/searchindex.js +0 -1
- {abacusai-1.2.0 → abacusai-1.2.1}/.gitignore +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/LICENSE +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/README.md +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/abacus_api.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/agent.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/agent_data_upload_result.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/agent_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/algorithm.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/annotation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/annotation_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/annotation_document.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/annotations_status.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/project.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/api_key.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/app_user_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/application_connector.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/chat_message.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/chat_session.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/code_source.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/cryptography.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/custom_metric.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/data_metrics.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/database_connector.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/dataset.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/dataset_column.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/dataset_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/deployment.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_annotation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_data.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_store.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/document_store_import.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/eda_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/external_application.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/external_invite.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_importance.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/feature_record.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/file_connector.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/function_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/indexing_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/item_statistics.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_input.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/llm_response.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/memory_options.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_location.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_metrics.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_upload.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/module.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/nested_feature.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/notebook_template.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/null_violation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/organization_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/organization_secret.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/page_data.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_input.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/problem_type.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project_config.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/project_validation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/python_function.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/range_violation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/requirements.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/return_class.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/schema.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/streaming_client.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/training_config_options.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/type_violation.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/upload.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/upload_part.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/use_case.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/user.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/user_exception.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai/webhook.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/.buildinfo +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/.nojekyll +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/basic.css +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/css/theme.css +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/doctools.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/file.png +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/graphviz.css +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/jquery.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/js/theme.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/language_data.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/minus.png +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/plus.png +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/pygments.css +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/searchtools.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/_static/underscore.js +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/index.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/py-modindex.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/docs/search.html +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/examples/fullscript.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/featurestore.md +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/requirements.txt +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/setup.cfg +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/sphinx/build_docs +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/sphinx/conf.py +0 -0
- {abacusai-1.2.0 → abacusai-1.2.1}/sphinx/index.rst +0 -0
|
@@ -184,6 +184,7 @@ class FileFormat(ApiEnum):
|
|
|
184
184
|
PPTX = 'PPTX'
|
|
185
185
|
PPT = 'PPT'
|
|
186
186
|
HTML = 'HTML'
|
|
187
|
+
TXT = 'txt'
|
|
187
188
|
|
|
188
189
|
|
|
189
190
|
class ExperimentationMode(ApiEnum):
|
|
@@ -411,6 +412,7 @@ class LLMName(ApiEnum):
|
|
|
411
412
|
CLAUDE_V2_1 = 'CLAUDE_V2_1'
|
|
412
413
|
CLAUDE_V3_OPUS = 'CLAUDE_V3_OPUS'
|
|
413
414
|
CLAUDE_V3_SONNET = 'CLAUDE_V3_SONNET'
|
|
415
|
+
CLAUDE_V3_HAIKU = 'CLAUDE_V3_HAIKU'
|
|
414
416
|
ABACUS_GIRAFFE = 'ABACUS_GIRAFFE'
|
|
415
417
|
ABACUS_GIRAFFE_LARGE = 'ABACUS_GIRAFFE_LARGE'
|
|
416
418
|
LLAMA2_CHAT = 'LLAMA2_CHAT'
|
|
@@ -419,6 +421,7 @@ class LLMName(ApiEnum):
|
|
|
419
421
|
GEMINI_PRO = 'GEMINI_PRO'
|
|
420
422
|
MIXTRAL_CHAT = 'MIXTRAL_CHAT'
|
|
421
423
|
MISTRAL_MEDIUM = 'MISTRAL_MEDIUM'
|
|
424
|
+
ABACUS_SMAUG2 = 'ABACUS_SMAUG2'
|
|
422
425
|
|
|
423
426
|
|
|
424
427
|
class MonitorAlertType(ApiEnum):
|
|
@@ -732,12 +732,14 @@ class CustomTrainedModelTrainingConfig(TrainingConfig):
|
|
|
732
732
|
index_output_path (str): Fully qualified cloud location (GCS, S3, etc) to export snapshots of the embedding to.
|
|
733
733
|
docker_image_uri (str): Docker image URI.
|
|
734
734
|
service_port (int): Service port.
|
|
735
|
+
streaming_embeddings (bool): Flag to enable streaming embeddings.
|
|
735
736
|
"""
|
|
736
737
|
max_catalog_size: int = dataclasses.field(default=None)
|
|
737
738
|
max_dimension: int = dataclasses.field(default=None)
|
|
738
739
|
index_output_path: str = dataclasses.field(default=None)
|
|
739
740
|
docker_image_uri: str = dataclasses.field(default=None)
|
|
740
741
|
service_port: int = dataclasses.field(default=None)
|
|
742
|
+
streaming_embeddings: bool = dataclasses.field(default=None)
|
|
741
743
|
|
|
742
744
|
def __post_init__(self):
|
|
743
745
|
self.problem_type = enums.ProblemType.CUSTOM_TRAINED_MODEL
|
|
@@ -81,7 +81,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
81
81
|
BatchPredictionArgs, globalPredictionArgs)
|
|
82
82
|
self.batch_prediction_args = client._build_class(
|
|
83
83
|
BatchPredictionArgs, batchPredictionArgs)
|
|
84
|
-
self.deprecated_keys = {'
|
|
84
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
85
85
|
|
|
86
86
|
def __repr__(self):
|
|
87
87
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'explanations': repr(self.explanations), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(
|
|
@@ -95,7 +95,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
95
95
|
BatchPredictionArgs, globalPredictionArgs)
|
|
96
96
|
self.batch_prediction_args = client._build_class(
|
|
97
97
|
BatchPredictionArgs, batchPredictionArgs)
|
|
98
|
-
self.deprecated_keys = {'
|
|
98
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
99
99
|
|
|
100
100
|
def __repr__(self):
|
|
101
101
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'explanations': repr(self.explanations), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(
|
|
@@ -585,7 +585,7 @@ class BaseApiClient:
|
|
|
585
585
|
client_options (ClientOptions): Optional API client configurations
|
|
586
586
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
587
587
|
"""
|
|
588
|
-
client_version = '1.2.
|
|
588
|
+
client_version = '1.2.1'
|
|
589
589
|
|
|
590
590
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
591
591
|
self.api_key = api_key
|
|
@@ -6365,7 +6365,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6365
6365
|
deployment_id (str): The unique identifier to a deployment created under the project.
|
|
6366
6366
|
vector (list): Input vector to perform the k nearest neighbors with.
|
|
6367
6367
|
k (int): Overrideable number of items to return.
|
|
6368
|
-
distance (str): Specify the distance function to use
|
|
6368
|
+
distance (str): Specify the distance function to use. Options include “dot“, “cosine“, “euclidean“, and “manhattan“. Default = “dot“
|
|
6369
6369
|
include_score (bool): If True, will return the score alongside the resulting embedding value.
|
|
6370
6370
|
catalog_id (str): An optional parameter honored only for embeddings that provide a catalog id"""
|
|
6371
6371
|
prediction_url = self._get_prediction_endpoint(
|
|
@@ -6383,16 +6383,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6383
6383
|
deployment_id, deployment_token) if deployment_token else None
|
|
6384
6384
|
return self._call_api('getMultipleKNearest', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queries': queries}, server_override=prediction_url)
|
|
6385
6385
|
|
|
6386
|
-
def get_labels(self, deployment_token: str, deployment_id: str, query_data: dict) -> Dict:
|
|
6386
|
+
def get_labels(self, deployment_token: str, deployment_id: str, query_data: dict, return_extracted_entities: bool = False) -> Dict:
|
|
6387
6387
|
"""Returns a list of scored labels for a document.
|
|
6388
6388
|
|
|
6389
6389
|
Args:
|
|
6390
6390
|
deployment_token (str): The deployment token to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it is safe to embed this model inside of an application or website.
|
|
6391
6391
|
deployment_id (str): The unique identifier to a deployment created under the project.
|
|
6392
|
-
query_data (dict): Dictionary where key is "Content" and value is the text from which entities are to be extracted.
|
|
6392
|
+
query_data (dict): Dictionary where key is "Content" and value is the text from which entities are to be extracted.
|
|
6393
|
+
return_extracted_entities (bool): (Optional) If True, will return the extracted entities in simpler format"""
|
|
6393
6394
|
prediction_url = self._get_prediction_endpoint(
|
|
6394
6395
|
deployment_id, deployment_token) if deployment_token else None
|
|
6395
|
-
return self._call_api('getLabels', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data}, server_override=prediction_url)
|
|
6396
|
+
return self._call_api('getLabels', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'returnExtractedEntities': return_extracted_entities}, server_override=prediction_url)
|
|
6396
6397
|
|
|
6397
6398
|
def get_entities_from_pdf(self, deployment_token: str, deployment_id: str, pdf: io.TextIOBase = None, doc_id: str = None, return_extracted_features: bool = False, verbose: bool = False, save_extracted_features: bool = None) -> Dict:
|
|
6398
6399
|
"""Extracts text from the provided PDF and returns a list of recognized labels and their scores.
|
|
@@ -6993,72 +6994,6 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
6993
6994
|
batch_prediction_id (str): Unique string identifier of the batch prediction."""
|
|
6994
6995
|
return self._call_api('deleteBatchPrediction', 'DELETE', query_params={'batchPredictionId': batch_prediction_id})
|
|
6995
6996
|
|
|
6996
|
-
def add_user_item_interaction(self, streaming_token: str, dataset_id: str, timestamp: int, user_id: str, item_id: list, event_type: str, additional_attributes: dict):
|
|
6997
|
-
"""Adds a user-item interaction record (data row) to a streaming dataset.
|
|
6998
|
-
|
|
6999
|
-
Args:
|
|
7000
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7001
|
-
dataset_id (str): The unique string identifier for the streaming dataset to record data to.
|
|
7002
|
-
timestamp (int): The Unix timestamp of the event.
|
|
7003
|
-
user_id (str): The unique identifier for the user.
|
|
7004
|
-
item_id (list): The unique identifier for the items.
|
|
7005
|
-
event_type (str): The event type.
|
|
7006
|
-
additional_attributes (dict): Attributes of the user interaction."""
|
|
7007
|
-
return self._call_api('addUserItemInteraction', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'timestamp': timestamp, 'userId': user_id, 'itemId': item_id, 'eventType': event_type, 'additionalAttributes': additional_attributes})
|
|
7008
|
-
|
|
7009
|
-
def upsert_user_attributes(self, streaming_token: str, dataset_id: str, user_id: str, user_attributes: dict):
|
|
7010
|
-
"""Adds a user attribute record (data row) to a streaming dataset.
|
|
7011
|
-
|
|
7012
|
-
Either the streaming dataset ID or the project ID is required.
|
|
7013
|
-
|
|
7014
|
-
|
|
7015
|
-
Args:
|
|
7016
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7017
|
-
dataset_id (str): The unique string identifier for the streaming dataset to record data to.
|
|
7018
|
-
user_id (str): The unique identifier for the user.
|
|
7019
|
-
user_attributes (dict): Attributes of the user interaction."""
|
|
7020
|
-
return self._call_api('upsertUserAttributes', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'userId': user_id, 'userAttributes': user_attributes})
|
|
7021
|
-
|
|
7022
|
-
def upsert_item_attributes(self, streaming_token: str, dataset_id: str, item_id: str, item_attributes: dict):
|
|
7023
|
-
"""Adds an item attributes record (data row) to a streaming dataset.
|
|
7024
|
-
|
|
7025
|
-
Either the streaming dataset ID or the project ID is required.
|
|
7026
|
-
|
|
7027
|
-
|
|
7028
|
-
Args:
|
|
7029
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7030
|
-
dataset_id (str): The unique string identifier for the streaming dataset to record data to.
|
|
7031
|
-
item_id (str): The unique identifier for the item.
|
|
7032
|
-
item_attributes (dict): Attributes of the item interaction."""
|
|
7033
|
-
return self._call_api('upsertItemAttributes', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'itemId': item_id, 'itemAttributes': item_attributes})
|
|
7034
|
-
|
|
7035
|
-
def add_multiple_user_item_interactions(self, streaming_token: str, dataset_id: str, interactions: list):
|
|
7036
|
-
"""Adds a user-item interaction record (data row) to a streaming dataset.
|
|
7037
|
-
|
|
7038
|
-
Args:
|
|
7039
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7040
|
-
dataset_id (str): The unique string identifier of the streaming dataset to record data to.
|
|
7041
|
-
interactions (list): List of interactions, each interaction of format {'userId': userId, 'timestamp': timestamp, 'itemId': itemId, 'eventType': eventType, 'additionalAttributes': {'attribute1': 'abc', 'attribute2': 123}}."""
|
|
7042
|
-
return self._call_api('addMultipleUserItemInteractions', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'interactions': interactions})
|
|
7043
|
-
|
|
7044
|
-
def upsert_multiple_user_attributes(self, streaming_token: str, dataset_id: str, upserts: list):
|
|
7045
|
-
"""Adds multiple user attributes records (data rows) to a streaming dataset.
|
|
7046
|
-
|
|
7047
|
-
Args:
|
|
7048
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7049
|
-
dataset_id (str): A unique string identifier for the streaming dataset to record data to.
|
|
7050
|
-
upserts (list): List of upserts, each upsert of format {'userId': userId, 'userAttributes': {'attribute1': 'abc', 'attribute2': 123}}."""
|
|
7051
|
-
return self._call_api('upsertMultipleUserAttributes', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'upserts': upserts})
|
|
7052
|
-
|
|
7053
|
-
def upsert_multiple_item_attributes(self, streaming_token: str, dataset_id: str, upserts: list):
|
|
7054
|
-
"""Adds multiple item attributes records (data rows) to a streaming dataset.
|
|
7055
|
-
|
|
7056
|
-
Args:
|
|
7057
|
-
streaming_token (str): The streaming token for authenticating requests to the dataset.
|
|
7058
|
-
dataset_id (str): A unique string identifier for the streaming dataset to record data to.
|
|
7059
|
-
upserts (list): A list of upserts, each upsert of format {'itemId': itemId, 'itemAttributes': {'attribute1': 'abc', 'attribute2': 123}}."""
|
|
7060
|
-
return self._call_api('upsertMultipleItemAttributes', 'POST', query_params={'streamingToken': streaming_token, 'datasetId': dataset_id}, body={'upserts': upserts})
|
|
7061
|
-
|
|
7062
6997
|
def upsert_item_embeddings(self, streaming_token: str, model_id: str, item_id: str, vector: list, catalog_id: str = None):
|
|
7063
6998
|
"""Upserts an embedding vector for an item id for a model_id.
|
|
7064
6999
|
|
|
@@ -8101,13 +8036,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8101
8036
|
document_retriever_id (str): A unique string identifier associated with the document retriever."""
|
|
8102
8037
|
return self._call_api('restartDocumentRetriever', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id})
|
|
8103
8038
|
|
|
8104
|
-
def get_relevant_snippets(self, doc_ids: list = None, blobs: io.TextIOBase = None, query: str = None, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None, honor_sentence_boundary: bool = True, num_retrieval_margin_words: int = None, max_words_per_snippet: int = None, max_snippets_per_document: int = None, start_word_index: int = None, end_word_index: int = None, including_bounding_boxes: bool = False) -> List[DocumentRetrieverLookupResult]:
|
|
8105
|
-
"""
|
|
8039
|
+
def get_relevant_snippets(self, doc_ids: list = None, blobs: io.TextIOBase = None, query: str = None, document_retriever_config: Union[dict, DocumentRetrieverConfig] = None, honor_sentence_boundary: bool = True, num_retrieval_margin_words: int = None, max_words_per_snippet: int = None, max_snippets_per_document: int = None, start_word_index: int = None, end_word_index: int = None, including_bounding_boxes: bool = False, text: str = None) -> List[DocumentRetrieverLookupResult]:
|
|
8040
|
+
"""Retrieves snippets relevant to a given query from specified documents. This function supports flexible input options,
|
|
8041
|
+
|
|
8042
|
+
allowing for retrieval from a variety of data sources including document IDs, blob data, and plain text. When multiple data
|
|
8043
|
+
sources are provided, all are considered in the retrieval process. Document retrievers may be created on-the-fly to perform lookup.
|
|
8044
|
+
|
|
8106
8045
|
|
|
8107
8046
|
Args:
|
|
8108
8047
|
doc_ids (list): A list of document store IDs to retrieve the snippets from.
|
|
8109
8048
|
blobs (io.TextIOBase): A dictionary mapping document names to the blob data.
|
|
8110
|
-
query (str):
|
|
8049
|
+
query (str): Query string to find relevant snippets in the documents.
|
|
8111
8050
|
document_retriever_config (DocumentRetrieverConfig): If provided, used to configure the retrieval steps like chunking for embeddings.
|
|
8112
8051
|
num_retrieval_margin_words (int): If provided, will add this number of words from left and right of the returned snippets.
|
|
8113
8052
|
max_words_per_snippet (int): If provided, will limit the number of words in each snippet to the value specified.
|
|
@@ -8115,7 +8054,8 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8115
8054
|
start_word_index (int): If provided, will start the snippet at the index (of words in the document) specified.
|
|
8116
8055
|
end_word_index (int): If provided, will end the snippet at the index of (of words in the document) specified.
|
|
8117
8056
|
including_bounding_boxes (bool): If true, will include the bounding boxes of the snippets if they are available.
|
|
8057
|
+
text (str): Plain text from which to retrieve snippets.
|
|
8118
8058
|
|
|
8119
8059
|
Returns:
|
|
8120
8060
|
list[DocumentRetrieverLookupResult]: The snippets found from the documents."""
|
|
8121
|
-
return self._proxy_request('GetRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': json.dumps(document_retriever_config), 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes}, files=blobs, parse_type=DocumentRetrieverLookupResult)
|
|
8061
|
+
return self._proxy_request('GetRelevantSnippets', 'POST', query_params={}, body={'docIds': doc_ids, 'query': query, 'documentRetrieverConfig': json.dumps(document_retriever_config), 'honorSentenceBoundary': honor_sentence_boundary, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerSnippet': max_words_per_snippet, 'maxSnippetsPerDocument': max_snippets_per_document, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index, 'includingBoundingBoxes': including_bounding_boxes, 'text': text}, files=blobs, parse_type=DocumentRetrieverLookupResult)
|
|
@@ -150,25 +150,62 @@ class DocumentRetriever(AbstractApiClass):
|
|
|
150
150
|
# we set deployment to be off by default for some cases.
|
|
151
151
|
# So wait for indexing is done and then call restart.
|
|
152
152
|
self.client._poll(self, {'PENDING', 'INDEXING'}, timeout=timeout / 2)
|
|
153
|
-
if self.
|
|
153
|
+
if self.get_deployment_status() == 'STOPPED':
|
|
154
154
|
self.client.restart_document_retriever(self.document_retriever_id)
|
|
155
155
|
version = self.describe().latest_document_retriever_version
|
|
156
156
|
if not version:
|
|
157
157
|
from .client import ApiException
|
|
158
158
|
raise ApiException(
|
|
159
159
|
409, 'This vector store does not have any versions')
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
else:
|
|
161
|
+
self.wait_until_deployment_ready(timeout=timeout / 2)
|
|
162
|
+
return self.refresh()
|
|
163
|
+
|
|
164
|
+
def wait_until_deployment_ready(self, timeout: int = 3600):
|
|
165
|
+
"""
|
|
166
|
+
A waiting call until the document retriever deployment is ready to serve.
|
|
167
|
+
|
|
168
|
+
Args:
|
|
169
|
+
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.
|
|
170
|
+
"""
|
|
171
|
+
import time
|
|
172
|
+
|
|
173
|
+
from .client import ApiException
|
|
174
|
+
start_time = time.time()
|
|
175
|
+
while (True):
|
|
176
|
+
deployment_status = self.get_deployment_status()
|
|
177
|
+
if deployment_status in {'PENDING', 'DEPLOYING'}:
|
|
178
|
+
if timeout and time.time() - start_time > timeout:
|
|
179
|
+
raise TimeoutError(
|
|
180
|
+
f'Maximum wait time of {timeout}s exceeded')
|
|
181
|
+
elif deployment_status in {'STOPPED'}:
|
|
182
|
+
raise ApiException(
|
|
183
|
+
409, f'Document retriever deployment is stopped, please restart it.')
|
|
184
|
+
elif deployment_status in {'FAILED'}:
|
|
185
|
+
raise ApiException(
|
|
186
|
+
409, f'Document retriever deployment failed, please retry deploying it.')
|
|
187
|
+
else:
|
|
188
|
+
return self.refresh()
|
|
189
|
+
time.sleep(15)
|
|
162
190
|
|
|
163
191
|
def get_status(self):
|
|
164
192
|
"""
|
|
165
|
-
Gets the status of the document retriever.
|
|
193
|
+
Gets the indexing status of the document retriever.
|
|
166
194
|
|
|
167
195
|
Returns:
|
|
168
196
|
str: A string describing the status of a document retriever (pending, complete, etc.).
|
|
169
197
|
"""
|
|
170
198
|
return self.describe().latest_document_retriever_version.status
|
|
171
199
|
|
|
200
|
+
def get_deployment_status(self):
|
|
201
|
+
"""
|
|
202
|
+
Gets the deployment status of the document retriever.
|
|
203
|
+
|
|
204
|
+
Returns:
|
|
205
|
+
str: A string describing the deployment status of document retriever (pending, deploying, active, etc.).
|
|
206
|
+
"""
|
|
207
|
+
return self.describe().latest_document_retriever_version.deployment_status
|
|
208
|
+
|
|
172
209
|
def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None):
|
|
173
210
|
"""
|
|
174
211
|
Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
@@ -12,19 +12,21 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
12
12
|
chunkOverlapFraction (float): The fraction of overlap between two consecutive chunks.
|
|
13
13
|
textEncoder (str): The text encoder used to encode texts in the vector store.
|
|
14
14
|
scoreMultiplierColumn (str): The values in this metadata column are used to modify the relevance scores of returned chunks.
|
|
15
|
+
pruneVectors (bool): Corpus specific transformation of vectors that applies dimensional reduction techniques to strip common components from the vectors.
|
|
15
16
|
"""
|
|
16
17
|
|
|
17
|
-
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None, scoreMultiplierColumn=None):
|
|
18
|
+
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None, scoreMultiplierColumn=None, pruneVectors=None):
|
|
18
19
|
super().__init__(client, None)
|
|
19
20
|
self.chunk_size = chunkSize
|
|
20
21
|
self.chunk_overlap_fraction = chunkOverlapFraction
|
|
21
22
|
self.text_encoder = textEncoder
|
|
22
23
|
self.score_multiplier_column = scoreMultiplierColumn
|
|
24
|
+
self.prune_vectors = pruneVectors
|
|
23
25
|
self.deprecated_keys = {}
|
|
24
26
|
|
|
25
27
|
def __repr__(self):
|
|
26
28
|
repr_dict = {f'chunk_size': repr(self.chunk_size), f'chunk_overlap_fraction': repr(self.chunk_overlap_fraction), f'text_encoder': repr(
|
|
27
|
-
self.text_encoder), f'score_multiplier_column': repr(self.score_multiplier_column)}
|
|
29
|
+
self.text_encoder), f'score_multiplier_column': repr(self.score_multiplier_column), f'prune_vectors': repr(self.prune_vectors)}
|
|
28
30
|
class_name = "DocumentRetrieverConfig"
|
|
29
31
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
30
32
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -37,6 +39,6 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
37
39
|
Returns:
|
|
38
40
|
dict: The dict value representation of the class parameters
|
|
39
41
|
"""
|
|
40
|
-
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction,
|
|
41
|
-
'
|
|
42
|
+
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction, 'text_encoder': self.text_encoder,
|
|
43
|
+
'score_multiplier_column': self.score_multiplier_column, 'prune_vectors': self.prune_vectors}
|
|
42
44
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -13,6 +13,7 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
13
13
|
documentRetrieverVersion (str): The unique identifier of the vector store version.
|
|
14
14
|
createdAt (str): When the vector store was created.
|
|
15
15
|
status (str): The status of creating vector store version.
|
|
16
|
+
deploymentStatus (str): The status of deploying the vector store version.
|
|
16
17
|
featureGroupId (str): The feature group id associated with the document retriever.
|
|
17
18
|
featureGroupVersion (str): The unique identifier of the feature group version at which the vector store version is created.
|
|
18
19
|
error (str): The error message when it failed to create the document retriever version.
|
|
@@ -22,12 +23,13 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
22
23
|
resolvedConfig (DocumentRetrieverConfig): The resolved configurations, such as default settings, for indexing documents.
|
|
23
24
|
"""
|
|
24
25
|
|
|
25
|
-
def __init__(self, client, documentRetrieverId=None, documentRetrieverVersion=None, createdAt=None, status=None, featureGroupId=None, featureGroupVersion=None, error=None, numberOfChunks=None, embeddingFileSize=None, warnings=None, resolvedConfig={}):
|
|
26
|
+
def __init__(self, client, documentRetrieverId=None, documentRetrieverVersion=None, createdAt=None, status=None, deploymentStatus=None, featureGroupId=None, featureGroupVersion=None, error=None, numberOfChunks=None, embeddingFileSize=None, warnings=None, resolvedConfig={}):
|
|
26
27
|
super().__init__(client, documentRetrieverVersion)
|
|
27
28
|
self.document_retriever_id = documentRetrieverId
|
|
28
29
|
self.document_retriever_version = documentRetrieverVersion
|
|
29
30
|
self.created_at = createdAt
|
|
30
31
|
self.status = status
|
|
32
|
+
self.deployment_status = deploymentStatus
|
|
31
33
|
self.feature_group_id = featureGroupId
|
|
32
34
|
self.feature_group_version = featureGroupVersion
|
|
33
35
|
self.error = error
|
|
@@ -39,8 +41,8 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
39
41
|
self.deprecated_keys = {}
|
|
40
42
|
|
|
41
43
|
def __repr__(self):
|
|
42
|
-
repr_dict = {f'document_retriever_id': repr(self.document_retriever_id), f'document_retriever_version': repr(self.document_retriever_version), f'created_at': repr(self.created_at), f'status': repr(self.status), f'
|
|
43
|
-
self.feature_group_version), f'error': repr(self.error), f'number_of_chunks': repr(self.number_of_chunks), f'embedding_file_size': repr(self.embedding_file_size), f'warnings': repr(self.warnings), f'resolved_config': repr(self.resolved_config)}
|
|
44
|
+
repr_dict = {f'document_retriever_id': repr(self.document_retriever_id), f'document_retriever_version': repr(self.document_retriever_version), f'created_at': repr(self.created_at), f'status': repr(self.status), f'deployment_status': repr(self.deployment_status), f'feature_group_id': repr(
|
|
45
|
+
self.feature_group_id), f'feature_group_version': repr(self.feature_group_version), f'error': repr(self.error), f'number_of_chunks': repr(self.number_of_chunks), f'embedding_file_size': repr(self.embedding_file_size), f'warnings': repr(self.warnings), f'resolved_config': repr(self.resolved_config)}
|
|
44
46
|
class_name = "DocumentRetrieverVersion"
|
|
45
47
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
46
48
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -53,7 +55,7 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
53
55
|
Returns:
|
|
54
56
|
dict: The dict value representation of the class parameters
|
|
55
57
|
"""
|
|
56
|
-
resp = {'document_retriever_id': self.document_retriever_id, 'document_retriever_version': self.document_retriever_version, 'created_at': self.created_at, 'status': self.status, 'feature_group_id': self.feature_group_id,
|
|
58
|
+
resp = {'document_retriever_id': self.document_retriever_id, 'document_retriever_version': self.document_retriever_version, 'created_at': self.created_at, 'status': self.status, 'deployment_status': self.deployment_status, 'feature_group_id': self.feature_group_id,
|
|
57
59
|
'feature_group_version': self.feature_group_version, 'error': self.error, 'number_of_chunks': self.number_of_chunks, 'embedding_file_size': self.embedding_file_size, 'warnings': self.warnings, 'resolved_config': self._get_attribute_as_dict(self.resolved_config)}
|
|
58
60
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
59
61
|
|
|
@@ -86,7 +88,11 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
86
88
|
Args:
|
|
87
89
|
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.
|
|
88
90
|
"""
|
|
89
|
-
|
|
91
|
+
self.client._poll(self, {'PENDING', 'INDEXING'}, timeout=timeout / 2)
|
|
92
|
+
if self.get_deployment_status() == 'STOPPED':
|
|
93
|
+
self.client.restart_document_retriever(self.document_retriever_id)
|
|
94
|
+
self.wait_until_deployment_ready(timeout=timeout / 2)
|
|
95
|
+
return self.refresh()
|
|
90
96
|
|
|
91
97
|
def wait_until_ready(self, timeout=3600):
|
|
92
98
|
"""
|
|
@@ -97,6 +103,33 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
97
103
|
"""
|
|
98
104
|
return self.wait_for_results(timeout)
|
|
99
105
|
|
|
106
|
+
def wait_until_deployment_ready(self, timeout: int = 3600):
|
|
107
|
+
"""
|
|
108
|
+
A waiting call until the document retriever deployment is ready to serve.
|
|
109
|
+
|
|
110
|
+
Args:
|
|
111
|
+
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.
|
|
112
|
+
"""
|
|
113
|
+
import time
|
|
114
|
+
|
|
115
|
+
from .client import ApiException
|
|
116
|
+
start_time = time.time()
|
|
117
|
+
while (True):
|
|
118
|
+
deployment_status = self.get_deployment_status()
|
|
119
|
+
if deployment_status in {'PENDING', 'DEPLOYING'}:
|
|
120
|
+
if timeout and time.time() - start_time > timeout:
|
|
121
|
+
raise TimeoutError(
|
|
122
|
+
f'Maximum wait time of {timeout}s exceeded')
|
|
123
|
+
elif deployment_status in {'STOPPED'}:
|
|
124
|
+
raise ApiException(
|
|
125
|
+
409, f'Document retriever deployment is stopped, please restart it.')
|
|
126
|
+
elif deployment_status in {'FAILED'}:
|
|
127
|
+
raise ApiException(
|
|
128
|
+
409, f'Document retriever deployment failed, please retry deploying it.')
|
|
129
|
+
else:
|
|
130
|
+
return self.refresh()
|
|
131
|
+
time.sleep(15)
|
|
132
|
+
|
|
100
133
|
def get_status(self):
|
|
101
134
|
"""
|
|
102
135
|
Gets the status of the document retriever version.
|
|
@@ -105,3 +138,12 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
105
138
|
str: A string describing the status of a document retriever version (pending, complete, etc.).
|
|
106
139
|
"""
|
|
107
140
|
return self.describe().status
|
|
141
|
+
|
|
142
|
+
def get_deployment_status(self):
|
|
143
|
+
"""
|
|
144
|
+
Gets the status of the document retriever version.
|
|
145
|
+
|
|
146
|
+
Returns:
|
|
147
|
+
str: A string describing the deployment status of a document retriever version (pending, deploying, etc.).
|
|
148
|
+
"""
|
|
149
|
+
return self.describe().deployment_status
|
|
@@ -233,7 +233,7 @@ class PredictionClient(BaseApiClient):
|
|
|
233
233
|
deployment_id (str): The unique identifier to a deployment created under the project.
|
|
234
234
|
vector (list): Input vector to perform the k nearest neighbors with.
|
|
235
235
|
k (int): Overrideable number of items to return.
|
|
236
|
-
distance (str): Specify the distance function to use
|
|
236
|
+
distance (str): Specify the distance function to use. Options include “dot“, “cosine“, “euclidean“, and “manhattan“. Default = “dot“
|
|
237
237
|
include_score (bool): If True, will return the score alongside the resulting embedding value.
|
|
238
238
|
catalog_id (str): An optional parameter honored only for embeddings that provide a catalog id"""
|
|
239
239
|
prediction_url = self._get_prediction_endpoint(
|
|
@@ -251,16 +251,17 @@ class PredictionClient(BaseApiClient):
|
|
|
251
251
|
deployment_id, deployment_token) if deployment_token else None
|
|
252
252
|
return self._call_api('getMultipleKNearest', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queries': queries}, server_override=prediction_url)
|
|
253
253
|
|
|
254
|
-
def get_labels(self, deployment_token: str, deployment_id: str, query_data: dict) -> Dict:
|
|
254
|
+
def get_labels(self, deployment_token: str, deployment_id: str, query_data: dict, return_extracted_entities: bool = False) -> Dict:
|
|
255
255
|
"""Returns a list of scored labels for a document.
|
|
256
256
|
|
|
257
257
|
Args:
|
|
258
258
|
deployment_token (str): The deployment token to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it is safe to embed this model inside of an application or website.
|
|
259
259
|
deployment_id (str): The unique identifier to a deployment created under the project.
|
|
260
|
-
query_data (dict): Dictionary where key is "Content" and value is the text from which entities are to be extracted.
|
|
260
|
+
query_data (dict): Dictionary where key is "Content" and value is the text from which entities are to be extracted.
|
|
261
|
+
return_extracted_entities (bool): (Optional) If True, will return the extracted entities in simpler format"""
|
|
261
262
|
prediction_url = self._get_prediction_endpoint(
|
|
262
263
|
deployment_id, deployment_token) if deployment_token else None
|
|
263
|
-
return self._call_api('getLabels', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data}, server_override=prediction_url)
|
|
264
|
+
return self._call_api('getLabels', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'returnExtractedEntities': return_extracted_entities}, server_override=prediction_url)
|
|
264
265
|
|
|
265
266
|
def get_entities_from_pdf(self, deployment_token: str, deployment_id: str, pdf: io.TextIOBase = None, doc_id: str = None, return_extracted_features: bool = False, verbose: bool = False, save_extracted_features: bool = None) -> Dict:
|
|
266
267
|
"""Extracts text from the provided PDF and returns a list of recognized labels and their scores.
|
|
@@ -110,6 +110,7 @@ abacusai/forecasting_monitor_item_analysis.py
|
|
|
110
110
|
abacusai/forecasting_monitor_summary.py
|
|
111
111
|
abacusai/function_logs.py
|
|
112
112
|
abacusai/generated_pit_feature_config_option.py
|
|
113
|
+
abacusai/global_context.py
|
|
113
114
|
abacusai/graph_dashboard.py
|
|
114
115
|
abacusai/holdout_analysis.py
|
|
115
116
|
abacusai/holdout_analysis_version.py
|
|
@@ -13,7 +13,6 @@ Classes
|
|
|
13
13
|
.. autoapisummary::
|
|
14
14
|
|
|
15
15
|
abacusai.api_class.batch_prediction.BatchPredictionArgs
|
|
16
|
-
abacusai.api_class.batch_prediction.AnomalyOutliersBatchPredictionArgs
|
|
17
16
|
abacusai.api_class.batch_prediction.ForecastingBatchPredictionArgs
|
|
18
17
|
abacusai.api_class.batch_prediction.NamedEntityExtractionBatchPredictionArgs
|
|
19
18
|
abacusai.api_class.batch_prediction.PersonalizationBatchPredictionArgs
|
|
@@ -55,39 +54,6 @@ Classes
|
|
|
55
54
|
|
|
56
55
|
|
|
57
56
|
|
|
58
|
-
.. py:class:: AnomalyOutliersBatchPredictionArgs
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
Bases: :py:obj:`BatchPredictionArgs`
|
|
62
|
-
|
|
63
|
-
Batch Prediction Config for the ANOMALY_OUTLIERS problem type
|
|
64
|
-
|
|
65
|
-
:param for_eval: If True, the test fold which was created during training and used for metrics calculation will be used as input data. These predictions are hence, used for model evaluation.
|
|
66
|
-
:type for_eval: bool
|
|
67
|
-
:param threshold: The threshold for detecting an anomaly. Range: [0.8, 0.99]
|
|
68
|
-
:type threshold: float
|
|
69
|
-
:param explain_predictions: If True, calculates explanations for the predicted values along with predictions.
|
|
70
|
-
:type explain_predictions: bool
|
|
71
|
-
|
|
72
|
-
.. py:attribute:: for_eval
|
|
73
|
-
:type: bool
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
.. py:attribute:: threshold
|
|
78
|
-
:type: float
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
.. py:attribute:: explain_predictions
|
|
83
|
-
:type: bool
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
.. py:method:: __post_init__()
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
57
|
.. py:class:: ForecastingBatchPredictionArgs
|
|
92
58
|
|
|
93
59
|
|
{abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt
RENAMED
|
@@ -15,7 +15,6 @@ Classes
|
|
|
15
15
|
abacusai.api_class.deployment.PredictionArguments
|
|
16
16
|
abacusai.api_class.deployment.OptimizationPredictionArguments
|
|
17
17
|
abacusai.api_class.deployment.TimeseriesAnomalyPredictionArguments
|
|
18
|
-
abacusai.api_class.deployment.AnomalyOutliersPredictionArguments
|
|
19
18
|
abacusai.api_class.deployment.ChatLLMPredictionArguments
|
|
20
19
|
abacusai.api_class.deployment.RegressionPredictionArguments
|
|
21
20
|
abacusai.api_class.deployment.ForecastingPredictionArguments
|
|
@@ -120,32 +119,6 @@ Classes
|
|
|
120
119
|
|
|
121
120
|
|
|
122
121
|
|
|
123
|
-
.. py:class:: AnomalyOutliersPredictionArguments
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
Bases: :py:obj:`PredictionArguments`
|
|
127
|
-
|
|
128
|
-
Prediction arguments for the ANOMALY_OUTLIERS problem type
|
|
129
|
-
|
|
130
|
-
:param threshold: The threshold score of what is an anomaly. Valid values are between 0.8 and 0.99
|
|
131
|
-
:type threshold: float
|
|
132
|
-
:param histogram: If True, will return a histogram of the distribution of all points
|
|
133
|
-
:type histogram: bool
|
|
134
|
-
|
|
135
|
-
.. py:attribute:: threshold
|
|
136
|
-
:type: float
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
.. py:attribute:: histogram
|
|
141
|
-
:type: str
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
.. py:method:: __post_init__()
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
122
|
.. py:class:: ChatLLMPredictionArguments
|
|
150
123
|
|
|
151
124
|
|
{abacusai-1.2.0 → abacusai-1.2.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt
RENAMED
|
@@ -102,11 +102,6 @@ Classes
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
.. py:attribute:: ANOMALY_OUTLIERS
|
|
106
|
-
:value: 'anomaly'
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
105
|
.. py:attribute:: EVENT_ANOMALY
|
|
111
106
|
:value: 'event_anomaly'
|
|
112
107
|
|
|
@@ -1827,11 +1822,6 @@ Classes
|
|
|
1827
1822
|
|
|
1828
1823
|
|
|
1829
1824
|
|
|
1830
|
-
.. py:attribute:: ABACUS_LLAMA2_QA
|
|
1831
|
-
:value: 'ABACUS_LLAMA2_QA'
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
1825
|
.. py:attribute:: LLAMA2_CHAT
|
|
1836
1826
|
:value: 'LLAMA2_CHAT'
|
|
1837
1827
|
|