abacusai 1.2.6__tar.gz → 1.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.2.6/abacusai.egg-info → abacusai-1.2.7}/PKG-INFO +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/abstract.py +8 -6
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/ai_agents.py +7 -7
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/batch_prediction.py +0 -2
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/dataset_application_connector.py +5 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/enums.py +7 -0
- abacusai-1.2.7/abacusai/api_class/project.py +110 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_client_utils.py +9 -2
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/client.py +23 -15
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/deployment.py +3 -2
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/deployment_conversation.py +7 -5
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/deployment_conversation_event.py +9 -5
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_data.py +6 -4
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_retriever.py +9 -5
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_retriever_version.py +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/external_application.py +6 -4
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group.py +3 -3
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_app.py +9 -5
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_client.py +3 -2
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project_config.py +6 -4
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/schema.py +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.2.6 → abacusai-1.2.7}/setup.py +1 -1
- abacusai-1.2.6/abacusai/api_class/project.py +0 -40
- {abacusai-1.2.6 → abacusai-1.2.7}/.gitignore +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/LICENSE +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/README.md +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/__init__.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/abacus_api.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/agent.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/agent_data_upload_result.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/agent_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/algorithm.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/annotation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/annotation_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/annotation_document.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/annotations_status.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/model.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/api_key.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/app_user_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/application_connector.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/chat_message.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/chat_session.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/code_source.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/cryptography.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/custom_metric.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/data_metrics.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/database_connector.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/dataset.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/dataset_column.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/dataset_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_annotation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_store.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/document_store_import.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/eda_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/external_invite.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_importance.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/feature_record.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/file_connector.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/function_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/global_context.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/indexing_config.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/item_statistics.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_input.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/llm_response.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/memory_options.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_location.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_metrics.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_upload.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/module.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/nested_feature.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/notebook_template.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/null_violation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/organization_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/organization_secret.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/page_data.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_input.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/problem_type.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/project_validation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/public.pem +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/python_function.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/range_violation.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/requirements.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/return_class.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/streaming_client.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/training_config_options.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/upload.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/upload_part.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/use_case.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/user.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/user_exception.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai/webhook.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai.egg-info/SOURCES.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/.buildinfo +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/.nojekyll +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/client/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/basic.css +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/css/theme.css +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/doctools.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/file.png +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/graphviz.css +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/jquery.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/js/theme.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/language_data.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/minus.png +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/plus.png +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/pygments.css +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/searchtools.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/_static/underscore.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/client/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/genindex.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/index.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/objects.inv +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/py-modindex.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/search.html +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/docs/searchindex.js +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/examples/fullscript.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/featurestore.md +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/requirements.txt +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/setup.cfg +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/sphinx/build_docs +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/sphinx/conf.py +0 -0
- {abacusai-1.2.6 → abacusai-1.2.7}/sphinx/index.rst +0 -0
|
@@ -171,20 +171,22 @@ class ApiClass(ABC):
|
|
|
171
171
|
input_dict = {snake_case(k): v for k, v in input_dict.items()}
|
|
172
172
|
if not cls._support_kwargs:
|
|
173
173
|
# only use keys that are valid fields in the ApiClass
|
|
174
|
-
field_names = set((field.name) for field in dataclasses.fields(cls))
|
|
174
|
+
field_names = set((field.name) for field in dataclasses.fields(type(obj) if obj else cls))
|
|
175
175
|
input_dict = {k: v for k, v in input_dict.items() if k in field_names}
|
|
176
176
|
if obj is None:
|
|
177
177
|
obj = cls(**input_dict)
|
|
178
178
|
|
|
179
|
-
for attr_name, attr_type in get_type_hints(
|
|
180
|
-
if attr_name in input_dict and inspect.isclass(attr_type) and issubclass(attr_type, ApiClass):
|
|
179
|
+
for attr_name, attr_type in get_type_hints(type(obj)).items():
|
|
180
|
+
if attr_name in input_dict and isinstance(input_dict[attr_name], dict) and inspect.isclass(attr_type) and issubclass(attr_type, ApiClass):
|
|
181
181
|
setattr(obj, attr_name, attr_type.from_dict(input_dict[attr_name]))
|
|
182
182
|
elif attr_name in input_dict and get_origin(attr_type) is list and attr_type.__args__ and inspect.isclass(attr_type.__args__[0]) and issubclass(attr_type.__args__[0], ApiClass):
|
|
183
183
|
class_type = attr_type.__args__[0]
|
|
184
184
|
if isinstance(input_dict[attr_name], list):
|
|
185
|
-
|
|
185
|
+
if not all(isinstance(item, dict) or isinstance(item, class_type) for item in input_dict[attr_name]):
|
|
186
|
+
raise ValueError(attr_name, f'Expected list of {class_type} or dictionary for {attr_name}')
|
|
187
|
+
setattr(obj, attr_name, [item if isinstance(item, class_type) else class_type.from_dict(item) for item in input_dict[attr_name]])
|
|
186
188
|
else:
|
|
187
|
-
raise ValueError(f'Expected list for {attr_name} but got {type(input_dict[attr_name])}')
|
|
189
|
+
raise ValueError(attr_name, f'Expected list for {attr_name} but got {type(input_dict[attr_name])}')
|
|
188
190
|
|
|
189
191
|
return obj
|
|
190
192
|
|
|
@@ -200,7 +202,7 @@ class _ApiClassFactory(ABC):
|
|
|
200
202
|
support_kwargs = cls.config_abstract_class and cls.config_abstract_class._support_kwargs
|
|
201
203
|
is_upper_snake_case_keys = cls.config_abstract_class and cls.config_abstract_class._upper_snake_case_keys
|
|
202
204
|
config_class_key = upper_snake_case(cls.config_class_key) if is_upper_snake_case_keys else cls.config_class_key
|
|
203
|
-
# Logic here is that the we keep the config_class_key in snake_case if _upper_snake_case_keys
|
|
205
|
+
# Logic here is that the we keep the config_class_key in snake_case if _upper_snake_case_keys False else we convert it to upper_snake_case
|
|
204
206
|
# if _upper_snake_case_keys is False then we check in both casing: 1. snake_case and 2. camel_case
|
|
205
207
|
if not is_upper_snake_case_keys and config_class_key not in config and camel_case(config_class_key) in config:
|
|
206
208
|
config_class_key = camel_case(config_class_key)
|
|
@@ -28,7 +28,7 @@ class WorkflowNodeInputSchema(ApiClass):
|
|
|
28
28
|
A react-jsonschema-form conformant schema for workflow node input.
|
|
29
29
|
|
|
30
30
|
Args:
|
|
31
|
-
json_schema (dict): The json schema for the input conformant to react-jsonschema-form specification.
|
|
31
|
+
json_schema (dict): The json schema for the input conformant to react-jsonschema-form specification. Must define keys like "title", "type" and "properties".
|
|
32
32
|
ui_schema (dict): The ui schema for the input conformant to react-jsonschema-form specification.
|
|
33
33
|
"""
|
|
34
34
|
json_schema: dict
|
|
@@ -76,7 +76,7 @@ class WorkflowNodeInputMapping(ApiClass):
|
|
|
76
76
|
A mapping of input to a workflow node.
|
|
77
77
|
|
|
78
78
|
Args:
|
|
79
|
-
name (str): The name of the input.
|
|
79
|
+
name (str): The name of the input variable of the node function.
|
|
80
80
|
variable_type (WorkflowNodeInputType): The type of the input.
|
|
81
81
|
variable_source (str): The name of the node this variable is sourced from.
|
|
82
82
|
If the type is `WORKFLOW_VARIABLE`, the value given by the source node will be directly used.
|
|
@@ -140,8 +140,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
140
140
|
|
|
141
141
|
Args:
|
|
142
142
|
name (str): A unique name for the workflow node.
|
|
143
|
-
input_mappings (List[WorkflowNodeInputMapping]): List of input mappings for the node.
|
|
144
|
-
output_mappings (List[WorkflowNodeOutputMapping]): List of output mappings for the node.
|
|
143
|
+
input_mappings (List[WorkflowNodeInputMapping]): List of input mappings for the node. Each arg/kwarg of the node function should have a corresponding input mapping.
|
|
144
|
+
output_mappings (List[WorkflowNodeOutputMapping]): List of output mappings for the node. Each field in the returned dict/AgentResponse must have a corresponding output mapping.
|
|
145
145
|
function (callable): The callable node function reference.
|
|
146
146
|
input_schema (WorkflowNodeInputSchema): The react json schema for the input form if applicable.
|
|
147
147
|
output_schema (WorkflowNodeOutputSchema): The react json schema for the output if applicable.
|
|
@@ -161,8 +161,8 @@ class WorkflowGraphNode(ApiClass):
|
|
|
161
161
|
self.name = name
|
|
162
162
|
self.input_mappings = input_mappings
|
|
163
163
|
self.output_mappings = output_mappings
|
|
164
|
-
self.input_schema = input_schema if input_schema else {}
|
|
165
|
-
self.output_schema = output_schema if output_schema else {}
|
|
164
|
+
self.input_schema = input_schema if input_schema else WorkflowNodeInputSchema({})
|
|
165
|
+
self.output_schema = output_schema if output_schema else WorkflowNodeOutputSchema({})
|
|
166
166
|
self.package_requirements = package_requirements if package_requirements else []
|
|
167
167
|
|
|
168
168
|
def to_dict(self):
|
|
@@ -212,7 +212,7 @@ class WorkflowGraphEdge(ApiClass):
|
|
|
212
212
|
@dataclasses.dataclass
|
|
213
213
|
class WorkflowGraph(ApiClass):
|
|
214
214
|
"""
|
|
215
|
-
An Agent workflow graph.
|
|
215
|
+
An Agent workflow graph. The edges define the node invokation order. The workflow must follow linear invokation order.
|
|
216
216
|
|
|
217
217
|
Args:
|
|
218
218
|
nodes (List[WorkflowGraphNode]): A list of nodes in the workflow graph.
|
|
@@ -54,10 +54,8 @@ class NamedEntityExtractionBatchPredictionArgs(BatchPredictionArgs):
|
|
|
54
54
|
|
|
55
55
|
Args:
|
|
56
56
|
for_eval (bool): If True, the test fold which was created during training and used for metrics calculation will be used as input data. These predictions are hence, used for model evaluation.
|
|
57
|
-
verbose_predictions (bool): Return prediction inputs, predicted annotations and token label probabilities.
|
|
58
57
|
"""
|
|
59
58
|
for_eval: bool = dataclasses.field(default=None)
|
|
60
|
-
verbose_predictions: bool = dataclasses.field(default=None)
|
|
61
59
|
|
|
62
60
|
def __post_init__(self):
|
|
63
61
|
self.problem_type = enums.ProblemType.NAMED_ENTITY_EXTRACTION
|
|
@@ -144,7 +144,12 @@ class SharepointDatasetConfig(DatasetConfig):
|
|
|
144
144
|
class ZendeskDatasetConfig(DatasetConfig):
|
|
145
145
|
"""
|
|
146
146
|
Dataset config for Zendesk Application Connector
|
|
147
|
+
|
|
148
|
+
Args:
|
|
149
|
+
location (str): The regex location of the files to fetch
|
|
147
150
|
"""
|
|
151
|
+
location: str = dataclasses.field(default=None)
|
|
152
|
+
|
|
148
153
|
def __post_init__(self):
|
|
149
154
|
self.application_connector_type = enums.ApplicationConnectorType.ZENDESK
|
|
150
155
|
|
|
@@ -362,6 +362,7 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
362
362
|
ABACUSUSAGEMETRICS = 'ABACUSUSAGEMETRICS'
|
|
363
363
|
MICROSOFTAUTH = 'MICROSOFTAUTH'
|
|
364
364
|
FRESHSERVICE = 'FRESHSERVICE'
|
|
365
|
+
ZENDESKSUNSHINEMESSAGING = 'zendesksunshinemessaging'
|
|
365
366
|
|
|
366
367
|
|
|
367
368
|
class PythonFunctionArgumentType(ApiEnum):
|
|
@@ -412,6 +413,7 @@ class LLMName(ApiEnum):
|
|
|
412
413
|
OPENAI_GPT3_5 = 'OPENAI_GPT3_5'
|
|
413
414
|
OPENAI_GPT3_5_TEXT = 'OPENAI_GPT3_5_TEXT'
|
|
414
415
|
LLAMA3_LARGE_CHAT = 'LLAMA3_LARGE_CHAT'
|
|
416
|
+
GROQ_LLAMA3_LARGE_CHAT = 'GROQ_LLAMA3_LARGE_CHAT'
|
|
415
417
|
CLAUDE_V2_1 = 'CLAUDE_V2_1'
|
|
416
418
|
CLAUDE_V3_OPUS = 'CLAUDE_V3_OPUS'
|
|
417
419
|
CLAUDE_V3_SONNET = 'CLAUDE_V3_SONNET'
|
|
@@ -541,3 +543,8 @@ class AgentInterface(ApiEnum):
|
|
|
541
543
|
# Duplicated in reainternal.enums, both should be kept in sync
|
|
542
544
|
DEFAULT = 'DEFAULT'
|
|
543
545
|
CHAT = 'CHAT'
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
class ProjectConfigType(ApiEnum):
|
|
549
|
+
CONSTRAINTS = 'CONSTRAINTS'
|
|
550
|
+
REVIEW_MODE = 'REVIEW_MODE'
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
from typing import List, Optional
|
|
3
|
+
|
|
4
|
+
from . import enums
|
|
5
|
+
from .abstract import ApiClass, _ApiClassFactory
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@dataclasses.dataclass
|
|
9
|
+
class FeatureMappingConfig(ApiClass):
|
|
10
|
+
"""
|
|
11
|
+
Feature mapping configuration for a feature group type.
|
|
12
|
+
|
|
13
|
+
Args:
|
|
14
|
+
feature_name (str): The name of the feature in the feature group.
|
|
15
|
+
feature_mapping (str): The desired feature mapping for the feature.
|
|
16
|
+
nested_feature_name (str): The name of the nested feature in the feature group.
|
|
17
|
+
"""
|
|
18
|
+
feature_name: str
|
|
19
|
+
feature_mapping: str = dataclasses.field(default=None)
|
|
20
|
+
nested_feature_name: str = dataclasses.field(default=None)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
@dataclasses.dataclass
|
|
24
|
+
class ProjectFeatureGroupTypeMappingsConfig(ApiClass):
|
|
25
|
+
"""
|
|
26
|
+
Project feature group type mappings.
|
|
27
|
+
|
|
28
|
+
Args:
|
|
29
|
+
feature_group_id (str): The unique identifier for the feature group.
|
|
30
|
+
feature_group_type (str): The feature group type.
|
|
31
|
+
feature_mappings (List[FeatureMappingConfig]): The feature mappings for the feature group.
|
|
32
|
+
"""
|
|
33
|
+
feature_group_id: str
|
|
34
|
+
feature_group_type: str = dataclasses.field(default=None)
|
|
35
|
+
feature_mappings: List[FeatureMappingConfig] = dataclasses.field(default=list)
|
|
36
|
+
|
|
37
|
+
@classmethod
|
|
38
|
+
def from_dict(cls, input_dict: dict):
|
|
39
|
+
inst = cls(**input_dict)
|
|
40
|
+
inst.feature_mappings = [FeatureMappingConfig.from_dict(fm) for fm in input_dict.get('feature_mappings') or []]
|
|
41
|
+
return inst
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@dataclasses.dataclass
|
|
45
|
+
class ConstraintConfig(ApiClass):
|
|
46
|
+
"""
|
|
47
|
+
Constraint configuration.
|
|
48
|
+
|
|
49
|
+
Args:
|
|
50
|
+
constant (float): The constant value for the constraint.
|
|
51
|
+
operator (str): The operator for the constraint. Could be 'EQ', 'LE', 'GE'
|
|
52
|
+
enforcement (str): The enforcement for the constraint. Could be 'HARD' or 'SOFT'
|
|
53
|
+
code (str): The code for the constraint.
|
|
54
|
+
penalty (float): The penalty for violating the constraint.
|
|
55
|
+
"""
|
|
56
|
+
constant: float
|
|
57
|
+
operator: str
|
|
58
|
+
enforcement: str
|
|
59
|
+
code: Optional[str] = dataclasses.field(default=None)
|
|
60
|
+
penalty: Optional[float] = dataclasses.field(default=None)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
@dataclasses.dataclass
|
|
64
|
+
class ProjectFeatureGroupConfig(ApiClass):
|
|
65
|
+
"""
|
|
66
|
+
An abstract class for project feature group configuration.
|
|
67
|
+
"""
|
|
68
|
+
type: enums.ProjectConfigType = dataclasses.field(default=None, repr=False, init=False)
|
|
69
|
+
|
|
70
|
+
@classmethod
|
|
71
|
+
def _get_builder(cls):
|
|
72
|
+
return _ProjectFeatureGroupConfigFactory
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
@dataclasses.dataclass
|
|
76
|
+
class ConstraintProjectFeatureGroupConfig(ProjectFeatureGroupConfig):
|
|
77
|
+
"""
|
|
78
|
+
Constraint project feature group configuration.
|
|
79
|
+
|
|
80
|
+
Args:
|
|
81
|
+
constraints (List[ConstraintConfig]): The constraint for the feature group. Should be a list of one ConstraintConfig.
|
|
82
|
+
"""
|
|
83
|
+
constraints: List[ConstraintConfig]
|
|
84
|
+
|
|
85
|
+
def __post_init__(self):
|
|
86
|
+
self.type = enums.ProjectConfigType.CONSTRAINTS
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
@dataclasses.dataclass
|
|
90
|
+
class ReviewModeProjectFeatureGroupConfig(ProjectFeatureGroupConfig):
|
|
91
|
+
"""
|
|
92
|
+
Review mode project feature group configuration.
|
|
93
|
+
|
|
94
|
+
Args:
|
|
95
|
+
is_review_mode (bool): The review mode for the feature group.
|
|
96
|
+
"""
|
|
97
|
+
is_review_mode: bool
|
|
98
|
+
|
|
99
|
+
def __post_init__(self):
|
|
100
|
+
self.type = enums.ProjectConfigType.REVIEW_MODE
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
@dataclasses.dataclass
|
|
104
|
+
class _ProjectFeatureGroupConfigFactory(_ApiClassFactory):
|
|
105
|
+
config_abstract_class = ProjectFeatureGroupConfig
|
|
106
|
+
config_class_key = 'type'
|
|
107
|
+
config_class_map = {
|
|
108
|
+
enums.ProjectConfigType.CONSTRAINTS: ConstraintProjectFeatureGroupConfig,
|
|
109
|
+
enums.ProjectConfigType.REVIEW_MODE: ReviewModeProjectFeatureGroupConfig
|
|
110
|
+
}
|
|
@@ -190,6 +190,7 @@ class DocstoreUtils:
|
|
|
190
190
|
LAST_PAGE = 'last_page'
|
|
191
191
|
PAGE_TEXT = 'page_text'
|
|
192
192
|
PAGES = 'pages'
|
|
193
|
+
CONTENT = 'content'
|
|
193
194
|
TOKENS = 'tokens'
|
|
194
195
|
PAGES_ZIP_METADATA = 'pages_zip_metadata'
|
|
195
196
|
PAGE_DATA = 'page_data'
|
|
@@ -363,9 +364,15 @@ class DocstoreUtils:
|
|
|
363
364
|
for page_no, (h, w) in enumerate(zip(height_list, width_list))]
|
|
364
365
|
result.update(
|
|
365
366
|
{cls.TOKENS: tokens, cls.METADATA: metadata_list})
|
|
367
|
+
|
|
366
368
|
if cls.EXTRACTED_TEXT in group:
|
|
367
|
-
|
|
368
|
-
result.update({cls.EXTRACTED_TEXT:
|
|
369
|
+
pagewise_extracted_text = list(group[cls.EXTRACTED_TEXT])
|
|
370
|
+
result.update({cls.EXTRACTED_TEXT: pagewise_extracted_text})
|
|
371
|
+
elif cls.TOKENS in group:
|
|
372
|
+
pagewise_extracted_text = [' '.join([(token or {}).get(
|
|
373
|
+
cls.CONTENT) or '' for token in page_tokens]) for page_tokens in group[cls.TOKENS]]
|
|
374
|
+
result.update({cls.EXTRACTED_TEXT: pagewise_extracted_text})
|
|
375
|
+
|
|
369
376
|
return result
|
|
370
377
|
|
|
371
378
|
doc_infos = pages_df.groupby(doc_id_column).apply(
|
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
87
|
-
self.deprecated_keys = {'
|
|
87
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
88
88
|
|
|
89
89
|
def __repr__(self):
|
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
|
103
|
-
self.deprecated_keys = {'
|
|
103
|
+
self.deprecated_keys = {'explanations', 'global_prediction_args'}
|
|
104
104
|
|
|
105
105
|
def __repr__(self):
|
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
|
@@ -38,8 +38,8 @@ from .api_class import (
|
|
|
38
38
|
DocumentRetrieverConfig, EvalArtifactType, FeatureGroupExportConfig,
|
|
39
39
|
ForecastingMonitorConfig, IncrementalDatabaseConnectorConfig, LLMName,
|
|
40
40
|
MergeConfig, ParsingConfig, PredictionArguments, ProblemType,
|
|
41
|
-
PythonFunctionType, SamplingConfig,
|
|
42
|
-
get_clean_function_source_code
|
|
41
|
+
ProjectFeatureGroupConfig, PythonFunctionType, SamplingConfig,
|
|
42
|
+
TrainingConfig, WorkflowGraph, get_clean_function_source_code
|
|
43
43
|
)
|
|
44
44
|
from .api_class.abstract import get_clean_function_source_code, snake_case
|
|
45
45
|
from .api_class.ai_agents import WorkflowGraph
|
|
@@ -3894,7 +3894,7 @@ class ApiClient(ReadOnlyClient):
|
|
|
3894
3894
|
|
|
3895
3895
|
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,
|
|
3896
3896
|
max_words_per_chunk: int = None, score_multiplier_column: str = None, min_score: float = None, required_phrases: list = None,
|
|
3897
|
-
filter_clause: str = None) -> List[DocumentRetrieverLookupResult]:
|
|
3897
|
+
filter_clause: str = None, crowding_limits: Dict[str, int] = None) -> List[DocumentRetrieverLookupResult]:
|
|
3898
3898
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
3899
3899
|
|
|
3900
3900
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -3915,12 +3915,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
3915
3915
|
min_score (float): If provided, will filter out the results with score lower than the value specified.
|
|
3916
3916
|
required_phrases (list): If provided, each result will have at least one of the phrases.
|
|
3917
3917
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
3918
|
+
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.
|
|
3918
3919
|
Returns:
|
|
3919
3920
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
3920
3921
|
|
|
3921
3922
|
deployment_token, deployment_id = self._get_doc_retriever_deployment_info(
|
|
3922
3923
|
document_retriever_id)
|
|
3923
|
-
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)
|
|
3924
|
+
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)
|
|
3924
3925
|
|
|
3925
3926
|
def create_model_from_files(self, project_id: str, location: str, name: str = None, custom_artifact_filenames: dict = {}, model_config: dict = {}) -> Model:
|
|
3926
3927
|
"""Creates a new Model and returns Upload IDs for uploading the model artifacts.
|
|
@@ -4306,13 +4307,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
4306
4307
|
feature_group_type (str): The feature group type of the feature group, based on the use case under which the feature group is being created."""
|
|
4307
4308
|
return self._call_api('addFeatureGroupToProject', 'POST', query_params={}, body={'featureGroupId': feature_group_id, 'projectId': project_id, 'featureGroupType': feature_group_type})
|
|
4308
4309
|
|
|
4309
|
-
def set_project_feature_group_config(self, feature_group_id: str, project_id: str, project_config: dict = None):
|
|
4310
|
+
def set_project_feature_group_config(self, feature_group_id: str, project_id: str, project_config: Union[dict, ProjectFeatureGroupConfig] = None):
|
|
4310
4311
|
"""Sets a feature group's project config
|
|
4311
4312
|
|
|
4312
4313
|
Args:
|
|
4313
4314
|
feature_group_id (str): Unique string identifier for the feature group.
|
|
4314
4315
|
project_id (str): Unique string identifier for the project.
|
|
4315
|
-
project_config (
|
|
4316
|
+
project_config (ProjectFeatureGroupConfig): Feature group's project configuration."""
|
|
4316
4317
|
return self._call_api('setProjectFeatureGroupConfig', 'PATCH', query_params={}, body={'featureGroupId': feature_group_id, 'projectId': project_id, 'projectConfig': project_config})
|
|
4317
4318
|
|
|
4318
4319
|
def remove_feature_group_from_project(self, feature_group_id: str, project_id: str):
|
|
@@ -5547,19 +5548,20 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5547
5548
|
PageData: The extracted page data."""
|
|
5548
5549
|
return self._proxy_request('getDocstorePageData', 'POST', query_params={}, body={'docId': doc_id, 'page': page, 'documentProcessingConfig': document_processing_config, 'documentProcessingVersion': document_processing_version}, parse_type=PageData, is_sync=True)
|
|
5549
5550
|
|
|
5550
|
-
def get_docstore_document_data(self, doc_id: str, document_processing_config: Union[dict, DocumentProcessingConfig] = None, document_processing_version: str = None) -> DocumentData:
|
|
5551
|
+
def get_docstore_document_data(self, doc_id: str, document_processing_config: Union[dict, DocumentProcessingConfig] = None, document_processing_version: str = None, return_extracted_page_text: bool = False) -> DocumentData:
|
|
5551
5552
|
"""Returns the extracted data for a document.
|
|
5552
5553
|
|
|
5553
5554
|
Args:
|
|
5554
5555
|
doc_id (str): A unique Docstore string identifier for the document.
|
|
5555
5556
|
document_processing_config (DocumentProcessingConfig): The document processing configuration to use for returning the data. If not provided, the latest available data or the default configuration will be used.
|
|
5556
5557
|
document_processing_version (str): The document processing version to use for returning the data. If not provided, the latest version will be used.
|
|
5558
|
+
return_extracted_page_text (bool): (Optional) Whether to return list of extracted text for each page.
|
|
5557
5559
|
|
|
5558
5560
|
Returns:
|
|
5559
5561
|
DocumentData: The extracted document data."""
|
|
5560
|
-
return self._call_api('getDocstoreDocumentData', 'POST', query_params={}, body={'docId': doc_id, 'documentProcessingConfig': document_processing_config, 'documentProcessingVersion': document_processing_version}, parse_type=DocumentData)
|
|
5562
|
+
return self._call_api('getDocstoreDocumentData', 'POST', query_params={}, body={'docId': doc_id, 'documentProcessingConfig': document_processing_config, 'documentProcessingVersion': document_processing_version, 'returnExtractedPageText': return_extracted_page_text}, parse_type=DocumentData)
|
|
5561
5563
|
|
|
5562
|
-
def extract_document_data(self, document: io.TextIOBase = None, doc_id: str = None, document_processing_config: Union[dict, DocumentProcessingConfig] = None, start_page: int = None, end_page: int = None) -> DocumentData:
|
|
5564
|
+
def extract_document_data(self, document: io.TextIOBase = None, doc_id: str = None, document_processing_config: Union[dict, DocumentProcessingConfig] = None, start_page: int = None, end_page: int = None, return_extracted_page_text: bool = False) -> DocumentData:
|
|
5563
5565
|
"""Extracts data from a document.
|
|
5564
5566
|
|
|
5565
5567
|
Args:
|
|
@@ -5568,10 +5570,11 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5568
5570
|
document_processing_config (DocumentProcessingConfig): The document processing configuration.
|
|
5569
5571
|
start_page (int): (Optional) The starting page to extract data from. Pages are indexed starting from 0. If not provided, the first page will be used.
|
|
5570
5572
|
end_page (int): (Optional) The last page to extract data from. Pages are indexed starting from 0. If not provided, the last page will be used.
|
|
5573
|
+
return_extracted_page_text (bool): (Optional) Whether to return list of extracted text for each page.
|
|
5571
5574
|
|
|
5572
5575
|
Returns:
|
|
5573
5576
|
DocumentData: The extracted document data."""
|
|
5574
|
-
return self._proxy_request('ExtractDocumentData', 'POST', query_params={}, body={'docId': doc_id, 'documentProcessingConfig': json.dumps(document_processing_config), 'startPage': start_page, 'endPage': end_page}, files={'document': document}, parse_type=DocumentData)
|
|
5577
|
+
return self._proxy_request('ExtractDocumentData', 'POST', query_params={}, body={'docId': doc_id, 'documentProcessingConfig': json.dumps(document_processing_config), 'startPage': start_page, 'endPage': end_page, 'returnExtractedPageText': return_extracted_page_text}, files={'document': document}, parse_type=DocumentData)
|
|
5575
5578
|
|
|
5576
5579
|
def get_training_config_options(self, project_id: str, feature_group_ids: List = None, for_retrain: bool = False, current_training_config: Union[dict, TrainingConfig] = None) -> List[TrainingConfigOptions]:
|
|
5577
5580
|
"""Retrieves the full initial description of the model training configuration options available for the specified project. The configuration options available are determined by the use case associated with the specified project. Refer to the [Use Case Documentation]({USE_CASES_URL}) for more information on use cases and use case-specific configuration options.
|
|
@@ -7078,7 +7081,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7078
7081
|
deployment_id, deployment_token) if deployment_token else None
|
|
7079
7082
|
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}, server_override=prediction_url)
|
|
7080
7083
|
|
|
7081
|
-
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) -> List[DocumentRetrieverLookupResult]:
|
|
7084
|
+
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]:
|
|
7082
7085
|
"""Lookup document retrievers and return the matching documents from the document retriever deployed with given query.
|
|
7083
7086
|
|
|
7084
7087
|
Original documents are splitted into chunks and stored in the document retriever. This lookup function will return the relevant chunks
|
|
@@ -7100,12 +7103,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7100
7103
|
min_score (float): If provided, will filter out the results with score less than the value specified.
|
|
7101
7104
|
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.
|
|
7102
7105
|
filter_clause (str): If provided, filter the results of the query using this sql where clause.
|
|
7106
|
+
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.
|
|
7103
7107
|
|
|
7104
7108
|
Returns:
|
|
7105
7109
|
list[DocumentRetrieverLookupResult]: The relevant documentation results found from the document retriever."""
|
|
7106
7110
|
prediction_url = self._get_prediction_endpoint(
|
|
7107
7111
|
deployment_id, deployment_token) if deployment_token else None
|
|
7108
|
-
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}, parse_type=DocumentRetrieverLookupResult, server_override=prediction_url)
|
|
7112
|
+
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)
|
|
7109
7113
|
|
|
7110
7114
|
def execute_agent_with_binary_data(self, deployment_token: str, deployment_id: str, arguments: list = None, keyword_arguments: dict = None, deployment_conversation_id: str = None, external_session_id: str = None, blobs: None = None) -> Dict:
|
|
7111
7115
|
"""Executes a deployed AI agent function with binary data as inputs.
|
|
@@ -7925,17 +7929,18 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7925
7929
|
list[AbacusApi]: A list of suggested Abacus APIs"""
|
|
7926
7930
|
return self._call_api('suggestAbacusApis', 'POST', query_params={}, body={'query': query, 'verbosity': verbosity, 'limit': limit, 'includeScores': include_scores}, parse_type=AbacusApi)
|
|
7927
7931
|
|
|
7928
|
-
def create_deployment_conversation(self, deployment_id: str, name: str, deployment_token: str = None) -> DeploymentConversation:
|
|
7932
|
+
def create_deployment_conversation(self, deployment_id: str, name: str, deployment_token: str = None, external_application_id: str = None) -> DeploymentConversation:
|
|
7929
7933
|
"""Creates a deployment conversation.
|
|
7930
7934
|
|
|
7931
7935
|
Args:
|
|
7932
7936
|
deployment_id (str): The deployment this conversation belongs to.
|
|
7933
7937
|
name (str): The name of the conversation.
|
|
7934
7938
|
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
7939
|
+
external_application_id (str): The external application id associated with the deployment conversation.
|
|
7935
7940
|
|
|
7936
7941
|
Returns:
|
|
7937
7942
|
DeploymentConversation: The deployment conversation."""
|
|
7938
|
-
return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name}, parse_type=DeploymentConversation, is_sync=True)
|
|
7943
|
+
return self._proxy_request('createDeploymentConversation', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'name': name, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
7939
7944
|
|
|
7940
7945
|
def delete_deployment_conversation(self, deployment_conversation_id: str, deployment_id: str = None, deployment_token: str = None):
|
|
7941
7946
|
"""Delete a Deployment Conversation.
|
|
@@ -8259,7 +8264,10 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8259
8264
|
return self._call_api('getDocumentSnippet', 'POST', query_params={}, body={'documentRetrieverId': document_retriever_id, 'documentId': document_id, 'startWordIndex': start_word_index, 'endWordIndex': end_word_index}, parse_type=DocumentRetrieverLookupResult)
|
|
8260
8265
|
|
|
8261
8266
|
def restart_document_retriever(self, document_retriever_id: str):
|
|
8262
|
-
"""Restart the document retriever if it is stopped.
|
|
8267
|
+
"""Restart the document retriever if it is stopped. This will start the deployment of the document retriever,
|
|
8268
|
+
|
|
8269
|
+
but will not wait for it to be ready. You need to call wait_until_ready to wait until the deployment is ready.
|
|
8270
|
+
|
|
8263
8271
|
|
|
8264
8272
|
Args:
|
|
8265
8273
|
document_retriever_id (str): A unique string identifier associated with the document retriever."""
|
|
@@ -455,18 +455,19 @@ class Deployment(AbstractApiClass):
|
|
|
455
455
|
"""
|
|
456
456
|
return self.client.get_feature_group_row_process_logs_by_key(self.deployment_id, primary_key_value)
|
|
457
457
|
|
|
458
|
-
def create_conversation(self, name: str, deployment_token: str = None):
|
|
458
|
+
def create_conversation(self, name: str, deployment_token: str = None, external_application_id: str = None):
|
|
459
459
|
"""
|
|
460
460
|
Creates a deployment conversation.
|
|
461
461
|
|
|
462
462
|
Args:
|
|
463
463
|
name (str): The name of the conversation.
|
|
464
464
|
deployment_token (str): The deployment token to authenticate access to the deployment. This is required if not logged in.
|
|
465
|
+
external_application_id (str): The external application id associated with the deployment conversation.
|
|
465
466
|
|
|
466
467
|
Returns:
|
|
467
468
|
DeploymentConversation: The deployment conversation.
|
|
468
469
|
"""
|
|
469
|
-
return self.client.create_deployment_conversation(self.deployment_id, name, deployment_token)
|
|
470
|
+
return self.client.create_deployment_conversation(self.deployment_id, name, deployment_token, external_application_id)
|
|
470
471
|
|
|
471
472
|
def list_conversations(self):
|
|
472
473
|
"""
|
|
@@ -15,10 +15,11 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
15
15
|
lastEventCreatedAt (str): The timestamp at which the most recent corresponding deployment conversation event was created at.
|
|
16
16
|
externalSessionId (str): The external session id associated with the deployment conversation.
|
|
17
17
|
regenerateAttempt (int): The sequence number of regeneration. Not regenerated if 0.
|
|
18
|
+
externalApplicationId (str): The external application id associated with the deployment conversation.
|
|
18
19
|
history (DeploymentConversationEvent): The history of the deployment conversation.
|
|
19
20
|
"""
|
|
20
21
|
|
|
21
|
-
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, history={}):
|
|
22
|
+
def __init__(self, client, deploymentConversationId=None, name=None, deploymentId=None, createdAt=None, lastEventCreatedAt=None, externalSessionId=None, regenerateAttempt=None, externalApplicationId=None, history={}):
|
|
22
23
|
super().__init__(client, deploymentConversationId)
|
|
23
24
|
self.deployment_conversation_id = deploymentConversationId
|
|
24
25
|
self.name = name
|
|
@@ -27,13 +28,14 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
27
28
|
self.last_event_created_at = lastEventCreatedAt
|
|
28
29
|
self.external_session_id = externalSessionId
|
|
29
30
|
self.regenerate_attempt = regenerateAttempt
|
|
31
|
+
self.external_application_id = externalApplicationId
|
|
30
32
|
self.history = client._build_class(
|
|
31
33
|
DeploymentConversationEvent, history)
|
|
32
34
|
self.deprecated_keys = {}
|
|
33
35
|
|
|
34
36
|
def __repr__(self):
|
|
35
|
-
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(
|
|
36
|
-
self.
|
|
37
|
+
repr_dict = {f'deployment_conversation_id': repr(self.deployment_conversation_id), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'created_at': repr(self.created_at), f'last_event_created_at': repr(
|
|
38
|
+
self.last_event_created_at), f'external_session_id': repr(self.external_session_id), f'regenerate_attempt': repr(self.regenerate_attempt), f'external_application_id': repr(self.external_application_id), f'history': repr(self.history)}
|
|
37
39
|
class_name = "DeploymentConversation"
|
|
38
40
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
39
41
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -46,8 +48,8 @@ class DeploymentConversation(AbstractApiClass):
|
|
|
46
48
|
Returns:
|
|
47
49
|
dict: The dict value representation of the class parameters
|
|
48
50
|
"""
|
|
49
|
-
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'created_at': self.created_at, 'last_event_created_at':
|
|
50
|
-
|
|
51
|
+
resp = {'deployment_conversation_id': self.deployment_conversation_id, 'name': self.name, 'deployment_id': self.deployment_id, 'created_at': self.created_at, 'last_event_created_at': self.last_event_created_at,
|
|
52
|
+
'external_session_id': self.external_session_id, 'regenerate_attempt': self.regenerate_attempt, 'external_application_id': self.external_application_id, 'history': self._get_attribute_as_dict(self.history)}
|
|
51
53
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
52
54
|
|
|
53
55
|
def get(self, external_session_id: str = None, deployment_id: str = None, deployment_token: str = None, filter_intermediate_conversation_events: bool = True):
|
|
@@ -27,9 +27,11 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
27
27
|
agentResponse (dict): Response from the agent. Only for conversation with agents.
|
|
28
28
|
error (str): The error message in case of an error.
|
|
29
29
|
segments (list): The segments of the message.
|
|
30
|
+
streamedData (str): Aggregated streamed messages from the agent.
|
|
31
|
+
streamedSectionData (str): Aggregated streamed section outputs from the agent in a list.
|
|
30
32
|
"""
|
|
31
33
|
|
|
32
|
-
def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None):
|
|
34
|
+
def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None, streamedData=None, streamedSectionData=None):
|
|
33
35
|
super().__init__(client, None)
|
|
34
36
|
self.role = role
|
|
35
37
|
self.text = text
|
|
@@ -51,11 +53,13 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
51
53
|
self.agent_response = agentResponse
|
|
52
54
|
self.error = error
|
|
53
55
|
self.segments = segments
|
|
56
|
+
self.streamed_data = streamedData
|
|
57
|
+
self.streamed_section_data = streamedSectionData
|
|
54
58
|
self.deprecated_keys = {}
|
|
55
59
|
|
|
56
60
|
def __repr__(self):
|
|
57
|
-
repr_dict = {f'role': repr(self.role), f'text': repr(self.text), f'timestamp': repr(self.timestamp), f'message_index': repr(self.message_index), f'regenerate_attempt': repr(self.regenerate_attempt), f'model_version': repr(self.model_version), f'search_results': repr(self.search_results), f'is_useful': repr(self.is_useful), f'feedback': repr(self.feedback), f'feedback_type': repr(self.feedback_type), f'doc_infos': repr(
|
|
58
|
-
self.
|
|
61
|
+
repr_dict = {f'role': repr(self.role), f'text': repr(self.text), f'timestamp': repr(self.timestamp), f'message_index': repr(self.message_index), f'regenerate_attempt': repr(self.regenerate_attempt), f'model_version': repr(self.model_version), f'search_results': repr(self.search_results), f'is_useful': repr(self.is_useful), f'feedback': repr(self.feedback), f'feedback_type': repr(self.feedback_type), f'doc_infos': repr(self.doc_infos), f'keyword_arguments': repr(
|
|
62
|
+
self.keyword_arguments), f'input_params': repr(self.input_params), f'attachments': repr(self.attachments), f'response_version': repr(self.response_version), f'agent_workflow_node_id': repr(self.agent_workflow_node_id), f'chat_type': repr(self.chat_type), f'agent_response': repr(self.agent_response), f'error': repr(self.error), f'segments': repr(self.segments), f'streamed_data': repr(self.streamed_data), f'streamed_section_data': repr(self.streamed_section_data)}
|
|
59
63
|
class_name = "DeploymentConversationEvent"
|
|
60
64
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
61
65
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -68,6 +72,6 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
68
72
|
Returns:
|
|
69
73
|
dict: The dict value representation of the class parameters
|
|
70
74
|
"""
|
|
71
|
-
resp = {'role': self.role, 'text': self.text, 'timestamp': self.timestamp, 'message_index': self.message_index, 'regenerate_attempt': self.regenerate_attempt, 'model_version': self.model_version, 'search_results': self.search_results, 'is_useful': self.is_useful, 'feedback': self.feedback, 'feedback_type': self.feedback_type, 'doc_infos': self.doc_infos,
|
|
72
|
-
'
|
|
75
|
+
resp = {'role': self.role, 'text': self.text, 'timestamp': self.timestamp, 'message_index': self.message_index, 'regenerate_attempt': self.regenerate_attempt, 'model_version': self.model_version, 'search_results': self.search_results, 'is_useful': self.is_useful, 'feedback': self.feedback, 'feedback_type': self.feedback_type, 'doc_infos': self.doc_infos, 'keyword_arguments': self.keyword_arguments,
|
|
76
|
+
'input_params': self.input_params, 'attachments': self.attachments, 'response_version': self.response_version, 'agent_workflow_node_id': self.agent_workflow_node_id, 'chat_type': self.chat_type, 'agent_response': self.agent_response, 'error': self.error, 'segments': self.segments, 'streamed_data': self.streamed_data, 'streamed_section_data': self.streamed_section_data}
|
|
73
77
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -17,9 +17,10 @@ class DocumentData(AbstractApiClass):
|
|
|
17
17
|
tokens (list): List of extracted tokens in the document obtained from OCR.
|
|
18
18
|
metadata (list): List of metadata for each page in the document.
|
|
19
19
|
pageMarkdown (list): The markdown text for the page.
|
|
20
|
+
extractedPageText (list): List of extracted text for each page in the document obtained from OCR.
|
|
20
21
|
"""
|
|
21
22
|
|
|
22
|
-
def __init__(self, client, docId=None, mimeType=None, pageCount=None, totalPageCount=None, extractedText=None, embeddedText=None, pages=None, tokens=None, metadata=None, pageMarkdown=None):
|
|
23
|
+
def __init__(self, client, docId=None, mimeType=None, pageCount=None, totalPageCount=None, extractedText=None, embeddedText=None, pages=None, tokens=None, metadata=None, pageMarkdown=None, extractedPageText=None):
|
|
23
24
|
super().__init__(client, None)
|
|
24
25
|
self.doc_id = docId
|
|
25
26
|
self.mime_type = mimeType
|
|
@@ -31,11 +32,12 @@ class DocumentData(AbstractApiClass):
|
|
|
31
32
|
self.tokens = tokens
|
|
32
33
|
self.metadata = metadata
|
|
33
34
|
self.page_markdown = pageMarkdown
|
|
35
|
+
self.extracted_page_text = extractedPageText
|
|
34
36
|
self.deprecated_keys = {}
|
|
35
37
|
|
|
36
38
|
def __repr__(self):
|
|
37
|
-
repr_dict = {f'doc_id': repr(self.doc_id), f'mime_type': repr(self.mime_type), f'page_count': repr(self.page_count), f'total_page_count': repr(self.total_page_count), f'extracted_text': repr(
|
|
38
|
-
self.
|
|
39
|
+
repr_dict = {f'doc_id': repr(self.doc_id), f'mime_type': repr(self.mime_type), f'page_count': repr(self.page_count), f'total_page_count': repr(self.total_page_count), f'extracted_text': repr(self.extracted_text), f'embedded_text': repr(
|
|
40
|
+
self.embedded_text), f'pages': repr(self.pages), f'tokens': repr(self.tokens), f'metadata': repr(self.metadata), f'page_markdown': repr(self.page_markdown), f'extracted_page_text': repr(self.extracted_page_text)}
|
|
39
41
|
class_name = "DocumentData"
|
|
40
42
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
41
43
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -49,5 +51,5 @@ class DocumentData(AbstractApiClass):
|
|
|
49
51
|
dict: The dict value representation of the class parameters
|
|
50
52
|
"""
|
|
51
53
|
resp = {'doc_id': self.doc_id, 'mime_type': self.mime_type, 'page_count': self.page_count, 'total_page_count': self.total_page_count, 'extracted_text': self.extracted_text,
|
|
52
|
-
'embedded_text': self.embedded_text, 'pages': self.pages, 'tokens': self.tokens, 'metadata': self.metadata, 'page_markdown': self.page_markdown}
|
|
54
|
+
'embedded_text': self.embedded_text, 'pages': self.pages, 'tokens': self.tokens, 'metadata': self.metadata, 'page_markdown': self.page_markdown, 'extracted_page_text': self.extracted_page_text}
|
|
53
55
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|