abacusai 1.4.11__tar.gz → 1.4.12__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.4.11/abacusai.egg-info → abacusai-1.4.12}/PKG-INFO +1 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/__init__.py +4 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/blob_input.py +2 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/dataset_application_connector.py +7 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/enums.py +13 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/feature_group.py +16 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/segments.py +2 -57
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction_version.py +1 -1
- abacusai-1.4.12/abacusai/bot_info.py +34 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/client.py +29 -33
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment.py +2 -3
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation.py +10 -15
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever.py +3 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/external_application.py +7 -5
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/extracted_fields.py +2 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group.py +1 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_client.py +5 -4
- abacusai-1.4.12/abacusai/routing_action.py +39 -0
- abacusai-1.4.12/abacusai/template_node_details.py +39 -0
- abacusai-1.4.12/abacusai/video_gen_settings.py +45 -0
- {abacusai-1.4.11 → abacusai-1.4.12/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/SOURCES.txt +3 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +12 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +6 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +20 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +48 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/client/index.rst.txt +56 -4
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +3 -3
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +6 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +6 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +18 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/index.rst.txt +182 -14
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +16 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +33 -3
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +6 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +17 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/document_retriever/index.html +6 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/enums/index.html +20 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/index.html +575 -524
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/client/index.html +69 -3
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment/index.html +2 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_config/index.html +7 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_application/index.html +7 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group/index.html +22 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/index.html +596 -370
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_response/index.html +19 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_client/index.html +40 -2
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/workflow_node_template/index.html +7 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/genindex.html +179 -51
- abacusai-1.4.12/docs/objects.inv +0 -0
- abacusai-1.4.12/docs/searchindex.js +1 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/setup.py +1 -1
- abacusai-1.4.11/abacusai/bot_info.py +0 -41
- abacusai-1.4.11/docs/objects.inv +0 -0
- abacusai-1.4.11/docs/searchindex.js +0 -1
- {abacusai-1.4.11 → abacusai-1.4.12}/.gitignore +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/LICENSE +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/README.md +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/address.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/api_key.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/code_source.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_data.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/feature_record.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/global_context.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_location.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/module.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/page_data.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_config.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_function.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/return_class.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/schema.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/upload.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/use_case.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/user.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/webhook.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/.buildinfo +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/.nojekyll +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/basic.css +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/file.png +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/minus.png +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/plus.png +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/index.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/py-modindex.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/docs/search.html +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/examples/example_gen_ai_commands.ipynb +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/examples/fullscript.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/examples/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/featurestore.md +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/requirements.txt +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/setup.cfg +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/build_docs +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/conf.py +0 -0
- {abacusai-1.4.11 → abacusai-1.4.12}/sphinx/index.rst +0 -0
|
@@ -191,12 +191,14 @@ from .refresh_pipeline_run import RefreshPipelineRun
|
|
|
191
191
|
from .refresh_policy import RefreshPolicy
|
|
192
192
|
from .refresh_schedule import RefreshSchedule
|
|
193
193
|
from .resolved_feature_group_template import ResolvedFeatureGroupTemplate
|
|
194
|
+
from .routing_action import RoutingAction
|
|
194
195
|
from .schema import Schema
|
|
195
196
|
from .streaming_auth_token import StreamingAuthToken
|
|
196
197
|
from .streaming_client import StreamingClient
|
|
197
198
|
from .streaming_connector import StreamingConnector
|
|
198
199
|
from .streaming_row_count import StreamingRowCount
|
|
199
200
|
from .streaming_sample_code import StreamingSampleCode
|
|
201
|
+
from .template_node_details import TemplateNodeDetails
|
|
200
202
|
from .test_point_predictions import TestPointPredictions
|
|
201
203
|
from .tone_details import ToneDetails
|
|
202
204
|
from .training_config_options import TrainingConfigOptions
|
|
@@ -207,6 +209,7 @@ from .use_case import UseCase
|
|
|
207
209
|
from .use_case_requirements import UseCaseRequirements
|
|
208
210
|
from .user import User
|
|
209
211
|
from .user_exception import UserException
|
|
212
|
+
from .video_gen_settings import VideoGenSettings
|
|
210
213
|
from .video_search_result import VideoSearchResult
|
|
211
214
|
from .web_search_response import WebSearchResponse
|
|
212
215
|
from .web_search_result import WebSearchResult
|
|
@@ -214,4 +217,4 @@ from .webhook import Webhook
|
|
|
214
217
|
from .workflow_node_template import WorkflowNodeTemplate
|
|
215
218
|
|
|
216
219
|
|
|
217
|
-
__version__ = "1.4.
|
|
220
|
+
__version__ = "1.4.12"
|
|
@@ -8,12 +8,12 @@ from .abstract import ApiClass
|
|
|
8
8
|
class Blob(ApiClass):
|
|
9
9
|
"""
|
|
10
10
|
An object for storing and passing file data.
|
|
11
|
-
In AI Agents, if a function accepts file upload as an argument, the uploaded file
|
|
11
|
+
In AI Agents, if a function accepts file upload as an argument, the uploaded file is passed as a Blob object. If a function returns a Blob object, it will be rendered as a file download.
|
|
12
12
|
|
|
13
13
|
Args:
|
|
14
|
-
filename (str): The original filename of the blob.
|
|
15
14
|
contents (bytes): The binary contents of the blob.
|
|
16
15
|
mime_type (str): The mime type of the blob.
|
|
16
|
+
filename (str): The original filename of the blob.
|
|
17
17
|
size (int): The size of the blob in bytes.
|
|
18
18
|
"""
|
|
19
19
|
filename: str
|
|
@@ -175,7 +175,14 @@ class AbacusUsageMetricsDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
|
175
175
|
class TeamsScraperDatasetConfig(ApplicationConnectorDatasetConfig):
|
|
176
176
|
"""
|
|
177
177
|
Dataset config for Teams Scraper Application Connector
|
|
178
|
+
|
|
179
|
+
Args:
|
|
180
|
+
pull_messages (bool): Whether to pull messages for each channel
|
|
181
|
+
pull_transcripts (bool): Whether to pull transcripts for each channel
|
|
178
182
|
"""
|
|
183
|
+
pull_messages: bool = dataclasses.field(default=False)
|
|
184
|
+
pull_transcripts: bool = dataclasses.field(default=False)
|
|
185
|
+
|
|
179
186
|
def __post_init__(self):
|
|
180
187
|
self.application_connector_type = enums.ApplicationConnectorType.TEAMSSCRAPER
|
|
181
188
|
self.is_documentset = True
|
|
@@ -2,7 +2,19 @@ from enum import Enum
|
|
|
2
2
|
from typing import Union
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
def deprecated_enums(*enum_values):
|
|
6
|
+
def enum_class_wrapper(cls):
|
|
7
|
+
cls.__deprecated_values__ = list(enum_values)
|
|
8
|
+
return cls
|
|
9
|
+
return enum_class_wrapper
|
|
10
|
+
|
|
11
|
+
|
|
5
12
|
class ApiEnum(Enum):
|
|
13
|
+
__deprecated_values__ = []
|
|
14
|
+
|
|
15
|
+
def is_deprecated(self):
|
|
16
|
+
return self.value in self.__deprecated_values__
|
|
17
|
+
|
|
6
18
|
def __eq__(self, other):
|
|
7
19
|
if isinstance(other, str):
|
|
8
20
|
return self.value.upper() == other.upper()
|
|
@@ -135,6 +147,7 @@ class OperatorType(ApiEnum):
|
|
|
135
147
|
CRAWLER = 'CRAWLER'
|
|
136
148
|
EXTRACT_DOCUMENT_DATA = 'EXTRACT_DOCUMENT_DATA'
|
|
137
149
|
DATA_GENERATION = 'DATA_GENERATION'
|
|
150
|
+
UNION = 'UNION'
|
|
138
151
|
|
|
139
152
|
|
|
140
153
|
class MarkdownOperatorInputType(ApiEnum):
|
|
@@ -266,6 +266,21 @@ class DataGenerationConfig(OperatorConfig):
|
|
|
266
266
|
self.operator_type = enums.OperatorType.DATA_GENERATION
|
|
267
267
|
|
|
268
268
|
|
|
269
|
+
@dataclasses.dataclass
|
|
270
|
+
class UnionTransformConfig(OperatorConfig):
|
|
271
|
+
"""Takes Union of current feature group with 1 or more selected feature groups of same type.
|
|
272
|
+
|
|
273
|
+
Args:
|
|
274
|
+
feature_group_ids (List[str]): List of feature group IDs to union with source FG.
|
|
275
|
+
drop_non_intersecting_columns (bool): If true, will drop columns that are not present in all feature groups. If false fills missing columns with nulls.
|
|
276
|
+
"""
|
|
277
|
+
feature_group_ids: List[str] = dataclasses.field(default=None)
|
|
278
|
+
drop_non_intersecting_columns: bool = dataclasses.field(default=False)
|
|
279
|
+
|
|
280
|
+
def __post_init__(self):
|
|
281
|
+
self.operator_type = enums.OperatorType.UNION
|
|
282
|
+
|
|
283
|
+
|
|
269
284
|
@dataclasses.dataclass
|
|
270
285
|
class _OperatorConfigFactory(_ApiClassFactory):
|
|
271
286
|
"""A class to select and return the the correct type of Operator Config based on a serialized OperatorConfig instance. """
|
|
@@ -277,4 +292,5 @@ class _OperatorConfigFactory(_ApiClassFactory):
|
|
|
277
292
|
enums.OperatorType.CRAWLER: CrawlerTransformConfig,
|
|
278
293
|
enums.OperatorType.EXTRACT_DOCUMENT_DATA: ExtractDocumentDataConfig,
|
|
279
294
|
enums.OperatorType.DATA_GENERATION: DataGenerationConfig,
|
|
295
|
+
enums.OperatorType.UNION: UnionTransformConfig,
|
|
280
296
|
}
|
|
@@ -5,34 +5,6 @@ from . import enums
|
|
|
5
5
|
from .abstract import ApiClass
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
@dataclasses.dataclass
|
|
9
|
-
class Attachment(ApiClass):
|
|
10
|
-
"""
|
|
11
|
-
An attachment that an agent can return to render attachments.
|
|
12
|
-
|
|
13
|
-
Args:
|
|
14
|
-
filename (str): The name of the file.
|
|
15
|
-
mime_type (str): The MIME type of the file.
|
|
16
|
-
attachment_id (str): The ID of the attachment.
|
|
17
|
-
"""
|
|
18
|
-
|
|
19
|
-
filename: str
|
|
20
|
-
mime_type: str
|
|
21
|
-
attachment_id: str
|
|
22
|
-
|
|
23
|
-
def to_dict(self):
|
|
24
|
-
return {
|
|
25
|
-
'type': 'attachment',
|
|
26
|
-
'filename': self.filename,
|
|
27
|
-
'mime_type': self.mime_type,
|
|
28
|
-
'attachment_id': self.attachment_id
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@classmethod
|
|
32
|
-
def from_dict(cls, data: dict):
|
|
33
|
-
return cls(filename=data['filename'], mime_type=data['mime_type'], attachment_id=data['attachment_id'])
|
|
34
|
-
|
|
35
|
-
|
|
36
8
|
@dataclasses.dataclass
|
|
37
9
|
class ResponseSection(ApiClass):
|
|
38
10
|
"""
|
|
@@ -53,33 +25,6 @@ class ResponseSection(ApiClass):
|
|
|
53
25
|
Segment = ResponseSection
|
|
54
26
|
|
|
55
27
|
|
|
56
|
-
@dataclasses.dataclass
|
|
57
|
-
class AttachmentsResponseSection(ResponseSection):
|
|
58
|
-
"""
|
|
59
|
-
A response section that an agent can return to render attachments.
|
|
60
|
-
|
|
61
|
-
Args:
|
|
62
|
-
attachments (List[Attachment]): The list of attachments to be displayed.
|
|
63
|
-
"""
|
|
64
|
-
|
|
65
|
-
attachments: List[Attachment]
|
|
66
|
-
|
|
67
|
-
def __init__(self, attachments: List[Attachment], section_key: str = None):
|
|
68
|
-
super().__init__(type=enums.ResponseSectionType.ATTACHMENTS, id=section_key)
|
|
69
|
-
self.attachments = attachments
|
|
70
|
-
|
|
71
|
-
def to_dict(self):
|
|
72
|
-
return {
|
|
73
|
-
'type': self.type.value,
|
|
74
|
-
'id': self.id,
|
|
75
|
-
'attachments': [attachment.to_dict() for attachment in self.attachments]
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
@classmethod
|
|
79
|
-
def from_dict(cls, data: dict):
|
|
80
|
-
return cls(attachments=[Attachment.from_dict(attachment) for attachment in data['attachments']])
|
|
81
|
-
|
|
82
|
-
|
|
83
28
|
@dataclasses.dataclass
|
|
84
29
|
class AgentFlowButtonResponseSection(ResponseSection):
|
|
85
30
|
"""
|
|
@@ -140,8 +85,8 @@ class TextResponseSection(ResponseSection):
|
|
|
140
85
|
@dataclasses.dataclass
|
|
141
86
|
class RuntimeSchemaResponseSection(ResponseSection):
|
|
142
87
|
"""
|
|
143
|
-
A segment that an agent can return to render json and ui schema for workflow nodes.
|
|
144
|
-
This is primarily to generate dynamic schema
|
|
88
|
+
A segment that an agent can return to render json and ui schema in react-jsonschema-form format for workflow nodes.
|
|
89
|
+
This is primarily used to generate dynamic forms at runtime. If a node returns a runtime schema variable, the UI will render the form upon node execution.
|
|
145
90
|
|
|
146
91
|
Args:
|
|
147
92
|
json_schema (dict): json schema in RJSF format.
|
|
@@ -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(
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class BotInfo(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
Information about an external application and LLM.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
externalApplicationId (str): The external application ID.
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
def __init__(self, client, externalApplicationId=None):
|
|
14
|
+
super().__init__(client, None)
|
|
15
|
+
self.external_application_id = externalApplicationId
|
|
16
|
+
self.deprecated_keys = {}
|
|
17
|
+
|
|
18
|
+
def __repr__(self):
|
|
19
|
+
repr_dict = {f'external_application_id': repr(
|
|
20
|
+
self.external_application_id)}
|
|
21
|
+
class_name = "BotInfo"
|
|
22
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
23
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
24
|
+
return f"{class_name}({repr_str})"
|
|
25
|
+
|
|
26
|
+
def to_dict(self):
|
|
27
|
+
"""
|
|
28
|
+
Get a dict representation of the parameters in this class
|
|
29
|
+
|
|
30
|
+
Returns:
|
|
31
|
+
dict: The dict value representation of the class parameters
|
|
32
|
+
"""
|
|
33
|
+
resp = {'external_application_id': self.external_application_id}
|
|
34
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -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.4.
|
|
611
|
+
client_version = '1.4.12'
|
|
612
612
|
|
|
613
613
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
614
614
|
self.api_key = api_key
|
|
@@ -2316,7 +2316,7 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2316
2316
|
|
|
2317
2317
|
Args:
|
|
2318
2318
|
feature_group_id (str): The unique ID associated with the feature group.
|
|
2319
|
-
primary_key (str): The primary key value for which to
|
|
2319
|
+
primary_key (str): The primary key value for which to retrieve the feature group row (only for online feature groups).
|
|
2320
2320
|
num_rows (int): Maximum number of rows to return from the feature group
|
|
2321
2321
|
|
|
2322
2322
|
Returns:
|
|
@@ -2607,20 +2607,19 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2607
2607
|
ChatSession: The chat sessions with Data Science Co-pilot"""
|
|
2608
2608
|
return self._call_api('listChatSessions', 'GET', query_params={'mostRecentPerProject': most_recent_per_project}, parse_type=ChatSession)
|
|
2609
2609
|
|
|
2610
|
-
def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None,
|
|
2610
|
+
def get_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False) -> DeploymentConversation:
|
|
2611
2611
|
"""Gets a deployment conversation.
|
|
2612
2612
|
|
|
2613
2613
|
Args:
|
|
2614
2614
|
deployment_conversation_id (str): Unique ID of the conversation. One of deployment_conversation_id or external_session_id must be provided.
|
|
2615
2615
|
external_session_id (str): External session ID of the conversation.
|
|
2616
2616
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
2617
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
2618
2617
|
filter_intermediate_conversation_events (bool): If true, intermediate conversation events will be filtered out. Default is true.
|
|
2619
2618
|
get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
|
|
2620
2619
|
|
|
2621
2620
|
Returns:
|
|
2622
2621
|
DeploymentConversation: The deployment conversation."""
|
|
2623
|
-
return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, '
|
|
2622
|
+
return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads}, parse_type=DeploymentConversation, is_sync=True)
|
|
2624
2623
|
|
|
2625
2624
|
def list_deployment_conversations(self, deployment_id: str = None, external_application_id: str = None, conversation_type: Union[DeploymentConversationType, str] = None, fetch_last_llm_info: bool = False) -> List[DeploymentConversation]:
|
|
2626
2625
|
"""Lists all conversations for the given deployment and current user.
|
|
@@ -3825,8 +3824,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3825
3824
|
|
|
3826
3825
|
def streaming_evaluate_prompt(self, prompt: str = None, system_message: str = None, llm_name: Union[LLMName, str] = None, max_tokens: int = None, temperature: float = 0.0, messages: list = None, response_type: str = None, json_response_schema: dict = None, section_key: str = None):
|
|
3827
3826
|
"""
|
|
3828
|
-
Generate response to the prompt using the specified model.
|
|
3829
|
-
This works similar to evaluate_prompt, but would stream the result as well so that user is aware of the current status of the generation.
|
|
3827
|
+
Generate response to the prompt using the specified model. This works the same as `evaluate_prompt` but would stream the text to the UI section while generating and returns the streamed text as an object of a `str` subclass.
|
|
3830
3828
|
|
|
3831
3829
|
Args:
|
|
3832
3830
|
prompt (str): Prompt to use for generation.
|
|
@@ -4121,7 +4119,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
4121
4119
|
|
|
4122
4120
|
def get_matching_documents(self, document_retriever_id: str, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None,
|
|
4123
4121
|
max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None,
|
|
4124
|
-
filter_clause: str = None, crowding_limits: Dict[str, int] = None
|
|
4122
|
+
filter_clause: str = None, crowding_limits: Dict[str, int] = None,
|
|
4123
|
+
include_text_search: bool = False) -> List[DocumentRetrieverLookupResult]:
|
|
4125
4124
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
4126
4125
|
|
|
4127
4126
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -4143,12 +4142,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
4143
4142
|
required_phrases (list): If provided, each result will have at least one of the phrases.
|
|
4144
4143
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
4145
4144
|
crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set.
|
|
4145
|
+
include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
|
|
4146
4146
|
Returns:
|
|
4147
4147
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
4148
4148
|
|
|
4149
4149
|
deployment_token, deployment_id = self._get_doc_retriever_deployment_info(
|
|
4150
4150
|
document_retriever_id)
|
|
4151
|
-
return self.lookup_matches(deployment_token, deployment_id, query, filters, limit if limit is not None else 10, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits)
|
|
4151
|
+
return self.lookup_matches(deployment_token, deployment_id, query, filters, limit if limit is not None else 10, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits, include_text_search=include_text_search)
|
|
4152
4152
|
|
|
4153
4153
|
def create_model_from_files(self, project_id: str, location: str, name: str = None, custom_artifact_filenames: dict = {}, model_config: dict = {}) -> Model:
|
|
4154
4154
|
"""Creates a new Model and returns Upload IDs for uploading the model artifacts.
|
|
@@ -7448,7 +7448,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7448
7448
|
deployment_id, deployment_token) if deployment_token else None
|
|
7449
7449
|
return self._call_api('executeConversationAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'arguments': arguments, 'keywordArguments': keyword_arguments, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'regenerate': regenerate, 'docInfos': doc_infos, 'agentWorkflowNodeId': agent_workflow_node_id}, server_override=prediction_url)
|
|
7450
7450
|
|
|
7451
|
-
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None) -> List[DocumentRetrieverLookupResult]:
|
|
7451
|
+
def lookup_matches(self, deployment_token: str, deployment_id: str, data: str = None, filters: dict = None, num: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: dict = None, include_text_search: bool = False) -> List[DocumentRetrieverLookupResult]:
|
|
7452
7452
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
7453
7453
|
|
|
7454
7454
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -7471,12 +7471,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7471
7471
|
required_phrases (list): If provided, each result will contain at least one of the phrases in the given list. The matching is whitespace and case insensitive.
|
|
7472
7472
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
7473
7473
|
crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set. An entry in the map can also be a map specifying the limit per attribute value rather than a single limit for all values. This allows a per value limit for attributes. If an attribute value is not present in the map its limit defaults to zero.
|
|
7474
|
+
include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
|
|
7474
7475
|
|
|
7475
7476
|
Returns:
|
|
7476
7477
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
7477
7478
|
prediction_url = self._get_prediction_endpoint(
|
|
7478
7479
|
deployment_id, deployment_token) if deployment_token else None
|
|
7479
|
-
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)
|
|
7480
|
+
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, 'includeTextSearch': include_text_search}, parse_type=DocumentRetrieverLookupResult, server_override=prediction_url)
|
|
7480
7481
|
|
|
7481
7482
|
def get_completion(self, deployment_token: str, deployment_id: str, prompt: str) -> Dict:
|
|
7482
7483
|
"""Returns the finetuned LLM generated completion of the prompt.
|
|
@@ -7508,7 +7509,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7508
7509
|
return self._call_api('executeAgentWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, data={'arguments': json.dumps(arguments) if (arguments is not None and not isinstance(arguments, str)) else arguments, 'keywordArguments': json.dumps(keyword_arguments) if (keyword_arguments is not None and not isinstance(keyword_arguments, str)) else keyword_arguments, 'deploymentConversationId': json.dumps(deployment_conversation_id) if (deployment_conversation_id is not None and not isinstance(deployment_conversation_id, str)) else deployment_conversation_id, 'externalSessionId': json.dumps(external_session_id) if (external_session_id is not None and not isinstance(external_session_id, str)) else external_session_id}, parse_type=AgentDataExecutionResult, files=blobs, server_override=prediction_url, timeout=1500)
|
|
7509
7510
|
|
|
7510
7511
|
def start_agent(self, deployment_token: str, deployment_id: str, deployment_conversation_id: str, arguments: list = None, keyword_arguments: dict = None) -> Dict:
|
|
7511
|
-
"""Starts
|
|
7512
|
+
"""Starts a deployed Autonomous agent associated with the given deployment_conversation_id using the arguments and keyword arguments as inputs for execute function of trigger node.
|
|
7512
7513
|
|
|
7513
7514
|
Args:
|
|
7514
7515
|
deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, making it safe to embed this model in an application or website.
|
|
@@ -7521,7 +7522,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7521
7522
|
return self._call_api('startAgent', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'arguments': arguments, 'keywordArguments': keyword_arguments}, server_override=prediction_url, timeout=1500)
|
|
7522
7523
|
|
|
7523
7524
|
def pause_agent(self, deployment_token: str, deployment_id: str, deployment_conversation_id: str) -> Dict:
|
|
7524
|
-
"""Pauses
|
|
7525
|
+
"""Pauses a deployed Autonomous agent associated with the given deployment_conversation_id.
|
|
7525
7526
|
|
|
7526
7527
|
Args:
|
|
7527
7528
|
deployment_token (str): The deployment token used to authenticate access to created deployments. This token is only authorized to predict on deployments in this project, making it safe to embed this model in an application or website.
|
|
@@ -8332,40 +8333,37 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8332
8333
|
list[AbacusApi]: A list of suggested Abacus APIs"""
|
|
8333
8334
|
return self._call_api('suggestAbacusApis', 'POST', query_params={}, body={'query': query, 'verbosity': verbosity, 'limit': limit, 'includeScores': include_scores}, parse_type=AbacusApi)
|
|
8334
8335
|
|
|
8335
|
-
def create_deployment_conversation(self, deployment_id: str = None, name: str = None,
|
|
8336
|
+
def create_deployment_conversation(self, deployment_id: str = None, name: str = None, external_application_id: str = None) -> DeploymentConversation:
|
|
8336
8337
|
"""Creates a deployment conversation.
|
|
8337
8338
|
|
|
8338
8339
|
Args:
|
|
8339
8340
|
deployment_id (str): The deployment this conversation belongs to.
|
|
8340
8341
|
name (str): The name of the conversation.
|
|
8341
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
8342
8342
|
external_application_id (str): The external application id associated with the deployment conversation.
|
|
8343
8343
|
|
|
8344
8344
|
Returns:
|
|
8345
8345
|
DeploymentConversation: The deployment conversation."""
|
|
8346
|
-
return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id
|
|
8346
|
+
return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'name': name, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
8347
8347
|
|
|
8348
|
-
def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None
|
|
8348
|
+
def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None):
|
|
8349
8349
|
"""Delete a Deployment Conversation.
|
|
8350
8350
|
|
|
8351
8351
|
Args:
|
|
8352
8352
|
deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
|
|
8353
|
-
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
8354
|
-
|
|
8355
|
-
return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token}, is_sync=True)
|
|
8353
|
+
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
|
|
8354
|
+
return self._proxy_request('deleteDeploymentConversation', 'DELETE', query_params={'deploymentConversationId': deployment_conversation_id, 'deploymentId': deployment_id}, is_sync=True)
|
|
8356
8355
|
|
|
8357
|
-
def clear_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None,
|
|
8356
|
+
def clear_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None, deployment_id: str = None, user_message_indices: list = None):
|
|
8358
8357
|
"""Clear the message history of a Deployment Conversation.
|
|
8359
8358
|
|
|
8360
8359
|
Args:
|
|
8361
8360
|
deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
|
|
8362
8361
|
external_session_id (str): The external session id associated with the deployment conversation.
|
|
8363
8362
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
8364
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
8365
8363
|
user_message_indices (list): Optional list of user message indices to clear. The associated bot response will also be cleared. If not provided, all messages will be cleared."""
|
|
8366
|
-
return self._proxy_request('clearDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id
|
|
8364
|
+
return self._proxy_request('clearDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'userMessageIndices': user_message_indices}, is_sync=True)
|
|
8367
8365
|
|
|
8368
|
-
def set_deployment_conversation_feedback(self, deployment_conversation_id: str, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None
|
|
8366
|
+
def set_deployment_conversation_feedback(self, deployment_conversation_id: str, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None):
|
|
8369
8367
|
"""Sets a deployment conversation message as useful or not useful
|
|
8370
8368
|
|
|
8371
8369
|
Args:
|
|
@@ -8375,19 +8373,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8375
8373
|
is_not_useful (bool): If the message is not useful. If true, the message is not useful. If set to false, clear the useful flag.
|
|
8376
8374
|
feedback (str): Optional feedback on why the message is useful or not useful
|
|
8377
8375
|
feedback_type (str): Optional feedback type
|
|
8378
|
-
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
8379
|
-
|
|
8380
|
-
return self._call_api('setDeploymentConversationFeedback', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'messageIndex': message_index, 'isUseful': is_useful, 'isNotUseful': is_not_useful, 'feedback': feedback, 'feedbackType': feedback_type})
|
|
8376
|
+
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
|
|
8377
|
+
return self._call_api('setDeploymentConversationFeedback', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'messageIndex': message_index, 'isUseful': is_useful, 'isNotUseful': is_not_useful, 'feedback': feedback, 'feedbackType': feedback_type})
|
|
8381
8378
|
|
|
8382
|
-
def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None
|
|
8379
|
+
def rename_deployment_conversation(self, deployment_conversation_id: str, name: str, deployment_id: str = None):
|
|
8383
8380
|
"""Rename a Deployment Conversation.
|
|
8384
8381
|
|
|
8385
8382
|
Args:
|
|
8386
8383
|
deployment_conversation_id (str): A unique string identifier associated with the deployment conversation.
|
|
8387
8384
|
name (str): The new name of the conversation.
|
|
8388
|
-
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
8389
|
-
|
|
8390
|
-
return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
|
|
8385
|
+
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in."""
|
|
8386
|
+
return self._proxy_request('renameDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id}, body={'deploymentConversationId': deployment_conversation_id, 'name': name}, is_sync=True)
|
|
8391
8387
|
|
|
8392
8388
|
def create_app_user_group(self, name: str) -> AppUserGroup:
|
|
8393
8389
|
"""Creates a new App User Group. This User Group is used to have permissions to access the external chatbots.
|
|
@@ -8561,9 +8557,9 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8561
8557
|
llm_name (LLMName): Name of the underlying LLM to be used for generation. Default is auto selection.
|
|
8562
8558
|
max_tokens (int): Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.
|
|
8563
8559
|
temperature (float): Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.
|
|
8564
|
-
messages (list): A list of messages to use as conversation history. For completion models like OPENAI_GPT3_5_TEXT and PALM_TEXT this should not be set. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2}]
|
|
8560
|
+
messages (list): A list of messages to use as conversation history. For completion models like OPENAI_GPT3_5_TEXT and PALM_TEXT this should not be set. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2>}]
|
|
8565
8561
|
response_type (str): Specifies the type of response to request from the LLM. One of 'text' and 'json'. If set to 'json', the LLM will respond with a json formatted string whose schema can be specified `json_response_schema`. Defaults to 'text'
|
|
8566
|
-
json_response_schema (dict): A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when `response_type` is 'json'. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter description (str) (required): Description of the parameter is_required (bool) (optional): Whether the parameter is required or not.
|
|
8562
|
+
json_response_schema (dict): A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when `response_type` is 'json'. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter. description (str) (required): Description of the parameter. is_required (bool) (optional): Whether the parameter is required or not. Example: json_response_schema = {'title': {'type': 'string', 'description': 'Article title', 'is_required': true}, 'body': {'type': 'string', 'description': 'Article body'}}
|
|
8567
8563
|
stop_sequences (list): Specifies the strings on which the LLM will stop generation.
|
|
8568
8564
|
top_p (float): The nucleus sampling value used for this run. If set, the model will sample from the smallest set of tokens whose cumulative probability exceeds the probability `top_p`. Default is 1.0. A range of 0.0 - 1.0 is allowed. It is generally recommended to use either temperature sampling or nucleus sampling, but not both.
|
|
8569
8565
|
|
|
@@ -480,19 +480,18 @@ class Deployment(AbstractApiClass):
|
|
|
480
480
|
"""
|
|
481
481
|
return self.client.get_feature_group_row_process_logs_by_key(self.deployment_id, primary_key_value)
|
|
482
482
|
|
|
483
|
-
def create_conversation(self, name: str = None,
|
|
483
|
+
def create_conversation(self, name: str = None, external_application_id: str = None):
|
|
484
484
|
"""
|
|
485
485
|
Creates a deployment conversation.
|
|
486
486
|
|
|
487
487
|
Args:
|
|
488
488
|
name (str): The name of the conversation.
|
|
489
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
490
489
|
external_application_id (str): The external application id associated with the deployment conversation.
|
|
491
490
|
|
|
492
491
|
Returns:
|
|
493
492
|
DeploymentConversation: The deployment conversation.
|
|
494
493
|
"""
|
|
495
|
-
return self.client.create_deployment_conversation(self.deployment_id, name,
|
|
494
|
+
return self.client.create_deployment_conversation(self.deployment_id, name, external_application_id)
|
|
496
495
|
|
|
497
496
|
def list_conversations(self, external_application_id: str = None, conversation_type: Union[dict, DeploymentConversationType] = None, fetch_last_llm_info: bool = False):
|
|
498
497
|
"""
|
|
@@ -68,45 +68,42 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
68
68
|
self.unused_document_upload_ids, 'humanize_instructions': self.humanize_instructions, 'conversation_warning': self.conversation_warning, 'conversation_type': self.conversation_type, 'metadata': self.metadata, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'search_suggestions': self.search_suggestions, 'history': self._get_attribute_as_dict(self.history)}
|
|
69
69
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
70
70
|
|
|
71
|
-
def get(self, external_session_id: str = None, deployment_id: str = None,
|
|
71
|
+
def get(self, external_session_id: str = None, deployment_id: str = None, filter_intermediate_conversation_events: bool = True, get_unused_document_uploads: bool = False):
|
|
72
72
|
"""
|
|
73
73
|
Gets a deployment conversation.
|
|
74
74
|
|
|
75
75
|
Args:
|
|
76
76
|
external_session_id (str): External session ID of the conversation.
|
|
77
77
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
78
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
79
78
|
filter_intermediate_conversation_events (bool): If true, intermediate conversation events will be filtered out. Default is true.
|
|
80
79
|
get_unused_document_uploads (bool): If true, unused document uploads will be returned. Default is false.
|
|
81
80
|
|
|
82
81
|
Returns:
|
|
83
82
|
DeploymentConversation: The deployment conversation.
|
|
84
83
|
"""
|
|
85
|
-
return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id,
|
|
84
|
+
return self.client.get_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, filter_intermediate_conversation_events, get_unused_document_uploads)
|
|
86
85
|
|
|
87
|
-
def delete(self, deployment_id: str = None
|
|
86
|
+
def delete(self, deployment_id: str = None):
|
|
88
87
|
"""
|
|
89
88
|
Delete a Deployment Conversation.
|
|
90
89
|
|
|
91
90
|
Args:
|
|
92
91
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
93
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
94
92
|
"""
|
|
95
|
-
return self.client.delete_deployment_conversation(self.deployment_conversation_id, deployment_id
|
|
93
|
+
return self.client.delete_deployment_conversation(self.deployment_conversation_id, deployment_id)
|
|
96
94
|
|
|
97
|
-
def clear(self, external_session_id: str = None, deployment_id: str = None,
|
|
95
|
+
def clear(self, external_session_id: str = None, deployment_id: str = None, user_message_indices: list = None):
|
|
98
96
|
"""
|
|
99
97
|
Clear the message history of a Deployment Conversation.
|
|
100
98
|
|
|
101
99
|
Args:
|
|
102
100
|
external_session_id (str): The external session id associated with the deployment conversation.
|
|
103
101
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
104
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
105
102
|
user_message_indices (list): Optional list of user message indices to clear. The associated bot response will also be cleared. If not provided, all messages will be cleared.
|
|
106
103
|
"""
|
|
107
|
-
return self.client.clear_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id,
|
|
104
|
+
return self.client.clear_deployment_conversation(self.deployment_conversation_id, external_session_id, deployment_id, user_message_indices)
|
|
108
105
|
|
|
109
|
-
def set_feedback(self, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None
|
|
106
|
+
def set_feedback(self, message_index: int, is_useful: bool = None, is_not_useful: bool = None, feedback: str = None, feedback_type: str = None, deployment_id: str = None):
|
|
110
107
|
"""
|
|
111
108
|
Sets a deployment conversation message as useful or not useful
|
|
112
109
|
|
|
@@ -117,20 +114,18 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
117
114
|
feedback (str): Optional feedback on why the message is useful or not useful
|
|
118
115
|
feedback_type (str): Optional feedback type
|
|
119
116
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
120
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
121
117
|
"""
|
|
122
|
-
return self.client.set_deployment_conversation_feedback(self.deployment_conversation_id, message_index, is_useful, is_not_useful, feedback, feedback_type, deployment_id
|
|
118
|
+
return self.client.set_deployment_conversation_feedback(self.deployment_conversation_id, message_index, is_useful, is_not_useful, feedback, feedback_type, deployment_id)
|
|
123
119
|
|
|
124
|
-
def rename(self, name: str, deployment_id: str = None
|
|
120
|
+
def rename(self, name: str, deployment_id: str = None):
|
|
125
121
|
"""
|
|
126
122
|
Rename a Deployment Conversation.
|
|
127
123
|
|
|
128
124
|
Args:
|
|
129
125
|
name (str): The new name of the conversation.
|
|
130
126
|
deployment_id (str): The deployment this conversation belongs to. This is required if not logged in.
|
|
131
|
-
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
132
127
|
"""
|
|
133
|
-
return self.client.rename_deployment_conversation(self.deployment_conversation_id, name, deployment_id
|
|
128
|
+
return self.client.rename_deployment_conversation(self.deployment_conversation_id, name, deployment_id)
|
|
134
129
|
|
|
135
130
|
def export(self, external_session_id: str = None):
|
|
136
131
|
"""
|
|
@@ -209,7 +209,7 @@ class DocumentRetriever(AbstractApiClass):
|
|
|
209
209
|
"""
|
|
210
210
|
return self.describe().latest_document_retriever_version.deployment_status
|
|
211
211
|
|
|
212
|
-
def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, Union[int, Dict[str, int]]] = None):
|
|
212
|
+
def get_matching_documents(self, query: str, filters: dict = None, limit: int = None, result_columns: list = None, max_words: int = None, num_retrieval_margin_words: int = None, max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None, filter_clause: str = None, crowding_limits: Dict[str, Union[int, Dict[str, int]]] = None, include_text_search: bool = False):
|
|
213
213
|
"""
|
|
214
214
|
Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
215
215
|
|
|
@@ -231,8 +231,9 @@ class DocumentRetriever(AbstractApiClass):
|
|
|
231
231
|
required_phrases (list): If provided, each result will have at least one of the phrases.
|
|
232
232
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
233
233
|
crowding_limits (dict): A dictionary mapping metadata columns to the maximum number of results per unique value of the column. This is used to ensure diversity of metadata attribute values in the results. If a particular attribute value has already reached its maximum count, further results with that same attribute value will be excluded from the final result set.
|
|
234
|
+
include_text_search (bool): If true, combine the ranking of results from a BM25 text search over the documents with the vector search using reciprocal rank fusion. It leverages both lexical and semantic matching for better overall results. It's particularly valuable in professional, technical, or specialized fields where both precision in terminology and understanding of context are important.
|
|
234
235
|
|
|
235
236
|
Returns:
|
|
236
237
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever.
|
|
237
238
|
"""
|
|
238
|
-
return self.client.get_matching_documents(self.document_retriever_id, query, filters, limit, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits)
|
|
239
|
+
return self.client.get_matching_documents(self.document_retriever_id, query, filters, limit, result_columns, max_words, num_retrieval_margin_words, max_words_per_chunk, score_multiplier_column, min_score, required_phrases, filter_clause, crowding_limits, include_text_search=include_text_search)
|