abacusai 1.3.1__tar.gz → 1.3.2__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.1/abacusai.egg-info → abacusai-1.3.2}/PKG-INFO +2 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/__init__.py +1 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/ai_agents.py +1 -1
- abacusai-1.3.2/abacusai/api_class/connectors.py +43 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/dataset.py +11 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/dataset_application_connector.py +15 -17
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/document_retriever.py +2 -6
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/enums.py +6 -9
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/model.py +34 -34
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/client.py +54 -21
- abacusai-1.3.1/abacusai/agent_data_upload_result.py → abacusai-1.3.2/abacusai/data_upload_result.py +2 -2
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/dataset.py +6 -3
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/deployment_conversation_event.py +9 -5
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/document_retriever.py +3 -3
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/document_retriever_version.py +6 -6
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_version.py +5 -3
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_client.py +11 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project.py +5 -6
- abacusai-1.3.2/abacusai/public.pem +5 -0
- abacusai-1.3.2/abacusai/web_search_response.py +36 -0
- abacusai-1.3.2/abacusai/web_search_result.py +41 -0
- {abacusai-1.3.1 → abacusai-1.3.2/abacusai.egg-info}/PKG-INFO +2 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai.egg-info/SOURCES.txt +4 -5
- abacusai-1.3.2/abacusai.egg-info/requires.txt +7 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +5 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/deployment_conversation_event/index.html +3 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/searchindex.js +1 -1
- {abacusai-1.3.1 → abacusai-1.3.2}/setup.py +2 -2
- abacusai-1.3.1/abacusai/document.py +0 -42
- abacusai-1.3.1/abacusai/document_annotation.py +0 -41
- abacusai-1.3.1/abacusai/document_store.py +0 -45
- abacusai-1.3.1/abacusai/document_store_import.py +0 -51
- abacusai-1.3.1/abacusai/public.pem +0 -5
- abacusai-1.3.1/abacusai.egg-info/requires.txt +0 -4
- {abacusai-1.3.1 → abacusai-1.3.2}/.gitignore +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/LICENSE +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/README.md +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/abacus_api.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/agent.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/agent_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/algorithm.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/annotation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/annotation_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/annotation_document.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/annotations_status.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/project.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/api_key.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/app_user_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/application_connector.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/chat_message.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/chat_session.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/code_source.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/cryptography.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/custom_metric.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/data_metrics.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/database_connector.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/dataset_column.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/dataset_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/deployment.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/document_data.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/eda_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/external_application.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/external_invite.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_importance.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/feature_record.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/file_connector.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/function_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/global_context.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/indexing_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/item_statistics.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_app.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_input.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/llm_response.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/memory_options.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_location.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_metrics.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_upload.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/module.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/nested_feature.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/notebook_template.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/null_violation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/organization_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/organization_secret.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/page_data.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_input.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/problem_type.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project_config.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/project_validation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/python_function.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/range_violation.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/requirements.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/return_class.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/schema.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/streaming_client.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/training_config_options.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/upload.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/upload_part.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/use_case.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/user.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/user_exception.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai/webhook.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/.buildinfo +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/.nojekyll +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/basic.css +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/css/theme.css +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/doctools.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/file.png +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/graphviz.css +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/jquery.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/js/theme.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/language_data.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/minus.png +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/plus.png +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/pygments.css +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/searchtools.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/_static/underscore.js +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/genindex.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/index.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/objects.inv +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/py-modindex.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/docs/search.html +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/examples/fullscript.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/featurestore.md +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/requirements.txt +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/setup.cfg +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/sphinx/build_docs +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/sphinx/conf.py +0 -0
- {abacusai-1.3.1 → abacusai-1.3.2}/sphinx/index.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: abacusai
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.2
|
|
4
4
|
Summary: Abacus.AI Python Client Library
|
|
5
5
|
Home-page: https://github.com/abacusai/api-python
|
|
6
6
|
Author: Abacus.AI
|
|
@@ -21,3 +21,4 @@ Requires-Dist: packaging
|
|
|
21
21
|
Requires-Dist: requests
|
|
22
22
|
Requires-Dist: pandas
|
|
23
23
|
Requires-Dist: fastavro
|
|
24
|
+
Requires-Dist: typing_inspect; python_version < "3.8"
|
|
@@ -28,7 +28,7 @@ class WorkflowNodeInputSchema(ApiClass):
|
|
|
28
28
|
A react-jsonschema-form conformant schema for workflow node input.
|
|
29
29
|
|
|
30
30
|
Args:
|
|
31
|
-
json_schema (dict): The json schema for the input conformant to react-jsonschema-form specification. Must define keys like "title", "type" and "properties".
|
|
31
|
+
json_schema (dict): The json schema for the input conformant to react-jsonschema-form specification. Must define keys like "title", "type" and "properties". Supported elements - Checkbox, Radio Button, Dropdown, Textarea, Number, Date, File Upload. Not supported - Nested elements, arrays and other complex types.
|
|
32
32
|
ui_schema (dict): The ui schema for the input conformant to react-jsonschema-form specification.
|
|
33
33
|
"""
|
|
34
34
|
json_schema: dict
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
|
|
3
|
+
from . import enums
|
|
4
|
+
from .abstract import _ApiClassFactory
|
|
5
|
+
from .dataset import DatasetConfig
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@dataclasses.dataclass
|
|
9
|
+
class StreamingConnectorDatasetConfig(DatasetConfig):
|
|
10
|
+
"""
|
|
11
|
+
An abstract class for dataset configs specific to streaming connectors.
|
|
12
|
+
|
|
13
|
+
Args:
|
|
14
|
+
streaming_connector_type (StreamingConnectorType): The type of streaming connector
|
|
15
|
+
"""
|
|
16
|
+
streaming_connector_type: enums.StreamingConnectorType = dataclasses.field(default=None, repr=False, init=False)
|
|
17
|
+
|
|
18
|
+
@classmethod
|
|
19
|
+
def _get_builder(cls):
|
|
20
|
+
return _StreamingConnectorDatasetConfigFactory
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
@dataclasses.dataclass
|
|
24
|
+
class KafkaDatasetConfig(StreamingConnectorDatasetConfig):
|
|
25
|
+
"""
|
|
26
|
+
Dataset config for Kafka Streaming Connector
|
|
27
|
+
|
|
28
|
+
Args:
|
|
29
|
+
topic (str): The kafka topic to consume
|
|
30
|
+
"""
|
|
31
|
+
topic: str
|
|
32
|
+
|
|
33
|
+
def __post_init__(self):
|
|
34
|
+
self.streaming_connector_type = enums.StreamingConnectorType.KAFKA
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
@dataclasses.dataclass
|
|
38
|
+
class _StreamingConnectorDatasetConfigFactory(_ApiClassFactory):
|
|
39
|
+
config_abstract_class = StreamingConnectorDatasetConfig
|
|
40
|
+
config_class_key = 'streaming_connector_type'
|
|
41
|
+
config_class_map = {
|
|
42
|
+
enums.StreamingConnectorType.KAFKA: KafkaDatasetConfig,
|
|
43
|
+
}
|
|
@@ -4,6 +4,17 @@ from .abstract import ApiClass
|
|
|
4
4
|
from .enums import OcrMode
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
@dataclasses.dataclass
|
|
8
|
+
class DatasetConfig(ApiClass):
|
|
9
|
+
"""
|
|
10
|
+
An abstract class for dataset configs
|
|
11
|
+
|
|
12
|
+
Args:
|
|
13
|
+
is_documentset (bool): Whether the dataset is a document set
|
|
14
|
+
"""
|
|
15
|
+
is_documentset: bool = dataclasses.field(default=None)
|
|
16
|
+
|
|
17
|
+
|
|
7
18
|
@dataclasses.dataclass
|
|
8
19
|
class ParsingConfig(ApiClass):
|
|
9
20
|
"""
|
|
@@ -1,28 +1,27 @@
|
|
|
1
1
|
import dataclasses
|
|
2
2
|
|
|
3
3
|
from . import enums
|
|
4
|
-
from .abstract import
|
|
4
|
+
from .abstract import _ApiClassFactory
|
|
5
|
+
from .dataset import DatasetConfig
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
@dataclasses.dataclass
|
|
8
|
-
class DatasetConfig
|
|
9
|
+
class ApplicationConnectorDatasetConfig(DatasetConfig):
|
|
9
10
|
"""
|
|
10
11
|
An abstract class for dataset configs specific to application connectors.
|
|
11
12
|
|
|
12
13
|
Args:
|
|
13
14
|
application_connector_type(enums.ApplicationConnectorType): The type of application connector
|
|
14
|
-
is_documentset (bool): Whether the dataset is a document set
|
|
15
15
|
"""
|
|
16
16
|
application_connector_type: enums.ApplicationConnectorType = dataclasses.field(default=None, repr=False, init=False)
|
|
17
|
-
is_documentset: bool = dataclasses.field(default=None)
|
|
18
17
|
|
|
19
18
|
@classmethod
|
|
20
19
|
def _get_builder(cls):
|
|
21
|
-
return
|
|
20
|
+
return _ApplicationConnectorDatasetConfigFactory
|
|
22
21
|
|
|
23
22
|
|
|
24
23
|
@dataclasses.dataclass
|
|
25
|
-
class ConfluenceDatasetConfig(
|
|
24
|
+
class ConfluenceDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
26
25
|
"""
|
|
27
26
|
Dataset config for Confluence Application Connector
|
|
28
27
|
Args:
|
|
@@ -42,7 +41,7 @@ class ConfluenceDatasetConfig(DatasetConfig):
|
|
|
42
41
|
|
|
43
42
|
|
|
44
43
|
@dataclasses.dataclass
|
|
45
|
-
class GoogleAnalyticsDatasetConfig(
|
|
44
|
+
class GoogleAnalyticsDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
46
45
|
"""
|
|
47
46
|
Dataset config for Google Analytics Application Connector
|
|
48
47
|
|
|
@@ -60,7 +59,7 @@ class GoogleAnalyticsDatasetConfig(DatasetConfig):
|
|
|
60
59
|
|
|
61
60
|
|
|
62
61
|
@dataclasses.dataclass
|
|
63
|
-
class GoogleDriveDatasetConfig(
|
|
62
|
+
class GoogleDriveDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
64
63
|
"""
|
|
65
64
|
Dataset config for Google Drive Application Connector
|
|
66
65
|
|
|
@@ -80,7 +79,7 @@ class GoogleDriveDatasetConfig(DatasetConfig):
|
|
|
80
79
|
|
|
81
80
|
|
|
82
81
|
@dataclasses.dataclass
|
|
83
|
-
class JiraDatasetConfig(
|
|
82
|
+
class JiraDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
84
83
|
"""
|
|
85
84
|
Dataset config for Jira Application Connector
|
|
86
85
|
|
|
@@ -100,7 +99,7 @@ class JiraDatasetConfig(DatasetConfig):
|
|
|
100
99
|
|
|
101
100
|
|
|
102
101
|
@dataclasses.dataclass
|
|
103
|
-
class OneDriveDatasetConfig(
|
|
102
|
+
class OneDriveDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
104
103
|
"""
|
|
105
104
|
Dataset config for OneDrive Application Connector
|
|
106
105
|
|
|
@@ -120,13 +119,12 @@ class OneDriveDatasetConfig(DatasetConfig):
|
|
|
120
119
|
|
|
121
120
|
|
|
122
121
|
@dataclasses.dataclass
|
|
123
|
-
class SharepointDatasetConfig(
|
|
122
|
+
class SharepointDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
124
123
|
"""
|
|
125
124
|
Dataset config for Sharepoint Application Connector
|
|
126
125
|
|
|
127
126
|
Args:
|
|
128
127
|
location (str): The regex location of the files to fetch
|
|
129
|
-
is_documentset (bool): Whether the dataset is a document set
|
|
130
128
|
csv_delimiter (str): If the file format is CSV, use a specific csv delimiter
|
|
131
129
|
extract_bounding_boxes (bool): Signifies whether to extract bounding boxes out of the documents. Only valid if is_documentset if True
|
|
132
130
|
merge_file_schemas (bool): Signifies if the merge file schema policy is enabled. Not applicable if is_documentset is True
|
|
@@ -141,7 +139,7 @@ class SharepointDatasetConfig(DatasetConfig):
|
|
|
141
139
|
|
|
142
140
|
|
|
143
141
|
@dataclasses.dataclass
|
|
144
|
-
class ZendeskDatasetConfig(
|
|
142
|
+
class ZendeskDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
145
143
|
"""
|
|
146
144
|
Dataset config for Zendesk Application Connector
|
|
147
145
|
|
|
@@ -155,7 +153,7 @@ class ZendeskDatasetConfig(DatasetConfig):
|
|
|
155
153
|
|
|
156
154
|
|
|
157
155
|
@dataclasses.dataclass
|
|
158
|
-
class AbacusUsageMetricsDatasetConfig(
|
|
156
|
+
class AbacusUsageMetricsDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
159
157
|
"""
|
|
160
158
|
Dataset config for Abacus Usage Metrics Application Connector
|
|
161
159
|
|
|
@@ -172,7 +170,7 @@ class AbacusUsageMetricsDatasetConfig(DatasetConfig):
|
|
|
172
170
|
|
|
173
171
|
|
|
174
172
|
@dataclasses.dataclass
|
|
175
|
-
class FreshserviceDatasetConfig(
|
|
173
|
+
class FreshserviceDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
176
174
|
"""
|
|
177
175
|
Dataset config for Freshservice Application Connector
|
|
178
176
|
"""
|
|
@@ -182,8 +180,8 @@ class FreshserviceDatasetConfig(DatasetConfig):
|
|
|
182
180
|
|
|
183
181
|
|
|
184
182
|
@dataclasses.dataclass
|
|
185
|
-
class
|
|
186
|
-
config_abstract_class =
|
|
183
|
+
class _ApplicationConnectorDatasetConfigFactory(_ApiClassFactory):
|
|
184
|
+
config_abstract_class = ApplicationConnectorDatasetConfig
|
|
187
185
|
config_class_key = 'application_connector_type'
|
|
188
186
|
config_class_map = {
|
|
189
187
|
enums.ApplicationConnectorType.CONFLUENCE: ConfluenceDatasetConfig,
|
|
@@ -7,7 +7,7 @@ from .enums import VectorStoreTextEncoder
|
|
|
7
7
|
@dataclasses.dataclass
|
|
8
8
|
class VectorStoreConfig(ApiClass):
|
|
9
9
|
"""
|
|
10
|
-
|
|
10
|
+
Config for indexing options of a document retriever. Default values of optional arguments are heuristically selected by the Abacus.AI platform based on the underlying data.
|
|
11
11
|
|
|
12
12
|
Args:
|
|
13
13
|
chunk_size (int): The size of text chunks in the vector store.
|
|
@@ -25,8 +25,4 @@ class VectorStoreConfig(ApiClass):
|
|
|
25
25
|
prune_vectors: bool = dataclasses.field(default=None)
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
class DocumentRetrieverConfig(VectorStoreConfig):
|
|
30
|
-
"""
|
|
31
|
-
Configs for document retriever. If any configuration value is not explicitly provided, Abacus.AI will automatically infer default values based on the data.
|
|
32
|
-
"""
|
|
28
|
+
DocumentRetrieverConfig = VectorStoreConfig
|
|
@@ -362,7 +362,11 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
362
362
|
ABACUSUSAGEMETRICS = 'ABACUSUSAGEMETRICS'
|
|
363
363
|
MICROSOFTAUTH = 'MICROSOFTAUTH'
|
|
364
364
|
FRESHSERVICE = 'FRESHSERVICE'
|
|
365
|
-
ZENDESKSUNSHINEMESSAGING = '
|
|
365
|
+
ZENDESKSUNSHINEMESSAGING = 'ZENDESKSUNSHINEMESSAGING'
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
class StreamingConnectorType(ApiEnum):
|
|
369
|
+
KAFKA = 'KAFKA'
|
|
366
370
|
|
|
367
371
|
|
|
368
372
|
class PythonFunctionArgumentType(ApiEnum):
|
|
@@ -428,7 +432,7 @@ class LLMName(ApiEnum):
|
|
|
428
432
|
GEMINI_1_5_PRO = 'GEMINI_1_5_PRO'
|
|
429
433
|
MIXTRAL_CHAT = 'MIXTRAL_CHAT'
|
|
430
434
|
MISTRAL_MEDIUM = 'MISTRAL_MEDIUM'
|
|
431
|
-
|
|
435
|
+
ABACUS_SMAUG3 = 'ABACUS_SMAUG3'
|
|
432
436
|
|
|
433
437
|
|
|
434
438
|
class MonitorAlertType(ApiEnum):
|
|
@@ -532,13 +536,6 @@ class DataType(ApiEnum):
|
|
|
532
536
|
STRUCT = 'struct'
|
|
533
537
|
NULL = 'null'
|
|
534
538
|
|
|
535
|
-
@classmethod
|
|
536
|
-
def from_str(cls, value):
|
|
537
|
-
if not value:
|
|
538
|
-
return None
|
|
539
|
-
default_map = {val.value: val for val in DataType}
|
|
540
|
-
return default_map[value.lower()]
|
|
541
|
-
|
|
542
539
|
|
|
543
540
|
class AgentInterface(ApiEnum):
|
|
544
541
|
# Duplicated in reainternal.enums, both should be kept in sync
|
|
@@ -438,18 +438,19 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
438
438
|
Training config for the CHAT_LLM problem type
|
|
439
439
|
|
|
440
440
|
Args:
|
|
441
|
-
document_retrievers (List[str]): List of document
|
|
442
|
-
num_completion_tokens (int): Default for maximum number of tokens for chat answers. Reducing this will get faster responses which are more succinct
|
|
443
|
-
temperature (float): The generative LLM temperature
|
|
441
|
+
document_retrievers (List[str]): List of names of document retrievers to use as vector stores of information for RAG responses.
|
|
442
|
+
num_completion_tokens (int): Default for maximum number of tokens for chat answers. Reducing this will get faster responses which are more succinct.
|
|
443
|
+
temperature (float): The generative LLM temperature.
|
|
444
444
|
retrieval_columns (list): Include the metadata column values in the retrieved search results.
|
|
445
445
|
filter_columns (list): Allow users to filter the document retrievers on these metadata columns.
|
|
446
|
-
include_general_knowledge (bool): Allow the LLM to rely not just on search results, but to fall back on general knowledge.
|
|
446
|
+
include_general_knowledge (bool): Allow the LLM to rely not just on RAG search results, but to fall back on general knowledge. Disabled by default.
|
|
447
|
+
enable_web_search (bool) : Allow the LLM to use Web Search Engines to retrieve information for better results.
|
|
447
448
|
behavior_instructions (str): Customize the overall role instructions for the LLM.
|
|
448
|
-
response_instructions (str):
|
|
449
|
-
enable_llm_rewrite (bool):
|
|
449
|
+
response_instructions (str): Customized instructions for how the LLM should respond.
|
|
450
|
+
enable_llm_rewrite (bool): If enabled, an LLM will rewrite the RAG queries sent to document retriever. Disabled by default.
|
|
450
451
|
column_filtering_instructions (str): Instructions for a LLM call to automatically generate filter expressions on document metadata to retrieve relevant documents for the conversation.
|
|
451
452
|
keyword_requirement_instructions (str): Instructions for a LLM call to automatically generate keyword requirements to retrieve relevant documents for the conversation.
|
|
452
|
-
query_rewrite_instructions (str):
|
|
453
|
+
query_rewrite_instructions (str): Special instructions for the LLM which rewrites the RAG query.
|
|
453
454
|
max_search_results (int): Maximum number of search results in the retrieval augmentation step. If we know that the questions are likely to have snippets which are easily matched in the documents, then a lower number will help with accuracy.
|
|
454
455
|
data_feature_group_ids: (List[str]): List of feature group IDs to use to possibly query for the ChatLLM. The created ChatLLM is commonly referred to as DataLLM.
|
|
455
456
|
data_prompt_context (str): Prompt context for the data feature group IDs.
|
|
@@ -458,33 +459,32 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
458
459
|
search_score_cutoff (float): Minimum search score to consider a document as a valid search result.
|
|
459
460
|
database_connector_id (str): Database connector ID to use for the ChatLLM.
|
|
460
461
|
database_connector_tables (List[str]): List of tables to use from the database connector for the ChatLLM.
|
|
461
|
-
enable_code_execution (bool): Enable code execution in the ChatLLM.
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
lookup_rewrite_instructions: str = None
|
|
462
|
+
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.
|
|
463
|
+
"""
|
|
464
|
+
document_retrievers: List[str] = dataclasses.field(default=None)
|
|
465
|
+
num_completion_tokens: int = dataclasses.field(default=None)
|
|
466
|
+
temperature: float = dataclasses.field(default=None)
|
|
467
|
+
retrieval_columns: list = dataclasses.field(default=None)
|
|
468
|
+
filter_columns: list = dataclasses.field(default=None)
|
|
469
|
+
include_general_knowledge: bool = dataclasses.field(default=None)
|
|
470
|
+
enable_web_search: bool = dataclasses.field(default=None)
|
|
471
|
+
behavior_instructions: str = dataclasses.field(default=None)
|
|
472
|
+
response_instructions: str = dataclasses.field(default=None)
|
|
473
|
+
enable_llm_rewrite: bool = dataclasses.field(default=None)
|
|
474
|
+
column_filtering_instructions: str = dataclasses.field(default=None)
|
|
475
|
+
keyword_requirement_instructions: str = dataclasses.field(default=None)
|
|
476
|
+
query_rewrite_instructions: str = dataclasses.field(default=None)
|
|
477
|
+
max_search_results: int = dataclasses.field(default=None)
|
|
478
|
+
data_feature_group_ids: List[str] = dataclasses.field(default=None)
|
|
479
|
+
data_prompt_context: str = dataclasses.field(default=None)
|
|
480
|
+
hide_generated_sql: bool = dataclasses.field(default=None)
|
|
481
|
+
disable_data_summarization: bool = dataclasses.field(default=None)
|
|
482
|
+
search_score_cutoff: float = dataclasses.field(default=None)
|
|
483
|
+
database_connector_id: str = dataclasses.field(default=None)
|
|
484
|
+
database_connector_tables: List[str] = dataclasses.field(default=None)
|
|
485
|
+
enable_code_execution: bool = dataclasses.field(default=None)
|
|
486
|
+
metadata_columns: list = dataclasses.field(default=None, metadata={'deprecated': True})
|
|
487
|
+
lookup_rewrite_instructions: str = dataclasses.field(default=None, metadata={'deprecated': True})
|
|
488
488
|
|
|
489
489
|
def __post_init__(self):
|
|
490
490
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
|
@@ -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 = {'global_prediction_args', 'explanations'}
|
|
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 = {'global_prediction_args', 'explanations'}
|
|
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(
|
|
@@ -33,13 +33,13 @@ from .annotation_entry import AnnotationEntry
|
|
|
33
33
|
from .annotations_status import AnnotationsStatus
|
|
34
34
|
from .api_class import (
|
|
35
35
|
AgentInterface, AlertActionConfig, AlertConditionConfig, ApiClass, ApiEnum,
|
|
36
|
-
BatchPredictionArgs, BlobInput,
|
|
36
|
+
ApplicationConnectorDatasetConfig, BatchPredictionArgs, BlobInput,
|
|
37
37
|
DatasetDocumentProcessingConfig, DataType, DocumentProcessingConfig,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
EvalArtifactType, FeatureGroupExportConfig, ForecastingMonitorConfig,
|
|
39
|
+
IncrementalDatabaseConnectorConfig, LLMName, MergeConfig, ParsingConfig,
|
|
40
|
+
PredictionArguments, ProblemType, ProjectFeatureGroupConfig,
|
|
41
|
+
PythonFunctionType, SamplingConfig, TrainingConfig, VectorStoreConfig,
|
|
42
|
+
WorkflowGraph, get_clean_function_source_code
|
|
43
43
|
)
|
|
44
44
|
from .api_class.abstract import get_clean_function_source_code, snake_case
|
|
45
45
|
from .api_class.ai_agents import WorkflowGraph
|
|
@@ -74,7 +74,6 @@ from .deployment_conversation import DeploymentConversation
|
|
|
74
74
|
from .deployment_conversation_export import DeploymentConversationExport
|
|
75
75
|
from .document_data import DocumentData
|
|
76
76
|
from .document_retriever import DocumentRetriever
|
|
77
|
-
from .document_retriever_config import DocumentRetrieverConfig
|
|
78
77
|
from .document_retriever_lookup_result import DocumentRetrieverLookupResult
|
|
79
78
|
from .document_retriever_version import DocumentRetrieverVersion
|
|
80
79
|
from .drift_distributions import DriftDistributions
|
|
@@ -168,6 +167,7 @@ from .upload_part import UploadPart
|
|
|
168
167
|
from .use_case import UseCase
|
|
169
168
|
from .use_case_requirements import UseCaseRequirements
|
|
170
169
|
from .user import User
|
|
170
|
+
from .web_search_response import WebSearchResponse
|
|
171
171
|
from .webhook import Webhook
|
|
172
172
|
|
|
173
173
|
|
|
@@ -608,7 +608,7 @@ class BaseApiClient:
|
|
|
608
608
|
client_options (ClientOptions): Optional API client configurations
|
|
609
609
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
610
610
|
"""
|
|
611
|
-
client_version = '1.2
|
|
611
|
+
client_version = '1.3.2'
|
|
612
612
|
|
|
613
613
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False):
|
|
614
614
|
self.api_key = api_key
|
|
@@ -5282,13 +5282,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5282
5282
|
Dataset: The created dataset."""
|
|
5283
5283
|
return self._call_api('createDatasetFromDatabaseConnector', 'POST', query_params={}, body={'tableName': table_name, 'databaseConnectorId': database_connector_id, 'objectName': object_name, 'columns': columns, 'queryArguments': query_arguments, 'refreshSchedule': refresh_schedule, 'sqlQuery': sql_query, 'incremental': incremental, 'incrementalDatabaseConnectorConfig': incremental_database_connector_config}, parse_type=Dataset)
|
|
5284
5284
|
|
|
5285
|
-
def create_dataset_from_application_connector(self, table_name: str, application_connector_id: str, dataset_config: Union[dict,
|
|
5285
|
+
def create_dataset_from_application_connector(self, table_name: str, application_connector_id: str, dataset_config: Union[dict, ApplicationConnectorDatasetConfig] = None, refresh_schedule: str = None) -> Dataset:
|
|
5286
5286
|
"""Creates a dataset from an Application Connector.
|
|
5287
5287
|
|
|
5288
5288
|
Args:
|
|
5289
5289
|
table_name (str): Organization-unique table name.
|
|
5290
5290
|
application_connector_id (str): Unique string identifier of the application connector to download data from.
|
|
5291
|
-
dataset_config (
|
|
5291
|
+
dataset_config (ApplicationConnectorDatasetConfig): Dataset config for the application connector.
|
|
5292
5292
|
refresh_schedule (str): Cron time string format that describes a schedule to retrieve the latest version of the imported dataset. The time is specified in UTC.
|
|
5293
5293
|
|
|
5294
5294
|
Returns:
|
|
@@ -5309,12 +5309,12 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5309
5309
|
DatasetVersion: The new Dataset Version created."""
|
|
5310
5310
|
return self._call_api('createDatasetVersionFromDatabaseConnector', 'POST', query_params={'datasetId': dataset_id}, body={'objectName': object_name, 'columns': columns, 'queryArguments': query_arguments, 'sqlQuery': sql_query}, parse_type=DatasetVersion)
|
|
5311
5311
|
|
|
5312
|
-
def create_dataset_version_from_application_connector(self, dataset_id: str, dataset_config: Union[dict,
|
|
5312
|
+
def create_dataset_version_from_application_connector(self, dataset_id: str, dataset_config: Union[dict, ApplicationConnectorDatasetConfig] = None) -> DatasetVersion:
|
|
5313
5313
|
"""Creates a new version of the specified dataset.
|
|
5314
5314
|
|
|
5315
5315
|
Args:
|
|
5316
5316
|
dataset_id (str): The unique ID associated with the dataset.
|
|
5317
|
-
dataset_config (
|
|
5317
|
+
dataset_config (ApplicationConnectorDatasetConfig): Dataset config for the application connector. If any of the fields are not specified, the last values will be used.
|
|
5318
5318
|
|
|
5319
5319
|
Returns:
|
|
5320
5320
|
DatasetVersion: The new Dataset Version created."""
|
|
@@ -7108,6 +7108,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7108
7108
|
deployment_id, deployment_token) if deployment_token else None
|
|
7109
7109
|
return self._call_api('lookupMatches', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'data': data, 'filters': filters, 'num': num, 'resultColumns': result_columns, 'maxWords': max_words, 'numRetrievalMarginWords': num_retrieval_margin_words, 'maxWordsPerChunk': max_words_per_chunk, 'scoreMultiplierColumn': score_multiplier_column, 'minScore': min_score, 'requiredPhrases': required_phrases, 'filterClause': filter_clause, 'crowdingLimits': crowding_limits}, parse_type=DocumentRetrieverLookupResult, server_override=prediction_url)
|
|
7110
7110
|
|
|
7111
|
+
def get_completion(self, deployment_token: str, deployment_id: str, prompt: str) -> Dict:
|
|
7112
|
+
"""Returns the finetuned LLM generated completion of the prompt.
|
|
7113
|
+
|
|
7114
|
+
Args:
|
|
7115
|
+
deployment_token (str): The deployment token to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, so it is safe to embed this model inside of an application or website.
|
|
7116
|
+
deployment_id (str): The unique identifier to a deployment created under the project.
|
|
7117
|
+
prompt (str): The prompt given to the finetuned LLM to generate the completion."""
|
|
7118
|
+
prediction_url = self._get_prediction_endpoint(
|
|
7119
|
+
deployment_id, deployment_token) if deployment_token else None
|
|
7120
|
+
return self._call_api('getCompletion', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'prompt': prompt}, server_override=prediction_url)
|
|
7121
|
+
|
|
7111
7122
|
def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None, blobs: None = None) -> Dict:
|
|
7112
7123
|
"""Executes a deployed AI agent function with binary data as inputs.
|
|
7113
7124
|
|
|
@@ -8185,6 +8196,28 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8185
8196
|
ExtractedFields: The response from the document query."""
|
|
8186
8197
|
return self._call_api('extractDataUsingLLM', 'POST', query_params={}, body={'fieldDescriptors': field_descriptors, 'documentId': document_id, 'documentText': document_text, 'llmName': llm_name}, parse_type=ExtractedFields)
|
|
8187
8198
|
|
|
8199
|
+
def search_web_for_llm(self, queries: List, search_providers: List = None, max_results: int = 1, safe: bool = True, fetch_content: bool = False, max_page_tokens: int = 8192, convert_to_markdown: bool = True) -> WebSearchResponse:
|
|
8200
|
+
"""Access web search providers to fetch content related to the queries for use in large language model inputs.
|
|
8201
|
+
|
|
8202
|
+
This method can access multiple search providers and return information from them. If the provider supplies
|
|
8203
|
+
URLs for the results then this method also supports fetching the contents of those URLs, optionally converting
|
|
8204
|
+
them to markdown format, and returning them as part of the response. Set a token budget to limit the amount of
|
|
8205
|
+
content returned in the response.
|
|
8206
|
+
|
|
8207
|
+
|
|
8208
|
+
Args:
|
|
8209
|
+
queries (List): List of queries to send to the search providers. At most 10 queries each less than 512 characters.
|
|
8210
|
+
search_providers (List): Search providers to use for the search. If not provided a default provider is used. - BING - GOOGLE
|
|
8211
|
+
max_results (int): Maximum number of results to fetch per provider. Must be in [1, 100]. Defaults to 1 (I'm feeling lucky).
|
|
8212
|
+
safe (bool): Whether content safety is enabled for these search request. Defaults to True.
|
|
8213
|
+
fetch_content (bool): If true fetches the content from the urls in the search results. Defailts to False.
|
|
8214
|
+
max_page_tokens (int): Maximum number of tokens to accumulate if fetching search result contents.
|
|
8215
|
+
convert_to_markdown (bool): Whether content should be converted to markdown. Defaults to True.
|
|
8216
|
+
|
|
8217
|
+
Returns:
|
|
8218
|
+
WebSearchResponse: Results of running the search queries."""
|
|
8219
|
+
return self._proxy_request('SearchWebForLlm', 'POST', query_params={}, body={'queries': queries, 'searchProviders': search_providers, 'maxResults': max_results, 'safe': safe, 'fetchContent': fetch_content, 'maxPageTokens': max_page_tokens, 'convertToMarkdown': convert_to_markdown}, parse_type=WebSearchResponse)
|
|
8220
|
+
|
|
8188
8221
|
def construct_agent_conversation_messages_for_llm(self, current_message: str = None, current_doc_ids: List = None, include_history: bool = True, include_document_contents: bool = True, deployment_conversation_id: str = None, external_session_id: str = None, max_document_words: int = None) -> ChatMessage:
|
|
8189
8222
|
"""Returns conversation history in a format for LLM calls.
|
|
8190
8223
|
|
|
@@ -8212,17 +8245,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8212
8245
|
LlmResponse: The response from the LLM App."""
|
|
8213
8246
|
return self._call_api('getLLMAppResponse', 'POST', query_params={}, body={'llmAppName': llm_app_name, 'prompt': prompt}, parse_type=LlmResponse)
|
|
8214
8247
|
|
|
8215
|
-
def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict,
|
|
8248
|
+
def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict, VectorStoreConfig] = None) -> DocumentRetriever:
|
|
8216
8249
|
"""Returns a document retriever that stores embeddings for document chunks in a feature group.
|
|
8217
8250
|
|
|
8218
8251
|
Document columns in the feature group are broken into chunks. For cases with multiple document columns, chunks from all columns are combined together to form a single chunk.
|
|
8219
8252
|
|
|
8220
8253
|
|
|
8221
8254
|
Args:
|
|
8222
|
-
project_id (str): The ID of project that the
|
|
8223
|
-
name (str): The name of the
|
|
8224
|
-
feature_group_id (str): The ID of the feature group that the
|
|
8225
|
-
document_retriever_config (
|
|
8255
|
+
project_id (str): The ID of project that the Document Retriever is created in.
|
|
8256
|
+
name (str): The name of the Document Retriever. Can be up to 120 characters long and can only contain alphanumeric characters and underscores.
|
|
8257
|
+
feature_group_id (str): The ID of the feature group that the Document Retriever is associated with.
|
|
8258
|
+
document_retriever_config (VectorStoreConfig): The configuration, including chunk_size and chunk_overlap_fraction, for document retrieval.
|
|
8226
8259
|
|
|
8227
8260
|
Returns:
|
|
8228
8261
|
DocumentRetriever: The newly created document retriever."""
|
|
@@ -8239,13 +8272,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8239
8272
|
DocumentRetriever: The updated document retriever."""
|
|
8240
8273
|
return self._call_api('renameDocumentRetriever', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id, 'name': name}, parse_type=DocumentRetriever)
|
|
8241
8274
|
|
|
8242
|
-
def create_document_retriever_version(self, document_retriever_id: str, feature_group_id: str = None, document_retriever_config: Union[dict,
|
|
8275
|
+
def create_document_retriever_version(self, document_retriever_id: str, feature_group_id: str = None, document_retriever_config: Union[dict, VectorStoreConfig] = None) -> DocumentRetrieverVersion:
|
|
8243
8276
|
"""Creates a document retriever version from the latest version of the feature group that the document retriever associated with.
|
|
8244
8277
|
|
|
8245
8278
|
Args:
|
|
8246
8279
|
document_retriever_id (str): The unique ID associated with the document retriever to create version with.
|
|
8247
8280
|
feature_group_id (str): The ID of the feature group to update the document retriever with.
|
|
8248
|
-
document_retriever_config (
|
|
8281
|
+
document_retriever_config (VectorStoreConfig): The configuration, including chunk_size and chunk_overlap_fraction, for document retrieval.
|
|
8249
8282
|
|
|
8250
8283
|
Returns:
|
|
8251
8284
|
DocumentRetrieverVersion: The newly created document retriever version."""
|
|
@@ -8281,7 +8314,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8281
8314
|
document_retriever_id (str): A unique string identifier associated with the document retriever."""
|
|
8282
8315
|
return self._call_api('restartDocumentRetriever', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id})
|
|
8283
8316
|
|
|
8284
|
-
def get_relevant_snippets(self, doc_ids: List = None, blobs: io.TextIOBase = None, query: str = None, document_retriever_config: Union[dict,
|
|
8317
|
+
def get_relevant_snippets(self, doc_ids: List = None, blobs: io.TextIOBase = None, query: str = None, document_retriever_config: Union[dict, VectorStoreConfig] = None, honor_sentence_boundary: bool = True, num_retrieval_margin_words: int = None, max_words_per_snippet: int = None, max_snippets_per_document: int = None, start_word_index: int = None, end_word_index: int = None, including_bounding_boxes: bool = False, text: str = None) -> List[DocumentRetrieverLookupResult]:
|
|
8285
8318
|
"""Retrieves snippets relevant to a given query from specified documents. This function supports flexible input options,
|
|
8286
8319
|
|
|
8287
8320
|
allowing for retrieval from a variety of data sources including document IDs, blob data, and plain text. When multiple data
|
|
@@ -8292,7 +8325,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8292
8325
|
doc_ids (List): A list of document store IDs to retrieve the snippets from.
|
|
8293
8326
|
blobs (io.TextIOBase): A dictionary mapping document names to the blob data.
|
|
8294
8327
|
query (str): Query string to find relevant snippets in the documents.
|
|
8295
|
-
document_retriever_config (
|
|
8328
|
+
document_retriever_config (VectorStoreConfig): If provided, used to configure the retrieval steps like chunking for embeddings.
|
|
8296
8329
|
num_retrieval_margin_words (int): If provided, will add this number of words from left and right of the returned snippets.
|
|
8297
8330
|
max_words_per_snippet (int): If provided, will limit the number of words in each snippet to the value specified.
|
|
8298
8331
|
max_snippets_per_document (int): If provided, will limit the number of snippets retrieved from each document to the value specified.
|
abacusai-1.3.1/abacusai/agent_data_upload_result.py → abacusai-1.3.2/abacusai/data_upload_result.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from .return_class import AbstractApiClass
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
class
|
|
4
|
+
class DataUploadResult(AbstractApiClass):
|
|
5
5
|
"""
|
|
6
6
|
Results of uploading data to agent.
|
|
7
7
|
|
|
@@ -17,7 +17,7 @@ class AgentDataUploadResult(AbstractApiClass):
|
|
|
17
17
|
|
|
18
18
|
def __repr__(self):
|
|
19
19
|
repr_dict = {f'doc_infos': repr(self.doc_infos)}
|
|
20
|
-
class_name = "
|
|
20
|
+
class_name = "DataUploadResult"
|
|
21
21
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
22
22
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
23
23
|
return f"{class_name}({repr_str})"
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
from typing import Union
|
|
2
2
|
|
|
3
|
-
from .api_class import
|
|
3
|
+
from .api_class import (
|
|
4
|
+
ApplicationConnectorDatasetConfig, DatasetDocumentProcessingConfig,
|
|
5
|
+
DataType, DocumentProcessingConfig, ParsingConfig
|
|
6
|
+
)
|
|
4
7
|
from .dataset_column import DatasetColumn
|
|
5
8
|
from .dataset_version import DatasetVersion
|
|
6
9
|
from .refresh_schedule import RefreshSchedule
|
|
@@ -118,12 +121,12 @@ class Dataset(AbstractApiClass):
|
|
|
118
121
|
"""
|
|
119
122
|
return self.client.create_dataset_version_from_database_connector(self.dataset_id, object_name, columns, query_arguments, sql_query)
|
|
120
123
|
|
|
121
|
-
def create_version_from_application_connector(self, dataset_config: Union[dict,
|
|
124
|
+
def create_version_from_application_connector(self, dataset_config: Union[dict, ApplicationConnectorDatasetConfig] = None):
|
|
122
125
|
"""
|
|
123
126
|
Creates a new version of the specified dataset.
|
|
124
127
|
|
|
125
128
|
Args:
|
|
126
|
-
dataset_config (
|
|
129
|
+
dataset_config (ApplicationConnectorDatasetConfig): Dataset config for the application connector. If any of the fields are not specified, the last values will be used.
|
|
127
130
|
|
|
128
131
|
Returns:
|
|
129
132
|
DatasetVersion: The new Dataset Version created.
|