abacusai 1.4.46__tar.gz → 1.4.47__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.
- {abacusai-1.4.46/abacusai.egg-info → abacusai-1.4.47}/PKG-INFO +2 -10
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/__init__.py +2 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/batch_prediction.py +1 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/batch_prediction_version.py +1 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/client.py +5 -5
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/constants_autocomplete_response.py +9 -5
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment.py +2 -2
- abacusai-1.4.47/abacusai/mcp_server.py +49 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model.py +4 -8
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_client.py +4 -4
- {abacusai-1.4.46 → abacusai-1.4.47/abacusai.egg-info}/PKG-INFO +2 -10
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/client/index.rst.txt +19 -4
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/constants_autocomplete_response/index.rst.txt +36 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +15 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +8 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/index.rst.txt +78 -6
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/client/index.html +22 -3
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/constants_autocomplete_response/index.html +31 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/dataset/index.html +16 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/external_application/index.html +7 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/index.html +84 -5
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/genindex.html +46 -0
- abacusai-1.4.47/docs/objects.inv +0 -0
- abacusai-1.4.47/docs/searchindex.js +1 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/setup.py +1 -1
- abacusai-1.4.46/docs/objects.inv +0 -0
- abacusai-1.4.46/docs/searchindex.js +0 -1
- {abacusai-1.4.46 → abacusai-1.4.47}/.gitignore +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/LICENSE +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/README.md +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/address.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/annotation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/ai_agents.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/enums.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/api_key.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/audio_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chatllm_computer_status.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chatllm_project.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/chatllm_task.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_agent_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_autocomplete_edit_prediction_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_embeddings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_llm_changed_files.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_source.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_suggestion_validation_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/code_summary_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/codellm_embedding_constants.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_domain.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/dataset.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/default_llm.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/document_data.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/edit_image_models.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/external_application.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/fs_entry.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/global_context.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_app.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_app_container.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_app_file_read.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_artifact.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_database.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_database_snapshot.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/hume_voice.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/image_gen_model.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/image_gen_model_options.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/image_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/lip_sync_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_artifact.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/mcp_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_location.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/module.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/page_data.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project_config.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/python_function.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/return_class.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/schema.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/sftp_key.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/stt_gen_model.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/stt_gen_model_options.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/stt_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/tts_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/upload.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/use_case.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/user.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/voice_gen_details.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/web_app_domain.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/webhook.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/.buildinfo +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/.buildinfo.bak +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/.nojekyll +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/audio_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chatllm_computer_status/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chatllm_project/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/chatllm_task/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_agent_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_embeddings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_llm_changed_files/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_suggestion_validation_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/code_summary_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/codellm_embedding_constants/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_domain/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/default_llm/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/edit_image_models/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/fs_entry/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_app/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_app_container/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_app_file_read/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_artifact/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_database/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_database_snapshot/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/hume_voice/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/image_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/image_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/lip_sync_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_artifact/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/mcp_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/sftp_key/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/stt_gen_model/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/stt_gen_model_options/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/stt_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/tts_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/voice_gen_details/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/web_app_domain/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/basic.css +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/file.png +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/minus.png +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/plus.png +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/enums/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/audio_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chatllm_computer_status/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chatllm_project/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/chatllm_task/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_agent_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_autocomplete_edit_prediction_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_bot/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_edit/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_edits/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_embeddings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_llm_changed_files/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_suggestion_validation_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/code_summary_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/codellm_embedding_constants/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_domain/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/default_llm/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/edit_image_models/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/fs_entry/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_app/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_app_container/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_app_file_read/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_artifact/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_database/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_database_snapshot/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/hume_voice/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/image_gen_model/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/image_gen_model_options/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/lip_sync_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_artifact/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/mcp_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/playground_text/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/sftp_key/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/stt_gen_model/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/stt_gen_model_options/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/stt_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/tts_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/voice_gen_details/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/web_app_domain/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/index.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/py-modindex.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/docs/search.html +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/CheatSheet.md +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/basics/basics.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/basics/code_execution.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/language/0.calling_large_language_models.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/language/1.extracting_text.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/language/2.document_retriever.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/language/helpers/metadata_extractor.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/examples/language/helpers/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/featurestore.md +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/requirements.txt +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/setup.cfg +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/sphinx/build_docs +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/sphinx/conf.py +0 -0
- {abacusai-1.4.46 → abacusai-1.4.47}/sphinx/index.rst +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: abacusai
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.47
|
4
4
|
Summary: Abacus.AI Python Client Library
|
5
5
|
Home-page: https://github.com/abacusai/api-python
|
6
6
|
Author: Abacus.AI
|
@@ -21,11 +21,3 @@ Requires-Dist: requests
|
|
21
21
|
Requires-Dist: pandas
|
22
22
|
Requires-Dist: fastavro
|
23
23
|
Requires-Dist: typing_inspect; python_version < "3.8"
|
24
|
-
Dynamic: author
|
25
|
-
Dynamic: author-email
|
26
|
-
Dynamic: classifier
|
27
|
-
Dynamic: home-page
|
28
|
-
Dynamic: license
|
29
|
-
Dynamic: license-file
|
30
|
-
Dynamic: requires-dist
|
31
|
-
Dynamic: summary
|
@@ -157,6 +157,7 @@ from .llm_input import LlmInput
|
|
157
157
|
from .llm_parameters import LlmParameters
|
158
158
|
from .llm_response import LlmResponse
|
159
159
|
from .mcp_config import McpConfig
|
160
|
+
from .mcp_server import McpServer
|
160
161
|
from .memory_options import MemoryOptions
|
161
162
|
from .messaging_connector_response import MessagingConnectorResponse
|
162
163
|
from .model import Model
|
@@ -264,4 +265,4 @@ from .workflow_graph_node_details import WorkflowGraphNodeDetails
|
|
264
265
|
from .workflow_node_template import WorkflowNodeTemplate
|
265
266
|
|
266
267
|
|
267
|
-
__version__ = "1.4.
|
268
|
+
__version__ = "1.4.47"
|
@@ -84,7 +84,7 @@ class BatchPrediction(AbstractApiClass):
|
|
84
84
|
BatchPredictionArgs, globalPredictionArgs)
|
85
85
|
self.batch_prediction_args = client._build_class(getattr(
|
86
86
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
87
|
-
self.deprecated_keys = {'
|
87
|
+
self.deprecated_keys = {'global_prediction_args', 'explanations'}
|
88
88
|
|
89
89
|
def __repr__(self):
|
90
90
|
repr_dict = {f'batch_prediction_id': repr(self.batch_prediction_id), f'created_at': repr(self.created_at), f'name': repr(self.name), f'deployment_id': repr(self.deployment_id), f'file_connector_output_location': repr(self.file_connector_output_location), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'output_feature_group_id': repr(self.output_feature_group_id), f'feature_group_table_name': repr(self.feature_group_table_name), f'output_feature_group_table_name': repr(self.output_feature_group_table_name), f'summary_feature_group_table_name': repr(self.summary_feature_group_table_name), f'csv_input_prefix': repr(
|
@@ -100,7 +100,7 @@ class BatchPredictionVersion(AbstractApiClass):
|
|
100
100
|
BatchPredictionArgs, globalPredictionArgs)
|
101
101
|
self.batch_prediction_args = client._build_class(getattr(
|
102
102
|
api_class, batchPredictionArgsType, BatchPredictionArgs) if batchPredictionArgsType else BatchPredictionArgs, batchPredictionArgs)
|
103
|
-
self.deprecated_keys = {'
|
103
|
+
self.deprecated_keys = {'global_prediction_args', 'explanations'}
|
104
104
|
|
105
105
|
def __repr__(self):
|
106
106
|
repr_dict = {f'batch_prediction_version': repr(self.batch_prediction_version), f'batch_prediction_id': repr(self.batch_prediction_id), f'status': repr(self.status), f'drift_monitor_status': repr(self.drift_monitor_status), f'deployment_id': repr(self.deployment_id), f'model_id': repr(self.model_id), f'model_version': repr(self.model_version), f'predictions_started_at': repr(self.predictions_started_at), f'predictions_completed_at': repr(self.predictions_completed_at), f'database_output_error': repr(self.database_output_error), f'total_predictions': repr(self.total_predictions), f'failed_predictions': repr(self.failed_predictions), f'database_connector_id': repr(self.database_connector_id), f'database_output_configuration': repr(self.database_output_configuration), f'file_connector_output_location': repr(self.file_connector_output_location), f'file_output_format': repr(self.file_output_format), f'connector_type': repr(self.connector_type), f'legacy_input_location': repr(self.legacy_input_location), f'error': repr(self.error), f'drift_monitor_error': repr(self.drift_monitor_error), f'monitor_warnings': repr(self.monitor_warnings), f'csv_input_prefix': repr(
|
@@ -661,7 +661,7 @@ class BaseApiClient:
|
|
661
661
|
client_options (ClientOptions): Optional API client configurations
|
662
662
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
663
663
|
"""
|
664
|
-
client_version = '1.4.
|
664
|
+
client_version = '1.4.47'
|
665
665
|
|
666
666
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
667
667
|
self.api_key = api_key
|
@@ -7491,7 +7491,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
7491
7491
|
deployment_id, deployment_token) if deployment_token else None
|
7492
7492
|
return self._call_api('getRelatedItems', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'numItems': num_items, 'page': page, 'scalingFactors': scaling_factors, 'restrictItems': restrict_items, 'excludeItems': exclude_items}, server_override=prediction_url)
|
7493
7493
|
|
7494
|
-
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None) -> Dict:
|
7494
|
+
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, user_info: dict = None) -> Dict:
|
7495
7495
|
"""Return a chat response which continues the conversation based on the input messages and search results.
|
7496
7496
|
|
7497
7497
|
Args:
|
@@ -7507,7 +7507,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
7507
7507
|
chat_config (dict): A dictionary specifying the query chat config override."""
|
7508
7508
|
prediction_url = self._get_prediction_endpoint(
|
7509
7509
|
deployment_id, deployment_token) if deployment_token else None
|
7510
|
-
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config}, server_override=prediction_url)
|
7510
|
+
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'userInfo': user_info}, server_override=prediction_url)
|
7511
7511
|
|
7512
7512
|
def get_chat_response_with_binary_data(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, attachments: None = None) -> Dict:
|
7513
7513
|
"""Return a chat response which continues the conversation based on the input messages and search results.
|
@@ -7528,7 +7528,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
7528
7528
|
deployment_id, deployment_token) if deployment_token else None
|
7529
7529
|
return self._call_api('getChatResponseWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, data={'messages': json.dumps(messages) if (messages is not None and not isinstance(messages, str)) else messages, 'llmName': json.dumps(llm_name) if (llm_name is not None and not isinstance(llm_name, str)) else llm_name, 'numCompletionTokens': json.dumps(num_completion_tokens) if (num_completion_tokens is not None and not isinstance(num_completion_tokens, str)) else num_completion_tokens, 'systemMessage': json.dumps(system_message) if (system_message is not None and not isinstance(system_message, str)) else system_message, 'temperature': json.dumps(temperature) if (temperature is not None and not isinstance(temperature, str)) else temperature, 'filterKeyValues': json.dumps(filter_key_values) if (filter_key_values is not None and not isinstance(filter_key_values, str)) else filter_key_values, 'searchScoreCutoff': json.dumps(search_score_cutoff) if (search_score_cutoff is not None and not isinstance(search_score_cutoff, str)) else search_score_cutoff, 'chatConfig': json.dumps(chat_config) if (chat_config is not None and not isinstance(chat_config, str)) else chat_config}, files=attachments, server_override=prediction_url)
|
7530
7530
|
|
7531
|
-
def get_conversation_response(self, deployment_id: str, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None) -> Dict:
|
7531
|
+
def get_conversation_response(self, deployment_id: str, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None, user_info: dict = None) -> Dict:
|
7532
7532
|
"""Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
7533
7533
|
|
7534
7534
|
Args:
|
@@ -7547,7 +7547,7 @@ Creates a new feature group defined as the union of other feature group versions
|
|
7547
7547
|
doc_infos (list): An optional list of documents use for the conversation. A keyword 'doc_id' is expected to be present in each document for retrieving contents from docstore."""
|
7548
7548
|
prediction_url = self._get_prediction_endpoint(
|
7549
7549
|
deployment_id, deployment_token) if deployment_token else None
|
7550
|
-
return self._call_api('getConversationResponse', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'message': message, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'docInfos': doc_infos}, server_override=prediction_url)
|
7550
|
+
return self._call_api('getConversationResponse', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'message': message, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'docInfos': doc_infos, 'userInfo': user_info}, server_override=prediction_url)
|
7551
7551
|
|
7552
7552
|
def get_conversation_response_with_binary_data(self, deployment_id: str, deployment_token: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, attachments: None = None) -> Dict:
|
7553
7553
|
"""Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
@@ -43,10 +43,12 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
43
43
|
maxOccurrencesPerWord (int): The maximum occurrences of a particular search word present in the file.
|
44
44
|
maxWordsContentMatches (int): The maximum number of content matches from the client.
|
45
45
|
editPredictionEnabled (bool): Whether to enable edit prediction.
|
46
|
+
snapshotIntervalMs (int): The interval in ms to snapshot the file for recent file changes.
|
47
|
+
linesForSnapshot (int): Limit of max number of lines to snapshot for recent file changes.
|
46
48
|
embeddingConstants (codellmembeddingconstants): Embedding constants
|
47
49
|
"""
|
48
50
|
|
49
|
-
def __init__(self, client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None, minRefreshSummaryInterval=None, summaryBatchSize=None, jobReorderInterval=None, stopRapidChanges=None, delaySummaryBatches=None, delaySummaryBatchesRateLimit=None, maxSymbolsFuzzyMatch=None, fuzzySymbolMatchThreshold=None, symbolsCacheUpdateInterval=None, symbolsStorageUpdateInterval=None, editPredictionSimilarityThreshold=None, minSearchWordLength=None, maxOccurrencesPerWord=None, maxWordsContentMatches=None, editPredictionEnabled=None, embeddingConstants=None):
|
51
|
+
def __init__(self, client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None, minRefreshSummaryInterval=None, summaryBatchSize=None, jobReorderInterval=None, stopRapidChanges=None, delaySummaryBatches=None, delaySummaryBatchesRateLimit=None, maxSymbolsFuzzyMatch=None, fuzzySymbolMatchThreshold=None, symbolsCacheUpdateInterval=None, symbolsStorageUpdateInterval=None, editPredictionSimilarityThreshold=None, minSearchWordLength=None, maxOccurrencesPerWord=None, maxWordsContentMatches=None, editPredictionEnabled=None, snapshotIntervalMs=None, linesForSnapshot=None, embeddingConstants=None):
|
50
52
|
super().__init__(client, None)
|
51
53
|
self.max_pending_requests = maxPendingRequests
|
52
54
|
self.acceptance_delay = acceptanceDelay
|
@@ -84,12 +86,14 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
84
86
|
self.max_occurrences_per_word = maxOccurrencesPerWord
|
85
87
|
self.max_words_content_matches = maxWordsContentMatches
|
86
88
|
self.edit_prediction_enabled = editPredictionEnabled
|
89
|
+
self.snapshot_interval_ms = snapshotIntervalMs
|
90
|
+
self.lines_for_snapshot = linesForSnapshot
|
87
91
|
self.embedding_constants = embeddingConstants
|
88
92
|
self.deprecated_keys = {}
|
89
93
|
|
90
94
|
def __repr__(self):
|
91
|
-
repr_dict = {f'max_pending_requests': repr(self.max_pending_requests), f'acceptance_delay': repr(self.acceptance_delay), f'debounce_delay': repr(self.debounce_delay), f'record_user_action': repr(self.record_user_action), f'validate_suggestion': repr(self.validate_suggestion), f'validation_lines_threshold': repr(self.validation_lines_threshold), f'max_tracked_recent_changes': repr(self.max_tracked_recent_changes), f'diff_threshold': repr(self.diff_threshold), f'derivative_threshold': repr(self.derivative_threshold), f'default_surrounding_lines': repr(self.default_surrounding_lines), f'max_tracked_visit_changes': repr(self.max_tracked_visit_changes), f'selection_cooldown_ms': repr(self.selection_cooldown_ms), f'viewing_cooldown_ms': repr(self.viewing_cooldown_ms), f'max_lines': repr(self.max_lines), f'edit_cooldown_ms': repr(self.edit_cooldown_ms), f'scroll_debounce_ms': repr(self.scroll_debounce_ms), f'lsp_deadline': repr(self.lsp_deadline), f'diagnostics_threshold': repr(self.diagnostics_threshold), f'diagnostic_each_threshold': repr(self.diagnostic_each_threshold), f'num_vs_code_suggestions': repr(
|
92
|
-
self.
|
95
|
+
repr_dict = {f'max_pending_requests': repr(self.max_pending_requests), f'acceptance_delay': repr(self.acceptance_delay), f'debounce_delay': repr(self.debounce_delay), f'record_user_action': repr(self.record_user_action), f'validate_suggestion': repr(self.validate_suggestion), f'validation_lines_threshold': repr(self.validation_lines_threshold), f'max_tracked_recent_changes': repr(self.max_tracked_recent_changes), f'diff_threshold': repr(self.diff_threshold), f'derivative_threshold': repr(self.derivative_threshold), f'default_surrounding_lines': repr(self.default_surrounding_lines), f'max_tracked_visit_changes': repr(self.max_tracked_visit_changes), f'selection_cooldown_ms': repr(self.selection_cooldown_ms), f'viewing_cooldown_ms': repr(self.viewing_cooldown_ms), f'max_lines': repr(self.max_lines), f'edit_cooldown_ms': repr(self.edit_cooldown_ms), f'scroll_debounce_ms': repr(self.scroll_debounce_ms), f'lsp_deadline': repr(self.lsp_deadline), f'diagnostics_threshold': repr(self.diagnostics_threshold), f'diagnostic_each_threshold': repr(self.diagnostic_each_threshold), f'num_vs_code_suggestions': repr(self.num_vs_code_suggestions), f'min_reindexing_interval': repr(
|
96
|
+
self.min_reindexing_interval), f'min_refresh_summary_interval': repr(self.min_refresh_summary_interval), f'summary_batch_size': repr(self.summary_batch_size), f'job_reorder_interval': repr(self.job_reorder_interval), f'stop_rapid_changes': repr(self.stop_rapid_changes), f'delay_summary_batches': repr(self.delay_summary_batches), f'delay_summary_batches_rate_limit': repr(self.delay_summary_batches_rate_limit), f'max_symbols_fuzzy_match': repr(self.max_symbols_fuzzy_match), f'fuzzy_symbol_match_threshold': repr(self.fuzzy_symbol_match_threshold), f'symbols_cache_update_interval': repr(self.symbols_cache_update_interval), f'symbols_storage_update_interval': repr(self.symbols_storage_update_interval), f'edit_prediction_similarity_threshold': repr(self.edit_prediction_similarity_threshold), f'min_search_word_length': repr(self.min_search_word_length), f'max_occurrences_per_word': repr(self.max_occurrences_per_word), f'max_words_content_matches': repr(self.max_words_content_matches), f'edit_prediction_enabled': repr(self.edit_prediction_enabled), f'snapshot_interval_ms': repr(self.snapshot_interval_ms), f'lines_for_snapshot': repr(self.lines_for_snapshot), f'embedding_constants': repr(self.embedding_constants)}
|
93
97
|
class_name = "ConstantsAutocompleteResponse"
|
94
98
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
95
99
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -102,6 +106,6 @@ class ConstantsAutocompleteResponse(AbstractApiClass):
|
|
102
106
|
Returns:
|
103
107
|
dict: The dict value representation of the class parameters
|
104
108
|
"""
|
105
|
-
resp = {'max_pending_requests': self.max_pending_requests, 'acceptance_delay': self.acceptance_delay, 'debounce_delay': self.debounce_delay, 'record_user_action': self.record_user_action, 'validate_suggestion': self.validate_suggestion, 'validation_lines_threshold': self.validation_lines_threshold, 'max_tracked_recent_changes': self.max_tracked_recent_changes, 'diff_threshold': self.diff_threshold, 'derivative_threshold': self.derivative_threshold, 'default_surrounding_lines': self.default_surrounding_lines, 'max_tracked_visit_changes': self.max_tracked_visit_changes, 'selection_cooldown_ms': self.selection_cooldown_ms, 'viewing_cooldown_ms': self.viewing_cooldown_ms, 'max_lines': self.max_lines, 'edit_cooldown_ms': self.edit_cooldown_ms, 'scroll_debounce_ms': self.scroll_debounce_ms, 'lsp_deadline': self.lsp_deadline, 'diagnostics_threshold': self.diagnostics_threshold, 'diagnostic_each_threshold': self.diagnostic_each_threshold, 'num_vs_code_suggestions': self.num_vs_code_suggestions,
|
106
|
-
'
|
109
|
+
resp = {'max_pending_requests': self.max_pending_requests, 'acceptance_delay': self.acceptance_delay, 'debounce_delay': self.debounce_delay, 'record_user_action': self.record_user_action, 'validate_suggestion': self.validate_suggestion, 'validation_lines_threshold': self.validation_lines_threshold, 'max_tracked_recent_changes': self.max_tracked_recent_changes, 'diff_threshold': self.diff_threshold, 'derivative_threshold': self.derivative_threshold, 'default_surrounding_lines': self.default_surrounding_lines, 'max_tracked_visit_changes': self.max_tracked_visit_changes, 'selection_cooldown_ms': self.selection_cooldown_ms, 'viewing_cooldown_ms': self.viewing_cooldown_ms, 'max_lines': self.max_lines, 'edit_cooldown_ms': self.edit_cooldown_ms, 'scroll_debounce_ms': self.scroll_debounce_ms, 'lsp_deadline': self.lsp_deadline, 'diagnostics_threshold': self.diagnostics_threshold, 'diagnostic_each_threshold': self.diagnostic_each_threshold, 'num_vs_code_suggestions': self.num_vs_code_suggestions, 'min_reindexing_interval': self.min_reindexing_interval,
|
110
|
+
'min_refresh_summary_interval': self.min_refresh_summary_interval, 'summary_batch_size': self.summary_batch_size, 'job_reorder_interval': self.job_reorder_interval, 'stop_rapid_changes': self.stop_rapid_changes, 'delay_summary_batches': self.delay_summary_batches, 'delay_summary_batches_rate_limit': self.delay_summary_batches_rate_limit, 'max_symbols_fuzzy_match': self.max_symbols_fuzzy_match, 'fuzzy_symbol_match_threshold': self.fuzzy_symbol_match_threshold, 'symbols_cache_update_interval': self.symbols_cache_update_interval, 'symbols_storage_update_interval': self.symbols_storage_update_interval, 'edit_prediction_similarity_threshold': self.edit_prediction_similarity_threshold, 'min_search_word_length': self.min_search_word_length, 'max_occurrences_per_word': self.max_occurrences_per_word, 'max_words_content_matches': self.max_words_content_matches, 'edit_prediction_enabled': self.edit_prediction_enabled, 'snapshot_interval_ms': self.snapshot_interval_ms, 'lines_for_snapshot': self.lines_for_snapshot, 'embedding_constants': self.embedding_constants}
|
107
111
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -345,7 +345,7 @@ class Deployment(AbstractApiClass):
|
|
345
345
|
"""
|
346
346
|
return self.client.create_realtime_monitor(self.deployment_id, realtime_monitor_schedule, lookback_time)
|
347
347
|
|
348
|
-
def get_conversation_response(self, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None):
|
348
|
+
def get_conversation_response(self, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None, user_info: dict = None):
|
349
349
|
"""
|
350
350
|
Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
351
351
|
|
@@ -363,7 +363,7 @@ class Deployment(AbstractApiClass):
|
|
363
363
|
chat_config (dict): A dictionary specifiying the query chat config override.
|
364
364
|
doc_infos (list): An optional list of documents use for the conversation. A keyword 'doc_id' is expected to be present in each document for retrieving contents from docstore.
|
365
365
|
"""
|
366
|
-
return self.client.get_conversation_response(self.deployment_id, message, deployment_token, deployment_conversation_id, external_session_id, llm_name, num_completion_tokens, system_message, temperature, filter_key_values, search_score_cutoff, chat_config, doc_infos)
|
366
|
+
return self.client.get_conversation_response(self.deployment_id, message, deployment_token, deployment_conversation_id, external_session_id, llm_name, num_completion_tokens, system_message, temperature, filter_key_values, search_score_cutoff, chat_config, doc_infos, user_info)
|
367
367
|
|
368
368
|
def get_conversation_response_with_binary_data(self, deployment_token: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, attachments: None = None):
|
369
369
|
"""
|
@@ -0,0 +1,49 @@
|
|
1
|
+
from .return_class import AbstractApiClass
|
2
|
+
|
3
|
+
|
4
|
+
class McpServer(AbstractApiClass):
|
5
|
+
"""
|
6
|
+
Model Context Protocol Server
|
7
|
+
|
8
|
+
Args:
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
10
|
+
name (str): The name of the MCP server.
|
11
|
+
description (str): description of what the MCP server does.
|
12
|
+
envVars (list): list of api_keys or credentials required by the MCP server.
|
13
|
+
config (str): a json string containing the command and arguments for the MCP server.
|
14
|
+
envVarInstructions (str): instructions for the user to get the environment variables.
|
15
|
+
url (str): The url of the MCP server github repository or webpage.
|
16
|
+
isActive (bool): Whether the MCP server is active.
|
17
|
+
metadata (dict): additional information about the MCP server including github_stars, etc.
|
18
|
+
"""
|
19
|
+
|
20
|
+
def __init__(self, client, name=None, description=None, envVars=None, config=None, envVarInstructions=None, url=None, isActive=None, metadata=None):
|
21
|
+
super().__init__(client, None)
|
22
|
+
self.name = name
|
23
|
+
self.description = description
|
24
|
+
self.env_vars = envVars
|
25
|
+
self.config = config
|
26
|
+
self.env_var_instructions = envVarInstructions
|
27
|
+
self.url = url
|
28
|
+
self.is_active = isActive
|
29
|
+
self.metadata = metadata
|
30
|
+
self.deprecated_keys = {}
|
31
|
+
|
32
|
+
def __repr__(self):
|
33
|
+
repr_dict = {f'name': repr(self.name), f'description': repr(self.description), f'env_vars': repr(self.env_vars), f'config': repr(
|
34
|
+
self.config), f'env_var_instructions': repr(self.env_var_instructions), f'url': repr(self.url), f'is_active': repr(self.is_active), f'metadata': repr(self.metadata)}
|
35
|
+
class_name = "McpServer"
|
36
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
37
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
38
|
+
return f"{class_name}({repr_str})"
|
39
|
+
|
40
|
+
def to_dict(self):
|
41
|
+
"""
|
42
|
+
Get a dict representation of the parameters in this class
|
43
|
+
|
44
|
+
Returns:
|
45
|
+
dict: The dict value representation of the class parameters
|
46
|
+
"""
|
47
|
+
resp = {'name': self.name, 'description': self.description, 'env_vars': self.env_vars, 'config': self.config,
|
48
|
+
'env_var_instructions': self.env_var_instructions, 'url': self.url, 'is_active': self.is_active, 'metadata': self.metadata}
|
49
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
@@ -23,8 +23,6 @@ class Model(AbstractApiClass):
|
|
23
23
|
modelPredictionConfig (dict): The prediction config options for the model.
|
24
24
|
createdAt (str): Date and time at which the model was created.
|
25
25
|
projectId (str): The project this model belongs to.
|
26
|
-
shared (bool): If model is shared to the Abacus.AI model showcase.
|
27
|
-
sharedAt (str): The date and time at which the model was shared to the model showcase
|
28
26
|
trainFunctionName (str): Name of the function found in the source code that will be executed to train the model. It is not executed when this function is run.
|
29
27
|
predictFunctionName (str): Name of the function found in the source code that will be executed run predictions through model. It is not executed when this function is run.
|
30
28
|
predictManyFunctionName (str): Name of the function found in the source code that will be executed to run batch predictions trhough the model.
|
@@ -54,7 +52,7 @@ class Model(AbstractApiClass):
|
|
54
52
|
modelConfig (TrainingConfig): The training config options used to train this model.
|
55
53
|
"""
|
56
54
|
|
57
|
-
def __init__(self, client, name=None, modelId=None, modelConfigType=None, modelPredictionConfig=None, createdAt=None, projectId=None,
|
55
|
+
def __init__(self, client, name=None, modelId=None, modelConfigType=None, modelPredictionConfig=None, createdAt=None, projectId=None, trainFunctionName=None, predictFunctionName=None, predictManyFunctionName=None, initializeFunctionName=None, trainingInputTables=None, sourceCode=None, cpuSize=None, memory=None, trainingFeatureGroupIds=None, algorithmModelConfigs=None, trainingVectorStoreVersions=None, documentRetrievers=None, documentRetrieverIds=None, isPythonModel=None, defaultAlgorithm=None, customAlgorithmConfigs=None, restrictedAlgorithms=None, useGpu=None, notebookId=None, trainingRequired=None, location={}, refreshSchedules={}, codeSource={}, databaseConnector={}, dataLlmFeatureGroups={}, latestModelVersion={}, modelConfig={}):
|
58
56
|
super().__init__(client, modelId)
|
59
57
|
self.name = name
|
60
58
|
self.model_id = modelId
|
@@ -62,8 +60,6 @@ class Model(AbstractApiClass):
|
|
62
60
|
self.model_prediction_config = modelPredictionConfig
|
63
61
|
self.created_at = createdAt
|
64
62
|
self.project_id = projectId
|
65
|
-
self.shared = shared
|
66
|
-
self.shared_at = sharedAt
|
67
63
|
self.train_function_name = trainFunctionName
|
68
64
|
self.predict_function_name = predictFunctionName
|
69
65
|
self.predict_many_function_name = predictManyFunctionName
|
@@ -99,8 +95,8 @@ class Model(AbstractApiClass):
|
|
99
95
|
self.deprecated_keys = {}
|
100
96
|
|
101
97
|
def __repr__(self):
|
102
|
-
repr_dict = {f'name': repr(self.name), f'model_id': repr(self.model_id), f'model_config_type': repr(self.model_config_type), f'model_prediction_config': repr(self.model_prediction_config), f'created_at': repr(self.created_at), f'project_id': repr(self.project_id), f'
|
103
|
-
|
98
|
+
repr_dict = {f'name': repr(self.name), f'model_id': repr(self.model_id), f'model_config_type': repr(self.model_config_type), f'model_prediction_config': repr(self.model_prediction_config), f'created_at': repr(self.created_at), f'project_id': repr(self.project_id), f'train_function_name': repr(self.train_function_name), f'predict_function_name': repr(self.predict_function_name), f'predict_many_function_name': repr(self.predict_many_function_name), f'initialize_function_name': repr(self.initialize_function_name), f'training_input_tables': repr(self.training_input_tables), f'source_code': repr(self.source_code), f'cpu_size': repr(self.cpu_size), f'memory': repr(self.memory), f'training_feature_group_ids': repr(self.training_feature_group_ids), f'algorithm_model_configs': repr(self.algorithm_model_configs), f'training_vector_store_versions': repr(
|
99
|
+
self.training_vector_store_versions), f'document_retrievers': repr(self.document_retrievers), f'document_retriever_ids': repr(self.document_retriever_ids), f'is_python_model': repr(self.is_python_model), f'default_algorithm': repr(self.default_algorithm), f'custom_algorithm_configs': repr(self.custom_algorithm_configs), f'restricted_algorithms': repr(self.restricted_algorithms), f'use_gpu': repr(self.use_gpu), f'notebook_id': repr(self.notebook_id), f'training_required': repr(self.training_required), f'location': repr(self.location), f'refresh_schedules': repr(self.refresh_schedules), f'code_source': repr(self.code_source), f'database_connector': repr(self.database_connector), f'data_llm_feature_groups': repr(self.data_llm_feature_groups), f'latest_model_version': repr(self.latest_model_version), f'model_config': repr(self.model_config)}
|
104
100
|
class_name = "Model"
|
105
101
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
106
102
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
@@ -113,7 +109,7 @@ class Model(AbstractApiClass):
|
|
113
109
|
Returns:
|
114
110
|
dict: The dict value representation of the class parameters
|
115
111
|
"""
|
116
|
-
resp = {'name': self.name, 'model_id': self.model_id, 'model_config_type': self.model_config_type, 'model_prediction_config': self.model_prediction_config, 'created_at': self.created_at, 'project_id': self.project_id, '
|
112
|
+
resp = {'name': self.name, 'model_id': self.model_id, 'model_config_type': self.model_config_type, 'model_prediction_config': self.model_prediction_config, 'created_at': self.created_at, 'project_id': self.project_id, 'train_function_name': self.train_function_name, 'predict_function_name': self.predict_function_name, 'predict_many_function_name': self.predict_many_function_name, 'initialize_function_name': self.initialize_function_name, 'training_input_tables': self.training_input_tables, 'source_code': self.source_code, 'cpu_size': self.cpu_size, 'memory': self.memory, 'training_feature_group_ids': self.training_feature_group_ids, 'algorithm_model_configs': self.algorithm_model_configs, 'training_vector_store_versions': self.training_vector_store_versions, 'document_retrievers': self.document_retrievers,
|
117
113
|
'document_retriever_ids': self.document_retriever_ids, 'is_python_model': self.is_python_model, 'default_algorithm': self.default_algorithm, 'custom_algorithm_configs': self.custom_algorithm_configs, 'restricted_algorithms': self.restricted_algorithms, 'use_gpu': self.use_gpu, 'notebook_id': self.notebook_id, 'training_required': self.training_required, 'location': self._get_attribute_as_dict(self.location), 'refresh_schedules': self._get_attribute_as_dict(self.refresh_schedules), 'code_source': self._get_attribute_as_dict(self.code_source), 'database_connector': self._get_attribute_as_dict(self.database_connector), 'data_llm_feature_groups': self._get_attribute_as_dict(self.data_llm_feature_groups), 'latest_model_version': self._get_attribute_as_dict(self.latest_model_version), 'model_config': self._get_attribute_as_dict(self.model_config)}
|
118
114
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
119
115
|
|
@@ -345,7 +345,7 @@ class PredictionClient(BaseApiClient):
|
|
345
345
|
deployment_id, deployment_token) if deployment_token else None
|
346
346
|
return self._call_api('getRelatedItems', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'queryData': query_data, 'numItems': num_items, 'page': page, 'scalingFactors': scaling_factors, 'restrictItems': restrict_items, 'excludeItems': exclude_items}, server_override=prediction_url)
|
347
347
|
|
348
|
-
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None) -> Dict:
|
348
|
+
def get_chat_response(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, user_info: dict = None) -> Dict:
|
349
349
|
"""Return a chat response which continues the conversation based on the input messages and search results.
|
350
350
|
|
351
351
|
Args:
|
@@ -361,7 +361,7 @@ class PredictionClient(BaseApiClient):
|
|
361
361
|
chat_config (dict): A dictionary specifying the query chat config override."""
|
362
362
|
prediction_url = self._get_prediction_endpoint(
|
363
363
|
deployment_id, deployment_token) if deployment_token else None
|
364
|
-
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config}, server_override=prediction_url)
|
364
|
+
return self._call_api('getChatResponse', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, body={'messages': messages, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'userInfo': user_info}, server_override=prediction_url)
|
365
365
|
|
366
366
|
def get_chat_response_with_binary_data(self, deployment_token: str, deployment_id: str, messages: list, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, attachments: None = None) -> Dict:
|
367
367
|
"""Return a chat response which continues the conversation based on the input messages and search results.
|
@@ -382,7 +382,7 @@ class PredictionClient(BaseApiClient):
|
|
382
382
|
deployment_id, deployment_token) if deployment_token else None
|
383
383
|
return self._call_api('getChatResponseWithBinaryData', 'POST', query_params={'deploymentToken': deployment_token, 'deploymentId': deployment_id}, data={'messages': json.dumps(messages) if (messages is not None and not isinstance(messages, str)) else messages, 'llmName': json.dumps(llm_name) if (llm_name is not None and not isinstance(llm_name, str)) else llm_name, 'numCompletionTokens': json.dumps(num_completion_tokens) if (num_completion_tokens is not None and not isinstance(num_completion_tokens, str)) else num_completion_tokens, 'systemMessage': json.dumps(system_message) if (system_message is not None and not isinstance(system_message, str)) else system_message, 'temperature': json.dumps(temperature) if (temperature is not None and not isinstance(temperature, str)) else temperature, 'filterKeyValues': json.dumps(filter_key_values) if (filter_key_values is not None and not isinstance(filter_key_values, str)) else filter_key_values, 'searchScoreCutoff': json.dumps(search_score_cutoff) if (search_score_cutoff is not None and not isinstance(search_score_cutoff, str)) else search_score_cutoff, 'chatConfig': json.dumps(chat_config) if (chat_config is not None and not isinstance(chat_config, str)) else chat_config}, files=attachments, server_override=prediction_url)
|
384
384
|
|
385
|
-
def get_conversation_response(self, deployment_id: str, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None) -> Dict:
|
385
|
+
def get_conversation_response(self, deployment_id: str, message: str, deployment_token: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, doc_infos: list = None, user_info: dict = None) -> Dict:
|
386
386
|
"""Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
387
387
|
|
388
388
|
Args:
|
@@ -401,7 +401,7 @@ class PredictionClient(BaseApiClient):
|
|
401
401
|
doc_infos (list): An optional list of documents use for the conversation. A keyword 'doc_id' is expected to be present in each document for retrieving contents from docstore."""
|
402
402
|
prediction_url = self._get_prediction_endpoint(
|
403
403
|
deployment_id, deployment_token) if deployment_token else None
|
404
|
-
return self._call_api('getConversationResponse', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'message': message, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'docInfos': doc_infos}, server_override=prediction_url)
|
404
|
+
return self._call_api('getConversationResponse', 'POST', query_params={'deploymentId': deployment_id, 'deploymentToken': deployment_token}, body={'message': message, 'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'llmName': llm_name, 'numCompletionTokens': num_completion_tokens, 'systemMessage': system_message, 'temperature': temperature, 'filterKeyValues': filter_key_values, 'searchScoreCutoff': search_score_cutoff, 'chatConfig': chat_config, 'docInfos': doc_infos, 'userInfo': user_info}, server_override=prediction_url)
|
405
405
|
|
406
406
|
def get_conversation_response_with_binary_data(self, deployment_id: str, deployment_token: str, message: str, deployment_conversation_id: str = None, external_session_id: str = None, llm_name: str = None, num_completion_tokens: int = None, system_message: str = None, temperature: float = 0.0, filter_key_values: dict = None, search_score_cutoff: float = None, chat_config: dict = None, attachments: None = None) -> Dict:
|
407
407
|
"""Return a conversation response which continues the conversation based on the input message and deployment conversation id (if exists).
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.1
|
2
2
|
Name: abacusai
|
3
|
-
Version: 1.4.
|
3
|
+
Version: 1.4.47
|
4
4
|
Summary: Abacus.AI Python Client Library
|
5
5
|
Home-page: https://github.com/abacusai/api-python
|
6
6
|
Author: Abacus.AI
|
@@ -21,11 +21,3 @@ Requires-Dist: requests
|
|
21
21
|
Requires-Dist: pandas
|
22
22
|
Requires-Dist: fastavro
|
23
23
|
Requires-Dist: typing_inspect; python_version < "3.8"
|
24
|
-
Dynamic: author
|
25
|
-
Dynamic: author-email
|
26
|
-
Dynamic: classifier
|
27
|
-
Dynamic: home-page
|
28
|
-
Dynamic: license
|
29
|
-
Dynamic: license-file
|
30
|
-
Dynamic: requires-dist
|
31
|
-
Dynamic: summary
|
@@ -593,7 +593,7 @@ Module Contents
|
|
593
593
|
|
594
594
|
|
595
595
|
.. py:attribute:: client_version
|
596
|
-
:value: '1.4.
|
596
|
+
:value: '1.4.46'
|
597
597
|
|
598
598
|
|
599
599
|
|
@@ -1400,7 +1400,7 @@ Module Contents
|
|
1400
1400
|
|
1401
1401
|
|
1402
1402
|
|
1403
|
-
.. py:method:: get_connector_auth(service = None, application_connector_id = None, scopes = None
|
1403
|
+
.. py:method:: get_connector_auth(service = None, application_connector_id = None, scopes = None)
|
1404
1404
|
|
1405
1405
|
Get the authentication details for a given connector. For user level connectors, the service is required. For org level connectors, the application_connector_id is required.
|
1406
1406
|
|
@@ -1410,8 +1410,6 @@ Module Contents
|
|
1410
1410
|
:type application_connector_id: str
|
1411
1411
|
:param scopes: The scopes to request for the connector.
|
1412
1412
|
:type scopes: List
|
1413
|
-
:param is_database_connector: Whether the connector is a database connector.
|
1414
|
-
:type is_database_connector: bool
|
1415
1413
|
|
1416
1414
|
:returns: The application connector with the authentication details.
|
1417
1415
|
:rtype: ApplicationConnector
|
@@ -4678,6 +4676,23 @@ Module Contents
|
|
4678
4676
|
|
4679
4677
|
|
4680
4678
|
|
4679
|
+
.. py:method:: get_raw_data_from_realtime_dataset(dataset_id, check_permissions = False, start_time = None, end_time = None, column_filter = None)
|
4680
|
+
|
4681
|
+
Returns raw data from a realtime dataset. Only Microsoft Teams datasets are supported currently due to data size constraints in realtime datasets.
|
4682
|
+
|
4683
|
+
:param dataset_id: The unique ID associated with the dataset.
|
4684
|
+
:type dataset_id: str
|
4685
|
+
:param check_permissions: If True, checks user permissions using session email.
|
4686
|
+
:type check_permissions: bool
|
4687
|
+
:param start_time: Start time filter (inclusive) for created_date_time_t in ISO 8601 format (e.g. 2025-05-13T08:25:11Z or 2025-05-13T08:25:11+00:00).
|
4688
|
+
:type start_time: str
|
4689
|
+
:param end_time: End time filter (inclusive) for created_date_time_t in ISO 8601 format (e.g. 2025-05-13T08:25:11Z or 2025-05-13T08:25:11+00:00).
|
4690
|
+
:type end_time: str
|
4691
|
+
:param column_filter: Dictionary mapping column names to filter values. Only rows matching all column filters will be returned.
|
4692
|
+
:type column_filter: dict
|
4693
|
+
|
4694
|
+
|
4695
|
+
|
4681
4696
|
.. py:method:: add_feature_group_to_project(feature_group_id, project_id, feature_group_type = 'CUSTOM_TABLE')
|
4682
4697
|
|
4683
4698
|
Adds a feature group to a project.
|
@@ -15,7 +15,7 @@ Classes
|
|
15
15
|
Module Contents
|
16
16
|
---------------
|
17
17
|
|
18
|
-
.. py:class:: ConstantsAutocompleteResponse(client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None, minRefreshSummaryInterval=None, summaryBatchSize=None, jobReorderInterval=None, stopRapidChanges=None, delaySummaryBatches=None, maxSymbolsFuzzyMatch=None, fuzzySymbolMatchThreshold=None, symbolsCacheUpdateInterval=None, symbolsStorageUpdateInterval=None, editPredictionSimilarityThreshold=None, embeddingConstants=None)
|
18
|
+
.. py:class:: ConstantsAutocompleteResponse(client, maxPendingRequests=None, acceptanceDelay=None, debounceDelay=None, recordUserAction=None, validateSuggestion=None, validationLinesThreshold=None, maxTrackedRecentChanges=None, diffThreshold=None, derivativeThreshold=None, defaultSurroundingLines=None, maxTrackedVisitChanges=None, selectionCooldownMs=None, viewingCooldownMs=None, maxLines=None, editCooldownMs=None, scrollDebounceMs=None, lspDeadline=None, diagnosticsThreshold=None, diagnosticEachThreshold=None, numVsCodeSuggestions=None, minReindexingInterval=None, minRefreshSummaryInterval=None, summaryBatchSize=None, jobReorderInterval=None, stopRapidChanges=None, delaySummaryBatches=None, delaySummaryBatchesRateLimit=None, maxSymbolsFuzzyMatch=None, fuzzySymbolMatchThreshold=None, symbolsCacheUpdateInterval=None, symbolsStorageUpdateInterval=None, editPredictionSimilarityThreshold=None, minSearchWordLength=None, maxOccurrencesPerWord=None, maxWordsContentMatches=None, editPredictionEnabled=None, embeddingConstants=None)
|
19
19
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
21
21
|
|
@@ -76,6 +76,8 @@ Module Contents
|
|
76
76
|
:type stopRapidChanges: bool
|
77
77
|
:param delaySummaryBatches: The delay in ms between summary batches.
|
78
78
|
:type delaySummaryBatches: int
|
79
|
+
:param delaySummaryBatchesRateLimit: The delay in ms in case of rate limit for delay summary batches.
|
80
|
+
:type delaySummaryBatchesRateLimit: int
|
79
81
|
:param maxSymbolsFuzzyMatch: The max number of symbols to fuzzy match.
|
80
82
|
:type maxSymbolsFuzzyMatch: int
|
81
83
|
:param fuzzySymbolMatchThreshold: The threshold for fuzzy symbol match.
|
@@ -86,6 +88,14 @@ Module Contents
|
|
86
88
|
:type symbolsStorageUpdateInterval: int
|
87
89
|
:param editPredictionSimilarityThreshold: The threshold for edit prediction similarity.
|
88
90
|
:type editPredictionSimilarityThreshold: int
|
91
|
+
:param minSearchWordLength: The minimum length of the word to be searched.
|
92
|
+
:type minSearchWordLength: int
|
93
|
+
:param maxOccurrencesPerWord: The maximum occurrences of a particular search word present in the file.
|
94
|
+
:type maxOccurrencesPerWord: int
|
95
|
+
:param maxWordsContentMatches: The maximum number of content matches from the client.
|
96
|
+
:type maxWordsContentMatches: int
|
97
|
+
:param editPredictionEnabled: Whether to enable edit prediction.
|
98
|
+
:type editPredictionEnabled: bool
|
89
99
|
:param embeddingConstants: Embedding constants
|
90
100
|
:type embeddingConstants: codellmembeddingconstants
|
91
101
|
|
@@ -220,6 +230,11 @@ Module Contents
|
|
220
230
|
|
221
231
|
|
222
232
|
|
233
|
+
.. py:attribute:: delay_summary_batches_rate_limit
|
234
|
+
:value: None
|
235
|
+
|
236
|
+
|
237
|
+
|
223
238
|
.. py:attribute:: max_symbols_fuzzy_match
|
224
239
|
:value: None
|
225
240
|
|
@@ -245,6 +260,26 @@ Module Contents
|
|
245
260
|
|
246
261
|
|
247
262
|
|
263
|
+
.. py:attribute:: min_search_word_length
|
264
|
+
:value: None
|
265
|
+
|
266
|
+
|
267
|
+
|
268
|
+
.. py:attribute:: max_occurrences_per_word
|
269
|
+
:value: None
|
270
|
+
|
271
|
+
|
272
|
+
|
273
|
+
.. py:attribute:: max_words_content_matches
|
274
|
+
:value: None
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
.. py:attribute:: edit_prediction_enabled
|
279
|
+
:value: None
|
280
|
+
|
281
|
+
|
282
|
+
|
248
283
|
.. py:attribute:: embedding_constants
|
249
284
|
:value: None
|
250
285
|
|
@@ -204,6 +204,21 @@ Module Contents
|
|
204
204
|
|
205
205
|
|
206
206
|
|
207
|
+
.. py:method:: get_raw_data_from_realtime(check_permissions = False, start_time = None, end_time = None, column_filter = None)
|
208
|
+
|
209
|
+
Returns raw data from a realtime dataset. Only Microsoft Teams datasets are supported currently due to data size constraints in realtime datasets.
|
210
|
+
|
211
|
+
:param check_permissions: If True, checks user permissions using session email.
|
212
|
+
:type check_permissions: bool
|
213
|
+
:param start_time: Start time filter (inclusive) for created_date_time_t in ISO 8601 format (e.g. 2025-05-13T08:25:11Z or 2025-05-13T08:25:11+00:00).
|
214
|
+
:type start_time: str
|
215
|
+
:param end_time: End time filter (inclusive) for created_date_time_t in ISO 8601 format (e.g. 2025-05-13T08:25:11Z or 2025-05-13T08:25:11+00:00).
|
216
|
+
:type end_time: str
|
217
|
+
:param column_filter: Dictionary mapping column names to filter values. Only rows matching all column filters will be returned.
|
218
|
+
:type column_filter: dict
|
219
|
+
|
220
|
+
|
221
|
+
|
207
222
|
.. py:method:: create_version_from_file_connector(location = None, file_format = None, csv_delimiter = None, merge_file_schemas = None, parsing_config = None, sql_query = None)
|
208
223
|
|
209
224
|
Creates a new version of the specified dataset.
|
@@ -15,7 +15,7 @@ Classes
|
|
15
15
|
Module Contents
|
16
16
|
---------------
|
17
17
|
|
18
|
-
.. py:class:: ExternalApplication(client, name=None, externalApplicationId=None, deploymentId=None, description=None, logo=None, theme=None, userGroupIds=None, useCase=None, isAgent=None, status=None, deploymentConversationRetentionHours=None, managedUserService=None, predictionOverrides=None, isSystemCreated=None, isCustomizable=None, isDeprecated=None, isVisible=None, hasThinkingOption=None, onlyImageGenEnabled=None)
|
18
|
+
.. py:class:: ExternalApplication(client, name=None, externalApplicationId=None, deploymentId=None, description=None, logo=None, theme=None, userGroupIds=None, useCase=None, isAgent=None, status=None, deploymentConversationRetentionHours=None, managedUserService=None, predictionOverrides=None, isSystemCreated=None, isCustomizable=None, isDeprecated=None, isVisible=None, hasThinkingOption=None, onlyImageGenEnabled=None, projectId=None)
|
19
19
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
21
21
|
|
@@ -62,6 +62,8 @@ Module Contents
|
|
62
62
|
:type hasThinkingOption: bool
|
63
63
|
:param onlyImageGenEnabled: Whether to LLM only allows image generation.
|
64
64
|
:type onlyImageGenEnabled: bool
|
65
|
+
:param projectId: The project id associated with the external application.
|
66
|
+
:type projectId: str
|
65
67
|
|
66
68
|
|
67
69
|
.. py:attribute:: name
|
@@ -159,6 +161,11 @@ Module Contents
|
|
159
161
|
|
160
162
|
|
161
163
|
|
164
|
+
.. py:attribute:: project_id
|
165
|
+
:value: None
|
166
|
+
|
167
|
+
|
168
|
+
|
162
169
|
.. py:attribute:: deprecated_keys
|
163
170
|
|
164
171
|
|