abacusai 1.3.9__tar.gz → 1.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.3.9/abacusai.egg-info → abacusai-1.4.1}/PKG-INFO +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/__init__.py +1 -1
- abacusai-1.4.1/abacusai/agent_conversation.py +34 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/abstract.py +51 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/ai_agents.py +7 -3
- abacusai-1.4.1/abacusai/api_class/ai_chat.py +40 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/enums.py +9 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/model.py +0 -13
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/segments.py +4 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/batch_prediction_version.py +1 -1
- abacusai-1.4.1/abacusai/chatllm_referral_invite.py +37 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/client.py +67 -31
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment.py +19 -4
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment_conversation.py +22 -5
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/document_retriever_lookup_result.py +9 -5
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/external_invite.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group.py +3 -2
- abacusai-1.4.1/abacusai/prediction_log_record.py +43 -0
- abacusai-1.4.1/abacusai/public.pem +5 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/return_class.py +9 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/schema.py +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai.egg-info/SOURCES.txt +3 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/.buildinfo +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +27 -4
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +6 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +56 -6
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +288 -38
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +9 -3
- abacusai-1.4.1/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +305 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +40 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/client/index.rst.txt +26 -8
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +3 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/index.rst.txt +284 -46
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model/index.rst.txt +5 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project/index.rst.txt +5 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/searchtools.js +1 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/ai_agents/index.html +32 -4
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +9 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/enums/index.html +68 -18
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/index.html +966 -670
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/model/index.html +9 -3
- abacusai-1.4.1/docs/autoapi/abacusai/api_class/segments/index.html +524 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_client_utils/index.html +40 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/client/index.html +27 -10
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment_conversation/index.html +2 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/index.html +445 -113
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model/index.html +3 -2
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project/index.html +3 -2
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/genindex.html +446 -162
- abacusai-1.4.1/docs/objects.inv +0 -0
- abacusai-1.4.1/docs/searchindex.js +1 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/setup.py +1 -1
- abacusai-1.3.9/abacusai/api_class/ai_chat.py +0 -18
- abacusai-1.3.9/abacusai/public.pem +0 -5
- abacusai-1.3.9/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -170
- abacusai-1.3.9/docs/autoapi/abacusai/api_class/segments/index.html +0 -348
- abacusai-1.3.9/docs/objects.inv +0 -0
- abacusai-1.3.9/docs/searchindex.js +0 -1
- {abacusai-1.3.9 → abacusai-1.4.1}/.gitignore +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/LICENSE +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/README.md +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/abacus_api.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/agent.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/agent_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/algorithm.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/annotation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/annotation_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/annotation_document.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/annotations_status.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/project.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/api_key.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/app_user_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/application_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/chat_message.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/chat_session.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/code_source.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/cryptography.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/custom_metric.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/data_metrics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/database_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/dataset_column.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/dataset_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/document_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/document_retriever.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/eda_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/external_application.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_importance.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/feature_record.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/file_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/function_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/global_context.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/indexing_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/item_statistics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_app.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/llm_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/memory_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_location.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_metrics.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_upload.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/module.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/nested_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/notebook_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/null_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/organization_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/organization_secret.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/page_data.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_client.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_input.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/problem_type.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project_config.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/project_validation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/python_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/range_violation.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/requirements.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/streaming_client.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/training_config_options.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/upload.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/upload_part.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/use_case.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/user.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/user_exception.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/web_search_response.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/web_search_result.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai/webhook.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/.nojekyll +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/basic.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/css/theme.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/doctools.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/file.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/graphviz.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/jquery.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/js/theme.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/language_data.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/minus.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/plus.png +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/pygments.css +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/_static/underscore.js +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/index.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/py-modindex.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/docs/search.html +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/examples/fullscript.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/featurestore.md +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/requirements.txt +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/setup.cfg +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/sphinx/build_docs +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/sphinx/conf.py +0 -0
- {abacusai-1.3.9 → abacusai-1.4.1}/sphinx/index.rst +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
from .api_class import AgentConversationMessage
|
|
2
|
+
from .return_class import AbstractApiClass
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
class AgentConversation(AbstractApiClass):
|
|
6
|
+
"""
|
|
7
|
+
List of messages with Agent chat
|
|
8
|
+
|
|
9
|
+
Args:
|
|
10
|
+
client (ApiClient): An authenticated API Client instance
|
|
11
|
+
messages (AgentConversationMessage): list of messages in the conversation with agent.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, client, messages={}):
|
|
15
|
+
super().__init__(client, None)
|
|
16
|
+
self.messages = client._build_class(AgentConversationMessage, messages)
|
|
17
|
+
self.deprecated_keys = {}
|
|
18
|
+
|
|
19
|
+
def __repr__(self):
|
|
20
|
+
repr_dict = {f'messages': repr(self.messages)}
|
|
21
|
+
class_name = "AgentConversation"
|
|
22
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
23
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
24
|
+
return f"{class_name}({repr_str})"
|
|
25
|
+
|
|
26
|
+
def to_dict(self):
|
|
27
|
+
"""
|
|
28
|
+
Get a dict representation of the parameters in this class
|
|
29
|
+
|
|
30
|
+
Returns:
|
|
31
|
+
dict: The dict value representation of the class parameters
|
|
32
|
+
"""
|
|
33
|
+
resp = {'messages': self._get_attribute_as_dict(self.messages)}
|
|
34
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import ast
|
|
1
2
|
import dataclasses
|
|
2
3
|
import datetime
|
|
3
4
|
import inspect
|
|
@@ -52,6 +53,56 @@ def get_clean_function_source_code(func: Callable):
|
|
|
52
53
|
return source_code
|
|
53
54
|
|
|
54
55
|
|
|
56
|
+
def get_clean_function_source_code_for_agent(func: Callable):
|
|
57
|
+
sample_lambda = (lambda: 0)
|
|
58
|
+
if isinstance(func, type(sample_lambda)) and func.__name__ == sample_lambda.__name__:
|
|
59
|
+
raise ValueError('Lambda function not allowed.')
|
|
60
|
+
source_code = get_source_code(func)
|
|
61
|
+
# If function source code has some initial indentation, remove it (Ex - can happen if the functor was defined inside a function)
|
|
62
|
+
source_code = dedent(source_code)
|
|
63
|
+
return source_code
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
def get_source_code(func: Callable):
|
|
67
|
+
main_function_name = func.__name__
|
|
68
|
+
source_code = inspect.getsource(func)
|
|
69
|
+
source_code = dedent(source_code)
|
|
70
|
+
|
|
71
|
+
function_globals = func.__globals__
|
|
72
|
+
tree = ast.parse(source_code)
|
|
73
|
+
call_nodes = []
|
|
74
|
+
for node in ast.walk(tree):
|
|
75
|
+
if isinstance(node, ast.Call):
|
|
76
|
+
if isinstance(node.func, ast.Name):
|
|
77
|
+
call_nodes.append(node.func.id)
|
|
78
|
+
|
|
79
|
+
functions_included = {}
|
|
80
|
+
|
|
81
|
+
while True:
|
|
82
|
+
if len(call_nodes) == 0:
|
|
83
|
+
break
|
|
84
|
+
new_call_nodes = []
|
|
85
|
+
for function_name in call_nodes:
|
|
86
|
+
if function_name not in functions_included and function_name in function_globals:
|
|
87
|
+
function_callable = function_globals[function_name]
|
|
88
|
+
if inspect.isfunction(function_callable) and function_callable.__module__ == '__main__':
|
|
89
|
+
cur_node_source_code = inspect.getsource(function_globals[function_name])
|
|
90
|
+
cur_node_source_code = dedent(cur_node_source_code)
|
|
91
|
+
functions_included[function_name] = cur_node_source_code
|
|
92
|
+
cur_node_tree = ast.parse(cur_node_source_code)
|
|
93
|
+
cur_node_call_nodes = []
|
|
94
|
+
for node in ast.walk(cur_node_tree):
|
|
95
|
+
if isinstance(node, ast.Call):
|
|
96
|
+
if isinstance(node.func, ast.Name):
|
|
97
|
+
cur_node_call_nodes.append(node.func.id)
|
|
98
|
+
new_call_nodes.extend(cur_node_call_nodes)
|
|
99
|
+
call_nodes = new_call_nodes
|
|
100
|
+
|
|
101
|
+
functions_included.pop(main_function_name, None)
|
|
102
|
+
final_source_code = '\n\n'.join([value for value in functions_included.values()]) + '\n\n' + source_code
|
|
103
|
+
return final_source_code
|
|
104
|
+
|
|
105
|
+
|
|
55
106
|
@dataclasses.dataclass
|
|
56
107
|
class ApiClass(ABC):
|
|
57
108
|
_upper_snake_case_keys: bool = dataclasses.field(default=False, repr=False, init=False)
|
|
@@ -2,7 +2,7 @@ import dataclasses
|
|
|
2
2
|
from typing import List, Union
|
|
3
3
|
|
|
4
4
|
from . import enums
|
|
5
|
-
from .abstract import ApiClass,
|
|
5
|
+
from .abstract import ApiClass, get_clean_function_source_code_for_agent
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
@dataclasses.dataclass
|
|
@@ -73,6 +73,8 @@ class WorkflowNodeInputSchema(ApiClass):
|
|
|
73
73
|
schema_source (str): The name of the source WorkflowGraphNode.
|
|
74
74
|
schema_prop (str): The name of the input schema parameter which source node outputs.
|
|
75
75
|
"""
|
|
76
|
+
if not schema_source or not schema_prop:
|
|
77
|
+
raise ValueError('input_schema', 'Valid schema_source and schema_prop must be provided for runtime schema.')
|
|
76
78
|
instance = cls(json_schema={})
|
|
77
79
|
instance.schema_source = schema_source
|
|
78
80
|
instance.schema_prop = schema_prop
|
|
@@ -161,9 +163,11 @@ class WorkflowNodeOutputMapping(ApiClass):
|
|
|
161
163
|
|
|
162
164
|
@classmethod
|
|
163
165
|
def from_dict(cls, mapping: dict):
|
|
166
|
+
if 'name' not in mapping:
|
|
167
|
+
raise ValueError('output_mapping', 'Invalid workflow node output mapping. Must contain keys - name.')
|
|
164
168
|
return cls(
|
|
165
169
|
name=mapping['name'],
|
|
166
|
-
variable_type=mapping
|
|
170
|
+
variable_type=mapping.get('variable_type', enums.WorkflowNodeOutputType.STRING)
|
|
167
171
|
)
|
|
168
172
|
|
|
169
173
|
|
|
@@ -184,7 +188,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
184
188
|
def __init__(self, name: str, input_mappings: List[WorkflowNodeInputMapping], output_mappings: List[WorkflowNodeOutputMapping], function: callable = None, function_name: str = None, source_code: str = None, input_schema: WorkflowNodeInputSchema = None, output_schema: WorkflowNodeOutputSchema = None):
|
|
185
189
|
if function:
|
|
186
190
|
self.function_name = function.__name__
|
|
187
|
-
self.source_code =
|
|
191
|
+
self.source_code = get_clean_function_source_code_for_agent(function)
|
|
188
192
|
elif function_name and source_code:
|
|
189
193
|
self.function_name = function_name
|
|
190
194
|
self.source_code = source_code
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import dataclasses
|
|
2
|
+
|
|
3
|
+
from .abstract import ApiClass
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
@dataclasses.dataclass
|
|
7
|
+
class HotkeyPrompt(ApiClass):
|
|
8
|
+
"""
|
|
9
|
+
A config class for a Data Science Co-Pilot Hotkey
|
|
10
|
+
|
|
11
|
+
Args:
|
|
12
|
+
prompt (str): The prompt to send to Data Science Co-Pilot
|
|
13
|
+
title (str): A short, descriptive title for the prompt. If not provided, one will be automatically generated.
|
|
14
|
+
"""
|
|
15
|
+
prompt: str
|
|
16
|
+
title: str = dataclasses.field(default=None)
|
|
17
|
+
disable_problem_type_context: bool = dataclasses.field(default=True)
|
|
18
|
+
ignore_history: bool = dataclasses.field(default=None)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
@dataclasses.dataclass
|
|
22
|
+
class AgentConversationMessage(ApiClass):
|
|
23
|
+
"""
|
|
24
|
+
Message format for agent conversation
|
|
25
|
+
|
|
26
|
+
Args:
|
|
27
|
+
is_user (bool): Whether the message is from the user.
|
|
28
|
+
text (str): The message's text.
|
|
29
|
+
document_content (str): Document text in case of any document present.
|
|
30
|
+
"""
|
|
31
|
+
is_user: bool = dataclasses.field(default=None)
|
|
32
|
+
text: str = dataclasses.field(default=None)
|
|
33
|
+
document_content: str = dataclasses.field(default=None)
|
|
34
|
+
|
|
35
|
+
def to_dict(self):
|
|
36
|
+
return {
|
|
37
|
+
'is_user': self.is_user,
|
|
38
|
+
'text': self.text,
|
|
39
|
+
'document_content': self.document_content
|
|
40
|
+
}
|
|
@@ -380,6 +380,7 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
380
380
|
FRESHSERVICE = 'FRESHSERVICE'
|
|
381
381
|
ZENDESKSUNSHINEMESSAGING = 'ZENDESKSUNSHINEMESSAGING'
|
|
382
382
|
GOOGLEDRIVEUSER = 'GOOGLEDRIVEUSER'
|
|
383
|
+
ONEDRIVEUSER = 'ONEDRIVEUSER'
|
|
383
384
|
|
|
384
385
|
|
|
385
386
|
class StreamingConnectorType(ApiEnum):
|
|
@@ -611,3 +612,11 @@ class ResponseSectionType(ApiEnum):
|
|
|
611
612
|
class CodeLanguage(ApiEnum):
|
|
612
613
|
PYTHON = 'python'
|
|
613
614
|
SQL = 'sql'
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
class DeploymentConversationType(ApiEnum):
|
|
618
|
+
CHAT_LLM = 'CHATLLM'
|
|
619
|
+
SIMPLE_AGENT = 'SIMPLE_AGENT'
|
|
620
|
+
COMPLEX_AGENT = 'COMPLEX_AGENT'
|
|
621
|
+
WORKFLOW_AGENT = 'WORKFLOW_AGENT'
|
|
622
|
+
COPILOT = 'COPILOT'
|
|
@@ -537,18 +537,10 @@ class SentimentDetectionTrainingConfig(TrainingConfig):
|
|
|
537
537
|
Args:
|
|
538
538
|
sentiment_type (SentimentType): Type of sentiment to detect.
|
|
539
539
|
test_split (int): Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset.
|
|
540
|
-
dropout_rate (float): Dropout rate for neural network.
|
|
541
|
-
batch_size (BatchSize): Batch size for neural network.
|
|
542
|
-
compute_metrics (bool): Whether to compute metrics.
|
|
543
540
|
"""
|
|
544
541
|
sentiment_type: enums.SentimentType = dataclasses.field(default=None)
|
|
545
542
|
# Data Split Params
|
|
546
543
|
test_split: int = dataclasses.field(default=None)
|
|
547
|
-
# Neural Network
|
|
548
|
-
dropout_rate: float = dataclasses.field(default=None)
|
|
549
|
-
batch_size: enums.BatchSize = dataclasses.field(default=None)
|
|
550
|
-
# Metrics
|
|
551
|
-
compute_metrics: bool = dataclasses.field(default=None)
|
|
552
544
|
|
|
553
545
|
def __post_init__(self):
|
|
554
546
|
self.problem_type = enums.ProblemType.SENTIMENT_DETECTION
|
|
@@ -562,15 +554,10 @@ class DocumentClassificationTrainingConfig(TrainingConfig):
|
|
|
562
554
|
Args:
|
|
563
555
|
zero_shot_hypotheses (List[str]): Zero shot hypotheses. Example text: 'This text is about pricing'.
|
|
564
556
|
test_split (int): Percent of dataset to use for test data. We support using a range between 5 ( i.e. 5% ) to 20 ( i.e. 20% ) of your dataset.
|
|
565
|
-
dropout_rate (float): Dropout rate for neural network.
|
|
566
|
-
batch_size (BatchSize): Batch size for neural network.
|
|
567
557
|
"""
|
|
568
558
|
zero_shot_hypotheses: List[str] = dataclasses.field(default=None)
|
|
569
559
|
# Data Split Params
|
|
570
560
|
test_split: int = dataclasses.field(default=None)
|
|
571
|
-
# Neural Network
|
|
572
|
-
dropout_rate: float = dataclasses.field(default=None)
|
|
573
|
-
batch_size: enums.BatchSize = dataclasses.field(default=None)
|
|
574
561
|
|
|
575
562
|
def __post_init__(self):
|
|
576
563
|
self.problem_type = enums.ProblemType.DOCUMENT_CLASSIFICATION
|
|
@@ -50,6 +50,9 @@ class ResponseSection(ApiClass):
|
|
|
50
50
|
return {k: v.value if isinstance(v, enums.Enum) else v for k, v in dataclasses.asdict(self).items()}
|
|
51
51
|
|
|
52
52
|
|
|
53
|
+
Segment = ResponseSection
|
|
54
|
+
|
|
55
|
+
|
|
53
56
|
@dataclasses.dataclass
|
|
54
57
|
class AttachmentsResponseSection(ResponseSection):
|
|
55
58
|
"""
|
|
@@ -203,7 +206,7 @@ class CollapseResponseSection(ResponseSection):
|
|
|
203
206
|
content: ResponseSection
|
|
204
207
|
|
|
205
208
|
def __init__(self, title: str, content: ResponseSection, section_key: str = None):
|
|
206
|
-
super().__init__(enums.ResponseSectionType.COLLAPSIBLE_COMPONENT, id=section_key)
|
|
209
|
+
super().__init__(enums.ResponseSectionType.COLLAPSIBLE_COMPONENT, id=section_key)
|
|
207
210
|
self.title = title
|
|
208
211
|
self.content = content
|
|
209
212
|
|
|
@@ -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(
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class ChatllmReferralInvite(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
The response of the Chatllm Referral Invite for different emails
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
userAlreadyExists (list): List of user emails not successfullt invited, because they are already registered users.
|
|
11
|
+
successfulInvites (list): List of users successfully invited.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, client, userAlreadyExists=None, successfulInvites=None):
|
|
15
|
+
super().__init__(client, None)
|
|
16
|
+
self.user_already_exists = userAlreadyExists
|
|
17
|
+
self.successful_invites = successfulInvites
|
|
18
|
+
self.deprecated_keys = {}
|
|
19
|
+
|
|
20
|
+
def __repr__(self):
|
|
21
|
+
repr_dict = {f'user_already_exists': repr(
|
|
22
|
+
self.user_already_exists), f'successful_invites': repr(self.successful_invites)}
|
|
23
|
+
class_name = "ChatllmReferralInvite"
|
|
24
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
25
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
26
|
+
return f"{class_name}({repr_str})"
|
|
27
|
+
|
|
28
|
+
def to_dict(self):
|
|
29
|
+
"""
|
|
30
|
+
Get a dict representation of the parameters in this class
|
|
31
|
+
|
|
32
|
+
Returns:
|
|
33
|
+
dict: The dict value representation of the class parameters
|
|
34
|
+
"""
|
|
35
|
+
resp = {'user_already_exists': self.user_already_exists,
|
|
36
|
+
'successful_invites': self.successful_invites}
|
|
37
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -24,6 +24,7 @@ from requests.packages.urllib3.util.retry import Retry
|
|
|
24
24
|
|
|
25
25
|
from .abacus_api import AbacusApi
|
|
26
26
|
from .agent import Agent
|
|
27
|
+
from .agent_conversation import AgentConversation
|
|
27
28
|
from .agent_data_execution_result import AgentDataExecutionResult
|
|
28
29
|
from .agent_version import AgentVersion
|
|
29
30
|
from .algorithm import Algorithm
|
|
@@ -35,18 +36,18 @@ from .api_class import (
|
|
|
35
36
|
AgentInterface, AlertActionConfig, AlertConditionConfig, ApiClass, ApiEnum,
|
|
36
37
|
ApplicationConnectorDatasetConfig, BatchPredictionArgs, Blob, BlobInput,
|
|
37
38
|
CPUSize, DatasetDocumentProcessingConfig, DataType,
|
|
38
|
-
DocumentProcessingConfig, EvalArtifactType,
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
PredictionArguments, ProblemType,
|
|
42
|
-
PythonFunctionType, ResponseSection,
|
|
43
|
-
StreamingConnectorDatasetConfig, TrainingConfig,
|
|
44
|
-
WorkflowGraph,
|
|
39
|
+
DeploymentConversationType, DocumentProcessingConfig, EvalArtifactType,
|
|
40
|
+
FeatureGroupExportConfig, ForecastingMonitorConfig,
|
|
41
|
+
IncrementalDatabaseConnectorConfig, LLMName, MemorySize, MergeConfig,
|
|
42
|
+
OperatorConfig, ParsingConfig, PredictionArguments, ProblemType,
|
|
43
|
+
ProjectFeatureGroupConfig, PythonFunctionType, ResponseSection,
|
|
44
|
+
SamplingConfig, Segment, StreamingConnectorDatasetConfig, TrainingConfig,
|
|
45
|
+
VectorStoreConfig, WorkflowGraph, get_clean_function_source_code_for_agent
|
|
45
46
|
)
|
|
46
|
-
from .api_class.abstract import get_clean_function_source_code, snake_case
|
|
47
|
+
from .api_class.abstract import get_clean_function_source_code, get_clean_function_source_code_for_agent, snake_case
|
|
47
48
|
from .api_class.ai_agents import WorkflowGraph
|
|
48
49
|
from .api_class.blob_input import Blob, BlobInput
|
|
49
|
-
from .api_class.segments import ResponseSection
|
|
50
|
+
from .api_class.segments import ResponseSection, Segment
|
|
50
51
|
from .api_client_utils import (
|
|
51
52
|
INVALID_PANDAS_COLUMN_NAME_CHARACTERS, StreamingHandler, StreamType,
|
|
52
53
|
clean_column_name, get_object_from_context
|
|
@@ -58,7 +59,6 @@ from .application_connector import ApplicationConnector
|
|
|
58
59
|
from .batch_prediction import BatchPrediction
|
|
59
60
|
from .batch_prediction_version import BatchPredictionVersion
|
|
60
61
|
from .batch_prediction_version_logs import BatchPredictionVersionLogs
|
|
61
|
-
from .chat_message import ChatMessage
|
|
62
62
|
from .chat_session import ChatSession
|
|
63
63
|
from .custom_loss_function import CustomLossFunction
|
|
64
64
|
from .custom_metric import CustomMetric
|
|
@@ -149,6 +149,7 @@ from .pipeline_step_version import PipelineStepVersion
|
|
|
149
149
|
from .pipeline_step_version_logs import PipelineStepVersionLogs
|
|
150
150
|
from .pipeline_version import PipelineVersion
|
|
151
151
|
from .pipeline_version_logs import PipelineVersionLogs
|
|
152
|
+
from .prediction_log_record import PredictionLogRecord
|
|
152
153
|
from .prediction_operator import PredictionOperator
|
|
153
154
|
from .prediction_operator_version import PredictionOperatorVersion
|
|
154
155
|
from .problem_type import ProblemType
|
|
@@ -267,14 +268,14 @@ class AgentResponse:
|
|
|
267
268
|
self.data_list = []
|
|
268
269
|
self.section_data_list = []
|
|
269
270
|
for arg in args:
|
|
270
|
-
if isinstance(arg, Blob) or _is_json_serializable(arg) or isinstance(arg, ResponseSection):
|
|
271
|
+
if isinstance(arg, Blob) or _is_json_serializable(arg) or isinstance(arg, (ResponseSection, Segment)):
|
|
271
272
|
self.data_list.append(arg)
|
|
272
273
|
else:
|
|
273
274
|
raise Exception(
|
|
274
275
|
'AgentResponse can only contain Blob, ResponseSection or json serializable objects')
|
|
275
276
|
|
|
276
277
|
for key, value in kwargs.items():
|
|
277
|
-
if isinstance(value, Blob) or _is_json_serializable(value) or isinstance(value, ResponseSection):
|
|
278
|
+
if isinstance(value, Blob) or _is_json_serializable(value) or isinstance(value, (ResponseSection, Segment)):
|
|
278
279
|
self.section_data_list.append({key: value})
|
|
279
280
|
else:
|
|
280
281
|
raise Exception(
|
|
@@ -594,7 +595,7 @@ class BaseApiClient:
|
|
|
594
595
|
client_options (ClientOptions): Optional API client configurations
|
|
595
596
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
596
597
|
"""
|
|
597
|
-
client_version = '1.
|
|
598
|
+
client_version = '1.4.1'
|
|
598
599
|
|
|
599
600
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
600
601
|
self.api_key = api_key
|
|
@@ -2084,6 +2085,19 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2084
2085
|
ModelTrainingTypeForDeployment: Model training types for deployment."""
|
|
2085
2086
|
return self._call_api('getModelTrainingTypesForDeployment', 'GET', query_params={'modelId': model_id, 'modelVersion': model_version, 'algorithm': algorithm}, parse_type=ModelTrainingTypeForDeployment)
|
|
2086
2087
|
|
|
2088
|
+
def get_prediction_logs_records(self, deployment_id: str, limit: int = 10, start_after_request_id: str = '', start_after_timestamp: int = None) -> List[PredictionLogRecord]:
|
|
2089
|
+
"""Retrieves the prediction request IDs for the most recent predictions made to the deployment.
|
|
2090
|
+
|
|
2091
|
+
Args:
|
|
2092
|
+
deployment_id (str): The unique identifier of a deployment created under the project.
|
|
2093
|
+
limit (int): The number of prediction log entries to retrieve up to the specified limit.
|
|
2094
|
+
start_after_request_id (str): The request ID of the last log entry to retrieve.
|
|
2095
|
+
start_after_timestamp (int): A Unix timestamp in milliseconds specifying the start point for retrieving log entries.
|
|
2096
|
+
|
|
2097
|
+
Returns:
|
|
2098
|
+
list[PredictionLogRecord]: A list of prediction log records."""
|
|
2099
|
+
return self._call_api('getPredictionLogsRecords', 'GET', query_params={'deploymentId': deployment_id, 'limit': limit, 'startAfterRequestId': start_after_request_id, 'startAfterTimestamp': start_after_timestamp}, parse_type=PredictionLogRecord)
|
|
2100
|
+
|
|
2087
2101
|
def list_deployment_alerts(self, deployment_id: str) -> List[MonitorAlert]:
|
|
2088
2102
|
"""List the monitor alerts associated with the deployment id.
|
|
2089
2103
|
|
|
@@ -2556,16 +2570,17 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
2556
2570
|
DeploymentConversation: The deployment conversation."""
|
|
2557
2571
|
return self._proxy_request('getDeploymentConversation', 'GET', query_params={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'deploymentId': deployment_id, 'deploymentToken': deployment_token, 'filterIntermediateConversationEvents': filter_intermediate_conversation_events, 'getUnusedDocumentUploads': get_unused_document_uploads}, parse_type=DeploymentConversation, is_sync=True)
|
|
2558
2572
|
|
|
2559
|
-
def list_deployment_conversations(self, deployment_id: str, external_application_id: str = None) -> List[DeploymentConversation]:
|
|
2573
|
+
def list_deployment_conversations(self, deployment_id: str = None, external_application_id: str = None, conversation_type: Union[DeploymentConversationType, str] = None) -> List[DeploymentConversation]:
|
|
2560
2574
|
"""Lists all conversations for the given deployment and current user.
|
|
2561
2575
|
|
|
2562
2576
|
Args:
|
|
2563
2577
|
deployment_id (str): The deployment to get conversations for.
|
|
2564
2578
|
external_application_id (str): The external application id associated with the deployment conversation. If specified, only conversations created on that application will be listed.
|
|
2579
|
+
conversation_type (DeploymentConversationType): The type of the conversation indicating its origin.
|
|
2565
2580
|
|
|
2566
2581
|
Returns:
|
|
2567
2582
|
list[DeploymentConversation]: The deployment conversations."""
|
|
2568
|
-
return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id, 'externalApplicationId': external_application_id}, parse_type=DeploymentConversation, is_sync=True)
|
|
2583
|
+
return self._proxy_request('listDeploymentConversations', 'GET', query_params={'deploymentId': deployment_id, 'externalApplicationId': external_application_id, 'conversationType': conversation_type}, parse_type=DeploymentConversation, is_sync=True)
|
|
2569
2584
|
|
|
2570
2585
|
def export_deployment_conversation(self, deployment_conversation_id: str = None, external_session_id: str = None) -> DeploymentConversationExport:
|
|
2571
2586
|
"""Export a Deployment Conversation.
|
|
@@ -3520,7 +3535,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3520
3535
|
evaluation_feature_group_id (str): The ID of the feature group to use for evaluation.
|
|
3521
3536
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
3522
3537
|
"""
|
|
3523
|
-
function_source_code =
|
|
3538
|
+
function_source_code = get_clean_function_source_code_for_agent(
|
|
3539
|
+
agent_function)
|
|
3524
3540
|
agent_function_name = agent_function.__name__
|
|
3525
3541
|
return self.create_agent(project_id=project_id, function_source_code=function_source_code, agent_function_name=agent_function_name, name=name, memory=memory, package_requirements=package_requirements, description=description, evaluation_feature_group_id=evaluation_feature_group_id, workflow_graph=workflow_graph)
|
|
3526
3542
|
|
|
@@ -3538,7 +3554,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
3538
3554
|
description (str): A description of the agent.
|
|
3539
3555
|
workflow_graph (WorkflowGraph): The workflow graph for the agent.
|
|
3540
3556
|
"""
|
|
3541
|
-
function_source_code =
|
|
3557
|
+
function_source_code = get_clean_function_source_code_for_agent(
|
|
3558
|
+
agent_function)
|
|
3542
3559
|
agent_function_name = agent_function.__name__
|
|
3543
3560
|
return self.update_agent(model_id=model_id, function_source_code=function_source_code, agent_function_name=agent_function_name, memory=memory, package_requirements=package_requirements, enable_binary_input=enable_binary_input, description=description, workflow_graph=workflow_graph)
|
|
3544
3561
|
|
|
@@ -3672,7 +3689,13 @@ class ApiClient(ReadOnlyClient):
|
|
|
3672
3689
|
Returns:
|
|
3673
3690
|
dict: Containing email and name of the end user.
|
|
3674
3691
|
"""
|
|
3675
|
-
|
|
3692
|
+
user_info = get_object_from_context(
|
|
3693
|
+
self, _request_context, 'user_info', dict)
|
|
3694
|
+
if user_info:
|
|
3695
|
+
return user_info
|
|
3696
|
+
else:
|
|
3697
|
+
raise ValueError(
|
|
3698
|
+
'User information not available. Please use UI interface for this agent to work.')
|
|
3676
3699
|
|
|
3677
3700
|
def clear_agent_context(self):
|
|
3678
3701
|
"""
|
|
@@ -4154,6 +4177,8 @@ class ApiClient(ReadOnlyClient):
|
|
|
4154
4177
|
else:
|
|
4155
4178
|
warnings.warn(
|
|
4156
4179
|
'Using local cache as no deployment id set, expected for non-deployment environment.')
|
|
4180
|
+
if key not in self._cache:
|
|
4181
|
+
raise Generic404Error(f'Cache key {key} does not exist', 404)
|
|
4157
4182
|
return self._cache.get(key)
|
|
4158
4183
|
|
|
4159
4184
|
def delete_scoped_cache_key(self, key: str):
|
|
@@ -4174,6 +4199,20 @@ class ApiClient(ReadOnlyClient):
|
|
|
4174
4199
|
'Using local cache as no deployment id set, expected for non-deployment environment.')
|
|
4175
4200
|
self._cache.pop(key, None)
|
|
4176
4201
|
|
|
4202
|
+
def set_agent_response_document_sources(self, response_document_sources: List[DocumentRetrieverLookupResult]):
|
|
4203
|
+
"""
|
|
4204
|
+
Sets the document sources to be shown with the response on the conversation UI.
|
|
4205
|
+
|
|
4206
|
+
Args:
|
|
4207
|
+
response_document_sources (List): List of document retriever results to be displayed in order.
|
|
4208
|
+
Returns:
|
|
4209
|
+
None
|
|
4210
|
+
"""
|
|
4211
|
+
if hasattr(_request_context, 'response_document_sources'):
|
|
4212
|
+
raise Exception('Document sources cannot be set more than once')
|
|
4213
|
+
_request_context.agent_response_document_sources = [{'score': float(response_document_source.score), 'answer': response_document_source.document, 'source': response_document_source.document_source, 'image_ids': [
|
|
4214
|
+
response_document_source.image_id]} for response_document_source in response_document_sources]
|
|
4215
|
+
|
|
4177
4216
|
def add_user_to_organization(self, email: str):
|
|
4178
4217
|
"""Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.
|
|
4179
4218
|
|
|
@@ -5268,7 +5307,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
5268
5307
|
|
|
5269
5308
|
Returns:
|
|
5270
5309
|
UploadPart: The object 'UploadPart' which encapsulates the hash and the etag for the part that got uploaded."""
|
|
5271
|
-
return self.
|
|
5310
|
+
return self._proxy_request('uploadPart', 'POST', query_params={}, data={'uploadId': upload_id, 'partNumber': part_number}, files={'partData': part_data}, parse_type=UploadPart, is_sync=True)
|
|
5272
5311
|
|
|
5273
5312
|
def mark_upload_complete(self, upload_id: str) -> Upload:
|
|
5274
5313
|
"""Marks an upload process as complete.
|
|
@@ -7389,17 +7428,18 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7389
7428
|
streaming_token, feature_group_id=feature_group_id)
|
|
7390
7429
|
return self._call_api('appendMultipleData', 'POST', query_params={'streamingToken': streaming_token}, body={'featureGroupId': feature_group_id, 'data': data}, server_override=prediction_url)
|
|
7391
7430
|
|
|
7392
|
-
def upsert_data(self, feature_group_id: str, data: dict, streaming_token: str = None) -> FeatureGroupRow:
|
|
7431
|
+
def upsert_data(self, feature_group_id: str, data: dict, streaming_token: str = None, blobs: None = None) -> FeatureGroupRow:
|
|
7393
7432
|
"""Update new data into the feature group for a given lookup key record ID if the record ID is found; otherwise, insert new data into the feature group.
|
|
7394
7433
|
|
|
7395
7434
|
Args:
|
|
7396
7435
|
feature_group_id (str): A unique string identifier of the online feature group to record data to.
|
|
7397
7436
|
data (dict): The data to record, in JSON format.
|
|
7398
7437
|
streaming_token (str): Optional streaming token for authenticating requests if upserting to streaming FG.
|
|
7438
|
+
blobs (None): A dictionary of binary data to populate file fields' in data to upsert to the streaming FG.
|
|
7399
7439
|
|
|
7400
7440
|
Returns:
|
|
7401
7441
|
FeatureGroupRow: The feature group row that was upserted."""
|
|
7402
|
-
return self._proxy_request('upsertData', 'POST', query_params={
|
|
7442
|
+
return self._proxy_request('upsertData', 'POST', query_params={}, data={'featureGroupId': feature_group_id, 'data': json.dumps(data), 'streamingToken': streaming_token}, files=blobs, parse_type=FeatureGroupRow, is_sync=True)
|
|
7403
7443
|
|
|
7404
7444
|
def delete_data(self, feature_group_id: str, primary_key: str):
|
|
7405
7445
|
"""Deletes a row from the feature group given the primary key
|
|
@@ -7955,7 +7995,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
7955
7995
|
model_id (str): A unique string identifier associated with the Model."""
|
|
7956
7996
|
return self._call_api('setNaturalLanguageExplanation', 'POST', query_params={}, body={'shortExplanation': short_explanation, 'longExplanation': long_explanation, 'featureGroupId': feature_group_id, 'featureGroupVersion': feature_group_version, 'modelId': model_id})
|
|
7957
7997
|
|
|
7958
|
-
def create_chat_session(self, project_id: str, name: str = None) -> ChatSession:
|
|
7998
|
+
def create_chat_session(self, project_id: str = None, name: str = None) -> ChatSession:
|
|
7959
7999
|
"""Creates a chat session with Data Science Co-pilot.
|
|
7960
8000
|
|
|
7961
8001
|
Args:
|
|
@@ -8002,7 +8042,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8002
8042
|
list[AbacusApi]: A list of suggested Abacus APIs"""
|
|
8003
8043
|
return self._call_api('suggestAbacusApis', 'POST', query_params={}, body={'query': query, 'verbosity': verbosity, 'limit': limit, 'includeScores': include_scores}, parse_type=AbacusApi)
|
|
8004
8044
|
|
|
8005
|
-
def create_deployment_conversation(self, deployment_id: str, name: str, deployment_token: str = None, external_application_id: str = None) -> DeploymentConversation:
|
|
8045
|
+
def create_deployment_conversation(self, deployment_id: str = None, name: str = None, deployment_token: str = None, external_application_id: str = None) -> DeploymentConversation:
|
|
8006
8046
|
"""Creates a deployment conversation.
|
|
8007
8047
|
|
|
8008
8048
|
Args:
|
|
@@ -8287,21 +8327,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8287
8327
|
WebSearchResponse: Results of running the search queries."""
|
|
8288
8328
|
return self._proxy_request('SearchWebForLlm', 'POST', query_params={}, body={'queries': queries, 'searchProviders': search_providers, 'maxResults': max_results, 'safe': safe, 'fetchContent': fetch_content, 'maxPageTokens': max_page_tokens, 'convertToMarkdown': convert_to_markdown}, parse_type=WebSearchResponse)
|
|
8289
8329
|
|
|
8290
|
-
def construct_agent_conversation_messages_for_llm(self,
|
|
8330
|
+
def construct_agent_conversation_messages_for_llm(self, deployment_conversation_id: str = None, external_session_id: str = None, include_document_contents: bool = True) -> AgentConversation:
|
|
8291
8331
|
"""Returns conversation history in a format for LLM calls.
|
|
8292
8332
|
|
|
8293
8333
|
Args:
|
|
8294
|
-
current_message (str): Current turn message from user.
|
|
8295
|
-
current_doc_ids (List): Document IDs associated with the current turn message from user.
|
|
8296
|
-
include_history (bool): If true, include the conversation history in the generated messages.
|
|
8297
|
-
include_document_contents (bool): If true, include contents from uploaded documents in the generated messages.
|
|
8298
8334
|
deployment_conversation_id (str): Unique ID of the conversation. One of deployment_conversation_id or external_session_id must be provided.
|
|
8299
8335
|
external_session_id (str): External session ID of the conversation.
|
|
8300
|
-
|
|
8336
|
+
include_document_contents (bool): If true, include contents from uploaded documents in the generated messages.
|
|
8301
8337
|
|
|
8302
8338
|
Returns:
|
|
8303
|
-
|
|
8304
|
-
return self._proxy_request('constructAgentConversationMessagesForLLM', 'POST', query_params={}, body={'
|
|
8339
|
+
AgentConversation: Contains a list of AgentConversationMessage that represents the conversation."""
|
|
8340
|
+
return self._proxy_request('constructAgentConversationMessagesForLLM', 'POST', query_params={}, body={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'includeDocumentContents': include_document_contents}, parse_type=AgentConversation, is_sync=True)
|
|
8305
8341
|
|
|
8306
8342
|
def get_llm_app_response(self, llm_app_name: str, prompt: str) -> LlmResponse:
|
|
8307
8343
|
"""Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|