abacusai 1.3.6__tar.gz → 1.3.7__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.3.6/abacusai.egg-info → abacusai-1.3.7}/PKG-INFO +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/__init__.py +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/ai_agents.py +7 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/model.py +5 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/client.py +18 -5
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/deployment.py +13 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/deployment_conversation.py +5 -3
- abacusai-1.3.7/abacusai/deployment_statistics.py +41 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/document_retriever.py +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_client.py +2 -2
- abacusai-1.3.7/abacusai/public.pem +5 -0
- {abacusai-1.3.6 → abacusai-1.3.7/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/setup.py +1 -1
- abacusai-1.3.6/abacusai/public.pem +0 -5
- {abacusai-1.3.6 → abacusai-1.3.7}/.gitignore +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/LICENSE +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/README.md +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/abacus_api.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/agent.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/agent_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/algorithm.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/annotation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/annotation_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/annotation_document.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/annotations_status.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/enums.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/project.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/api_key.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/app_user_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/application_connector.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/chat_message.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/chat_session.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/code_source.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/cryptography.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/custom_metric.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/data_metrics.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/database_connector.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/dataset.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/dataset_column.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/dataset_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/document_data.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/eda_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/external_application.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/external_invite.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_importance.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/feature_record.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/file_connector.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/function_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/global_context.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/indexing_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/item_statistics.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_app.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_input.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/llm_response.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/memory_options.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_location.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_metrics.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_upload.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/module.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/nested_feature.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/notebook_template.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/null_violation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/organization_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/organization_secret.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/page_data.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_input.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/problem_type.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project_config.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/project_validation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/python_function.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/range_violation.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/requirements.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/return_class.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/schema.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/streaming_client.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/training_config_options.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/upload.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/upload_part.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/use_case.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/user.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/user_exception.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/web_search_response.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/web_search_result.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai/webhook.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/.buildinfo +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/.nojekyll +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/basic.css +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/css/theme.css +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/doctools.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/file.png +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/graphviz.css +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/jquery.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/js/theme.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/language_data.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/minus.png +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/plus.png +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/pygments.css +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/searchtools.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/_static/underscore.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/genindex.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/index.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/objects.inv +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/py-modindex.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/search.html +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/docs/searchindex.js +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/examples/fullscript.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/featurestore.md +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/requirements.txt +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/setup.cfg +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/sphinx/build_docs +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/sphinx/conf.py +0 -0
- {abacusai-1.3.6 → abacusai-1.3.7}/sphinx/index.rst +0 -0
|
@@ -238,6 +238,13 @@ class WorkflowGraph(ApiClass):
|
|
|
238
238
|
|
|
239
239
|
@classmethod
|
|
240
240
|
def from_dict(cls, graph: dict):
|
|
241
|
+
if graph.get('primary_start_node') is None:
|
|
242
|
+
non_primary_nodes = set()
|
|
243
|
+
for edges in graph.get('edges', []):
|
|
244
|
+
non_primary_nodes.add(edges['target'])
|
|
245
|
+
primary_nodes = set([node['name'] for node in graph.get('nodes', [])]) - non_primary_nodes
|
|
246
|
+
graph['primary_start_node'] = primary_nodes.pop() if primary_nodes else None
|
|
247
|
+
|
|
241
248
|
return cls(
|
|
242
249
|
nodes=[WorkflowGraphNode.from_dict(node) for node in graph.get('nodes', [])],
|
|
243
250
|
edges=[WorkflowGraphEdge.from_dict(edge) for edge in graph.get('edges', [])],
|
|
@@ -161,6 +161,7 @@ class RegressionTrainingConfig(TrainingConfig):
|
|
|
161
161
|
batch_size (BatchSize): Batch size.
|
|
162
162
|
dropout_rate (int): Dropout percentage rate.
|
|
163
163
|
pretrained_model_name (str): Enable algorithms which process text using pretrained multilingual NLP models.
|
|
164
|
+
pretrained_llm_name (str): Enable algorithms which process text using pretrained large language models.
|
|
164
165
|
is_multilingual (bool): Enable algorithms which process text using pretrained multilingual NLP models.
|
|
165
166
|
loss_function (RegressionLossFunction): Loss function to be used as objective for model training.
|
|
166
167
|
loss_parameters (str): Loss function params in format <key>=<value>;<key>=<value>;.....
|
|
@@ -218,6 +219,7 @@ class RegressionTrainingConfig(TrainingConfig):
|
|
|
218
219
|
batch_size: enums.BatchSize = dataclasses.field(default=None)
|
|
219
220
|
dropout_rate: int = dataclasses.field(default=None)
|
|
220
221
|
pretrained_model_name: str = dataclasses.field(default=None)
|
|
222
|
+
pretrained_llm_name: str = dataclasses.field(default=None)
|
|
221
223
|
is_multilingual: bool = dataclasses.field(default=None)
|
|
222
224
|
do_masked_language_model_pretraining: bool = dataclasses.field(default=None)
|
|
223
225
|
max_tokens_in_sentence: int = dataclasses.field(default=None)
|
|
@@ -451,7 +453,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
451
453
|
Training config for the CHAT_LLM problem type
|
|
452
454
|
|
|
453
455
|
Args:
|
|
454
|
-
document_retrievers (List[str]): List of names of document retrievers to use as vector stores of information for RAG responses.
|
|
456
|
+
document_retrievers (List[str]): List of names or IDs of document retrievers to use as vector stores of information for RAG responses.
|
|
455
457
|
num_completion_tokens (int): Default for maximum number of tokens for chat answers. Reducing this will get faster responses which are more succinct.
|
|
456
458
|
temperature (float): The generative LLM temperature.
|
|
457
459
|
retrieval_columns (list): Include the metadata column values in the retrieved search results.
|
|
@@ -470,6 +472,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
470
472
|
hide_generated_sql (bool): When running data queries, hides the generated SQL in the response and will just return the table.
|
|
471
473
|
disable_data_summarization (bool): After executing a query summarize the reponse and reply back with only the table and query run.
|
|
472
474
|
search_score_cutoff (float): Minimum search score to consider a document as a valid search result.
|
|
475
|
+
include_bm25_retrieval (bool): Combine BM25 search score with vector search using reciprocal rank fusion.
|
|
473
476
|
database_connector_id (str): Database connector ID to use for the ChatLLM.
|
|
474
477
|
database_connector_tables (List[str]): List of tables to use from the database connector for the ChatLLM.
|
|
475
478
|
enable_code_execution (bool): Enable python code execution in the ChatLLM. This equips the LLM with a python kernel in which all its code is executed.
|
|
@@ -493,6 +496,7 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
493
496
|
hide_generated_sql: bool = dataclasses.field(default=None)
|
|
494
497
|
disable_data_summarization: bool = dataclasses.field(default=None)
|
|
495
498
|
search_score_cutoff: float = dataclasses.field(default=None)
|
|
499
|
+
include_bm25_retrieval: bool = dataclasses.field(default=None)
|
|
496
500
|
database_connector_id: str = dataclasses.field(default=None)
|
|
497
501
|
database_connector_tables: List[str] = dataclasses.field(default=None)
|
|
498
502
|
enable_code_execution: bool = dataclasses.field(default=None)
|
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
87
|
-
self.deprecated_keys = {'
|
|
87
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
88
88
|
|
|
89
89
|
def __repr__(self):
|
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
103
|
-
self.deprecated_keys = {'
|
|
103
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
104
104
|
|
|
105
105
|
def __repr__(self):
|
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
|
@@ -76,6 +76,7 @@ from .deployment import Deployment
|
|
|
76
76
|
from .deployment_auth_token import DeploymentAuthToken
|
|
77
77
|
from .deployment_conversation import DeploymentConversation
|
|
78
78
|
from .deployment_conversation_export import DeploymentConversationExport
|
|
79
|
+
from .deployment_statistics import DeploymentStatistics
|
|
79
80
|
from .document_data import DocumentData
|
|
80
81
|
from .document_retriever import DocumentRetriever
|
|
81
82
|
from .document_retriever_lookup_result import DocumentRetrieverLookupResult
|
|
@@ -593,7 +594,7 @@ class BaseApiClient:
|
|
|
593
594
|
client_options (ClientOptions): Optional API client configurations
|
|
594
595
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
595
596
|
"""
|
|
596
|
-
client_version = '1.3.
|
|
597
|
+
client_version = '1.3.7'
|
|
597
598
|
|
|
598
599
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
599
600
|
self.api_key = api_key
|
|
@@ -2228,6 +2229,18 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2228
2229
|
BatchPredictionVersionLogs: The logs for the specified batch prediction version."""
|
|
2229
2230
|
return self._call_api('getBatchPredictionVersionLogs', 'GET', query_params={'batchPredictionVersion': batch_prediction_version}, parse_type=BatchPredictionVersionLogs)
|
|
2230
2231
|
|
|
2232
|
+
def get_deployment_statistics_over_time(self, deployment_id: str, start_date: str, end_date: str) -> DeploymentStatistics:
|
|
2233
|
+
"""Return basic access statistics for the given window
|
|
2234
|
+
|
|
2235
|
+
Args:
|
|
2236
|
+
deployment_id (str): Unique string identifier of the deployment created under the project.
|
|
2237
|
+
start_date (str): Timeline start date in ISO format.
|
|
2238
|
+
end_date (str): Timeline end date in ISO format. The date range must be 7 days or less.
|
|
2239
|
+
|
|
2240
|
+
Returns:
|
|
2241
|
+
DeploymentStatistics: Object describing Time series data of the number of requests and latency over the specified time period."""
|
|
2242
|
+
return self._call_api('getDeploymentStatisticsOverTime', 'GET', query_params={'deploymentId': deployment_id, 'startDate': start_date, 'endDate': end_date}, parse_type=DeploymentStatistics)
|
|
2243
|
+
|
|
2231
2244
|
def get_data(self, feature_group_id: str, primary_key: str = None, num_rows: int = None) -> List[FeatureGroupRow]:
|
|
2232
2245
|
"""Gets the feature group rows for online updatable feature groups.
|
|
2233
2246
|
|
|
@@ -4386,7 +4399,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
4386
4399
|
|
|
4387
4400
|
Returns:
|
|
4388
4401
|
AnnotationEntry: The annotation entry that was added."""
|
|
4389
|
-
return self.
|
|
4402
|
+
return self._proxy_request('addAnnotation', 'POST', query_params={}, body={'annotation': annotation, 'featureGroupId': feature_group_id, 'featureName': feature_name, 'docId': doc_id, 'featureGroupRowIdentifier': feature_group_row_identifier, 'annotationSource': annotation_source, 'status': status, 'comments': comments, 'projectId': project_id, 'saveMetadata': save_metadata, 'pages': pages}, parse_type=AnnotationEntry, is_sync=True)
|
|
4390
4403
|
|
|
4391
4404
|
def describe_annotation(self, feature_group_id: str, feature_name: str = None, doc_id: str = None, feature_group_row_identifier: str = None) -> AnnotationEntry:
|
|
4392
4405
|
"""Get the latest annotation entry for a given feature group, feature, and document.
|
|
@@ -5597,7 +5610,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5597
5610
|
|
|
5598
5611
|
Returns:
|
|
5599
5612
|
DocumentData: The extracted document data."""
|
|
5600
|
-
return self.
|
|
5613
|
+
return self._proxy_request('getDocstoreDocumentData', 'POST', query_params={}, body={'docId': doc_id, 'documentProcessingConfig': document_processing_config, 'documentProcessingVersion': document_processing_version, 'returnExtractedPageText': return_extracted_page_text}, parse_type=DocumentData, is_sync=True)
|
|
5601
5614
|
|
|
5602
5615
|
def extract_document_data(self, document: io.TextIOBase = None, doc_id: str = None, document_processing_config: Union[dict, DocumentProcessingConfig] = None, start_page: int = None, end_page: int = None, return_extracted_page_text: bool = False) -> DocumentData:
|
|
5603
5616
|
"""Extracts data from a document.
|
|
@@ -7120,7 +7133,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7120
7133
|
deployment_id, deployment_token) if deployment_token else None
|
|
7121
7134
|
return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos, 'agentWorkflowNodeId': agent_workflow_node_id}, server_override=prediction_url)
|
|
7122
7135
|
|
|
7123
|
-
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits:
|
|
7136
|
+
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None) -> List[DocumentRetrieverLookupResult]:
|
|
7124
7137
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
7125
7138
|
|
|
7126
7139
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -7142,7 +7155,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7142
7155
|
min_score (float): If provided, will filter out the results with score less than the value specified.
|
|
7143
7156
|
required_phrases (list): If provided, each result will contain at least one of the phrases in the given list. The matching is whitespace and case insensitive.
|
|
7144
7157
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
7145
|
-
crowding_limits (
|
|
7158
|
+
crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set. An entry in the map can also be a map specifying the limit per attribute value rather than a single limit for all values. This allows a per value limit for attributes. If an attribute value is not present in the map its limit defaults to zero.
|
|
7146
7159
|
|
|
7147
7160
|
Returns:
|
|
7148
7161
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
@@ -392,6 +392,19 @@ class Deployment(AbstractApiClass):
|
|
|
392
392
|
"""
|
|
393
393
|
return self.client.create_batch_prediction(self.deployment_id, table_name, name, global_prediction_args, batch_prediction_args, explanations, output_format, output_location, database_connector_id, database_output_config, refresh_schedule, csv_input_prefix, csv_prediction_prefix, csv_explanations_prefix, output_includes_metadata, result_input_columns, input_feature_groups)
|
|
394
394
|
|
|
395
|
+
def get_statistics_over_time(self, start_date: str, end_date: str):
|
|
396
|
+
"""
|
|
397
|
+
Return basic access statistics for the given window
|
|
398
|
+
|
|
399
|
+
Args:
|
|
400
|
+
start_date (str): Timeline start date in ISO format.
|
|
401
|
+
end_date (str): Timeline end date in ISO format. The date range must be 7 days or less.
|
|
402
|
+
|
|
403
|
+
Returns:
|
|
404
|
+
DeploymentStatistics: Object describing Time series data of the number of requests and latency over the specified time period.
|
|
405
|
+
"""
|
|
406
|
+
return self.client.get_deployment_statistics_over_time(self.deployment_id, start_date, end_date)
|
|
407
|
+
|
|
395
408
|
def describe_feature_group_row_process_by_key(self, primary_key_value: str):
|
|
396
409
|
"""
|
|
397
410
|
Gets the feature group row process.
|
|
@@ -17,10 +17,11 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
17
17
|
regenerateAttempt (int): The sequence number of regeneration. Not regenerated if 0.
|
|
18
18
|
externalApplicationId (str): The external application id associated with the deployment conversation.
|
|
19
19
|
unusedDocumentUploadIds (list[str]): The list of unused document upload ids associated with the deployment conversation.
|
|
20
|
+
humanizeInstructions (dict): Instructions for humanizing the conversation.
|
|
20
21
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
|
21
22
|
"""
|
|
22
23
|
|
|
23
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, history={}):
|
|
24
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, unusedDocumentUploadIds=None, humanizeInstructions=None, history={}):
|
|
24
25
|
super().__init__(client, deploymentConversationId)
|
|
25
26
|
self.deployment_conversation_id = deploymentConversationId
|
|
26
27
|
self.name = name
|
|
@@ -31,13 +32,14 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
31
32
|
self.regenerate_attempt = regenerateAttempt
|
|
32
33
|
self.external_application_id = externalApplicationId
|
|
33
34
|
self.unused_document_upload_ids = unusedDocumentUploadIds
|
|
35
|
+
self.humanize_instructions = humanizeInstructions
|
|
34
36
|
self.history = client._build_class(
|
|
35
37
|
DeploymentConversationEvent, history)
|
|
36
38
|
self.deprecated_keys = {}
|
|
37
39
|
|
|
38
40
|
def __repr__(self):
|
|
39
41
|
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(self.last_event_created_at), f'external_session_id': repr(
|
|
40
|
-
self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'history': repr(self.history)}
|
|
42
|
+
self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'unused_document_upload_ids': repr(self.unused_document_upload_ids), f'humanize_instructions': repr(self.humanize_instructions), f'history': repr(self.history)}
|
|
41
43
|
class_name = "DeploymentConversation"
|
|
42
44
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
43
45
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -51,7 +53,7 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
51
53
|
dict: The dict value representation of the class parameters
|
|
52
54
|
"""
|
|
53
55
|
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at, 'external_session_id': self.external_session_id,
|
|
54
|
-
'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'history': self._get_attribute_as_dict(self.history)}
|
|
56
|
+
'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'unused_document_upload_ids': self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'history': self._get_attribute_as_dict(self.history)}
|
|
55
57
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
56
58
|
|
|
57
59
|
def get(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class DeploymentStatistics(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
A set of statistics for a realtime deployment.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
requestSeries (list): A list of the number of requests per second.
|
|
11
|
+
latencySeries (list): A list of the latency in milliseconds for each request.
|
|
12
|
+
dateLabels (list): A list of date labels for each point in the series.
|
|
13
|
+
httpStatusSeries (list): A list of the HTTP status codes for each request.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
def __init__(self, client, requestSeries=None, latencySeries=None, dateLabels=None, httpStatusSeries=None):
|
|
17
|
+
super().__init__(client, None)
|
|
18
|
+
self.request_series = requestSeries
|
|
19
|
+
self.latency_series = latencySeries
|
|
20
|
+
self.date_labels = dateLabels
|
|
21
|
+
self.http_status_series = httpStatusSeries
|
|
22
|
+
self.deprecated_keys = {}
|
|
23
|
+
|
|
24
|
+
def __repr__(self):
|
|
25
|
+
repr_dict = {f'request_series': repr(self.request_series), f'latency_series': repr(
|
|
26
|
+
self.latency_series), f'date_labels': repr(self.date_labels), f'http_status_series': repr(self.http_status_series)}
|
|
27
|
+
class_name = "DeploymentStatistics"
|
|
28
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
29
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
30
|
+
return f"{class_name}({repr_str})"
|
|
31
|
+
|
|
32
|
+
def to_dict(self):
|
|
33
|
+
"""
|
|
34
|
+
Get a dict representation of the parameters in this class
|
|
35
|
+
|
|
36
|
+
Returns:
|
|
37
|
+
dict: The dict value representation of the class parameters
|
|
38
|
+
"""
|
|
39
|
+
resp = {'request_series': self.request_series, 'latency_series': self.latency_series,
|
|
40
|
+
'date_labels': self.date_labels, 'http_status_series': self.http_status_series}
|
|
41
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -209,7 +209,7 @@ class DocumentRetriever(AbstractApiClass):
|
|
|
209
209
|
"""
|
|
210
210
|
return self.describe().latest_document_retriever_version.deployment_status
|
|
211
211
|
|
|
212
|
-
def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, int] = None):
|
|
212
|
+
def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, Union[int, Dict[str, int]]] = None):
|
|
213
213
|
"""
|
|
214
214
|
Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
215
215
|
|
|
@@ -687,7 +687,7 @@ class PredictionClient(BaseApiClient):
|
|
|
687
687
|
deployment_id, deployment_token) if deployment_token else None
|
|
688
688
|
return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos, 'agentWorkflowNodeId': agent_workflow_node_id}, server_override=prediction_url)
|
|
689
689
|
|
|
690
|
-
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits:
|
|
690
|
+
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None) -> List[DocumentRetrieverLookupResult]:
|
|
691
691
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
692
692
|
|
|
693
693
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -709,7 +709,7 @@ class PredictionClient(BaseApiClient):
|
|
|
709
709
|
min_score (float): If provided, will filter out the results with score less than the value specified.
|
|
710
710
|
required_phrases (list): If provided, each result will contain at least one of the phrases in the given list. The matching is whitespace and case insensitive.
|
|
711
711
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
712
|
-
crowding_limits (
|
|
712
|
+
crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set. An entry in the map can also be a map specifying the limit per attribute value rather than a single limit for all values. This allows a per value limit for attributes. If an attribute value is not present in the map its limit defaults to zero.
|
|
713
713
|
|
|
714
714
|
Returns:
|
|
715
715
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
@@ -57,6 +57,7 @@ abacusai/deployment_auth_token.py
|
|
|
57
57
|
abacusai/deployment_conversation.py
|
|
58
58
|
abacusai/deployment_conversation_event.py
|
|
59
59
|
abacusai/deployment_conversation_export.py
|
|
60
|
+
abacusai/deployment_statistics.py
|
|
60
61
|
abacusai/document_data.py
|
|
61
62
|
abacusai/document_retriever.py
|
|
62
63
|
abacusai/document_retriever_config.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|