abacusai 1.4.26__tar.gz → 1.4.27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abacusai might be problematic. Click here for more details.
- {abacusai-1.4.26/abacusai.egg-info → abacusai-1.4.27}/PKG-INFO +9 -2
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/__init__.py +1 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/ai_agents.py +6 -2
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/client.py +8 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/document_retriever_version.py +17 -5
- {abacusai-1.4.26 → abacusai-1.4.27/abacusai.egg-info}/PKG-INFO +9 -2
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +10 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +10 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/client/index.rst.txt +5 -2
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_bot/index.rst.txt +8 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +8 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/index.rst.txt +39 -5
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/workflow_graph_node_details/index.rst.txt +8 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/enums/index.html +10 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/index.html +10 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/client/index.html +7 -2
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_bot/index.html +7 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/custom_chat_instructions/index.html +7 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/index.html +44 -5
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/workflow_graph_node_details/index.html +7 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/genindex.html +39 -3
- abacusai-1.4.27/docs/objects.inv +0 -0
- abacusai-1.4.27/docs/searchindex.js +1 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/setup.py +1 -1
- abacusai-1.4.26/docs/objects.inv +0 -0
- abacusai-1.4.26/docs/searchindex.js +0 -1
- {abacusai-1.4.26 → abacusai-1.4.27}/.gitignore +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/LICENSE +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/README.md +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/address.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/annotation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/dataset.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/document_retriever.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/enums.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/model.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_client_utils.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/api_key.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/app_user_group_sign_in_token.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/chatllm_computer.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_autocomplete_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_bot.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_edit.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_edit_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_edits.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/code_source.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/dataset.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment_conversation_event.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/document_data.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/document_retriever_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/external_application.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/feature_record.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/global_context.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/image_gen_settings.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_location.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/module.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/nlp_chat_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/page_data.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/playground_text.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project_config.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/python_function.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/regenerate_llm_external_application.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/return_class.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/schema.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/upload.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/use_case.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/user.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/web_page_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/webhook.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/workflow_graph_node_details.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai/workflow_node_template.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai.egg-info/SOURCES.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/.buildinfo +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/.buildinfo.bak +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/.nojekyll +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/app_user_group_sign_in_token/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/chatllm_computer/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_autocomplete_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_edit/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_edit_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_edits/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/image_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/nlp_chat_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/playground_text/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/regenerate_llm_external_application/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/web_page_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/workflow_graph_node/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/basic.css +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/file.png +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/minus.png +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/plus.png +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/ai_agents/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/document_retriever/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/model/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_client_utils/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/app_user_group_sign_in_token/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/chatllm_computer/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_autocomplete_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_edit/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_edit_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_edits/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_data/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_retriever_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/image_gen_settings/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/nlp_chat_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/playground_text/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/regenerate_llm_external_application/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/web_page_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/workflow_graph_node/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/index.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/py-modindex.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/docs/search.html +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/CheatSheet.md +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/basics/basics.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/language/0.calling_large_language_models.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/language/1.extracting_text.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/language/2.document_retriever.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/language/helpers/metadata_extractor.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/examples/language/helpers/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/featurestore.md +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/requirements.txt +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/setup.cfg +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/sphinx/build_docs +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/sphinx/conf.py +0 -0
- {abacusai-1.4.26 → abacusai-1.4.27}/sphinx/index.rst +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: abacusai
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.27
|
|
4
4
|
Summary: Abacus.AI Python Client Library
|
|
5
5
|
Home-page: https://github.com/abacusai/api-python
|
|
6
6
|
Author: Abacus.AI
|
|
@@ -22,3 +22,10 @@ Requires-Dist: requests
|
|
|
22
22
|
Requires-Dist: pandas
|
|
23
23
|
Requires-Dist: fastavro
|
|
24
24
|
Requires-Dist: typing_inspect; python_version < "3.8"
|
|
25
|
+
Dynamic: author
|
|
26
|
+
Dynamic: author-email
|
|
27
|
+
Dynamic: classifier
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: license
|
|
30
|
+
Dynamic: requires-dist
|
|
31
|
+
Dynamic: summary
|
|
@@ -104,6 +104,8 @@ class WorkflowNodeInputMapping(ApiClass):
|
|
|
104
104
|
@classmethod
|
|
105
105
|
def from_dict(cls, mapping: dict):
|
|
106
106
|
validate_input_dict_param(mapping, friendly_class_name='input_mapping', must_contain=['name', 'variable_type'])
|
|
107
|
+
if not isinstance(mapping['variable_type'], str) and not isinstance(mapping['variable_type'], enums.WorkflowNodeInputType):
|
|
108
|
+
raise ValueError('input_mapping', 'Invalid variable_type. Provided argument should be of type str or WorkflowNodeInputType enum.')
|
|
107
109
|
if mapping['variable_type'] not in enums.WorkflowNodeInputType.__members__:
|
|
108
110
|
raise ValueError('input_mapping', f"Invalid enum argument {mapping['variable_type']}. Provided argument should be of enum type WorkflowNodeInputType.")
|
|
109
111
|
return cls(
|
|
@@ -232,6 +234,8 @@ class WorkflowNodeOutputMapping(ApiClass):
|
|
|
232
234
|
def from_dict(cls, mapping: dict):
|
|
233
235
|
validate_input_dict_param(mapping, friendly_class_name='output_mapping', must_contain=['name'])
|
|
234
236
|
variable_type = mapping.get('variable_type', 'ANY')
|
|
237
|
+
if not isinstance(variable_type, str) and not isinstance(variable_type, enums.WorkflowNodeOutputType):
|
|
238
|
+
raise ValueError('output_mapping', 'Invalid variable_type. Provided argument should be of type str or WorkflowNodeOutputType enum.')
|
|
235
239
|
if variable_type not in enums.WorkflowNodeOutputType.__members__:
|
|
236
240
|
raise ValueError('output_mapping', f'Invalid enum argument {variable_type}. Provided argument should be of enum type WorkflowNodeOutputType.')
|
|
237
241
|
return cls(
|
|
@@ -335,7 +339,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
335
339
|
try:
|
|
336
340
|
tree = ast.parse(self.source_code)
|
|
337
341
|
except SyntaxError as e:
|
|
338
|
-
raise ValueError('
|
|
342
|
+
raise ValueError(f'"{name}" source code', f'SyntaxError: "{e}"')
|
|
339
343
|
arg_defaults = {}
|
|
340
344
|
function_found = False
|
|
341
345
|
for node in ast.iter_child_nodes(tree):
|
|
@@ -345,7 +349,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
345
349
|
defaults = [None] * (len(input_arguments) - len(node.args.defaults)) + node.args.defaults
|
|
346
350
|
arg_defaults = dict(zip(input_arguments, defaults))
|
|
347
351
|
if not function_found:
|
|
348
|
-
raise ValueError('
|
|
352
|
+
raise ValueError(f'"{name}" source code', f'Function "{self.function_name}" not found in the provided source code.')
|
|
349
353
|
|
|
350
354
|
is_shortform_input_mappings = False
|
|
351
355
|
if input_mappings is None:
|
|
@@ -643,7 +643,7 @@ class BaseApiClient:
|
|
|
643
643
|
client_options (ClientOptions): Optional API client configurations
|
|
644
644
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
645
645
|
"""
|
|
646
|
-
client_version = '1.4.
|
|
646
|
+
client_version = '1.4.27'
|
|
647
647
|
|
|
648
648
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
649
649
|
self.api_key = api_key
|
|
@@ -8829,6 +8829,13 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8829
8829
|
vector_store_id (str): A unique string identifier associated with the document retriever."""
|
|
8830
8830
|
return self._call_api('deleteDocumentRetriever', 'DELETE', query_params={'vectorStoreId': vector_store_id})
|
|
8831
8831
|
|
|
8832
|
+
def delete_document_retriever_version(self, document_retriever_version: str):
|
|
8833
|
+
"""Delete a document retriever version.
|
|
8834
|
+
|
|
8835
|
+
Args:
|
|
8836
|
+
document_retriever_version (str): A unique string identifier associated with the document retriever version."""
|
|
8837
|
+
return self._call_api('deleteDocumentRetrieverVersion', 'DELETE', query_params={'documentRetrieverVersion': document_retriever_version})
|
|
8838
|
+
|
|
8832
8839
|
def get_document_snippet(self, document_retriever_id: str, document_id: str, start_word_index: int = None, end_word_index: int = None) -> DocumentRetrieverLookupResult:
|
|
8833
8840
|
"""Get a snippet from documents in the document retriever.
|
|
8834
8841
|
|
|
@@ -21,9 +21,10 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
21
21
|
embeddingFileSize (int): The size of embedding file for the document retriever.
|
|
22
22
|
warnings (list): The warning messages when creating the document retriever.
|
|
23
23
|
resolvedConfig (DocumentRetrieverConfig): The resolved configurations, such as default settings, for indexing documents.
|
|
24
|
+
documentRetrieverConfig (DocumentRetrieverConfig): The config used to create the document retriever version.
|
|
24
25
|
"""
|
|
25
26
|
|
|
26
|
-
def __init__(self, client, documentRetrieverId=None, documentRetrieverVersion=None, createdAt=None, status=None, deploymentStatus=None, featureGroupId=None, featureGroupVersion=None, error=None, numberOfChunks=None, embeddingFileSize=None, warnings=None, resolvedConfig={}):
|
|
27
|
+
def __init__(self, client, documentRetrieverId=None, documentRetrieverVersion=None, createdAt=None, status=None, deploymentStatus=None, featureGroupId=None, featureGroupVersion=None, error=None, numberOfChunks=None, embeddingFileSize=None, warnings=None, resolvedConfig={}, documentRetrieverConfig={}):
|
|
27
28
|
super().__init__(client, documentRetrieverVersion)
|
|
28
29
|
self.document_retriever_id = documentRetrieverId
|
|
29
30
|
self.document_retriever_version = documentRetrieverVersion
|
|
@@ -38,11 +39,13 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
38
39
|
self.warnings = warnings
|
|
39
40
|
self.resolved_config = client._build_class(
|
|
40
41
|
DocumentRetrieverConfig, resolvedConfig)
|
|
42
|
+
self.document_retriever_config = client._build_class(
|
|
43
|
+
DocumentRetrieverConfig, documentRetrieverConfig)
|
|
41
44
|
self.deprecated_keys = {}
|
|
42
45
|
|
|
43
46
|
def __repr__(self):
|
|
44
|
-
repr_dict = {f'document_retriever_id': repr(self.document_retriever_id), f'document_retriever_version': repr(self.document_retriever_version), f'created_at': repr(self.created_at), f'status': repr(self.status), f'deployment_status': repr(self.deployment_status), f'feature_group_id': repr(
|
|
45
|
-
self.
|
|
47
|
+
repr_dict = {f'document_retriever_id': repr(self.document_retriever_id), f'document_retriever_version': repr(self.document_retriever_version), f'created_at': repr(self.created_at), f'status': repr(self.status), f'deployment_status': repr(self.deployment_status), f'feature_group_id': repr(self.feature_group_id), f'feature_group_version': repr(
|
|
48
|
+
self.feature_group_version), f'error': repr(self.error), f'number_of_chunks': repr(self.number_of_chunks), f'embedding_file_size': repr(self.embedding_file_size), f'warnings': repr(self.warnings), f'resolved_config': repr(self.resolved_config), f'document_retriever_config': repr(self.document_retriever_config)}
|
|
46
49
|
class_name = "DocumentRetrieverVersion"
|
|
47
50
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
48
51
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -55,10 +58,19 @@ class DocumentRetrieverVersion(AbstractApiClass):
|
|
|
55
58
|
Returns:
|
|
56
59
|
dict: The dict value representation of the class parameters
|
|
57
60
|
"""
|
|
58
|
-
resp = {'document_retriever_id': self.document_retriever_id, 'document_retriever_version': self.document_retriever_version, 'created_at': self.created_at, 'status': self.status, 'deployment_status': self.deployment_status, 'feature_group_id': self.feature_group_id,
|
|
59
|
-
'
|
|
61
|
+
resp = {'document_retriever_id': self.document_retriever_id, 'document_retriever_version': self.document_retriever_version, 'created_at': self.created_at, 'status': self.status, 'deployment_status': self.deployment_status, 'feature_group_id': self.feature_group_id, 'feature_group_version': self.feature_group_version,
|
|
62
|
+
'error': self.error, 'number_of_chunks': self.number_of_chunks, 'embedding_file_size': self.embedding_file_size, 'warnings': self.warnings, 'resolved_config': self._get_attribute_as_dict(self.resolved_config), 'document_retriever_config': self._get_attribute_as_dict(self.document_retriever_config)}
|
|
60
63
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
61
64
|
|
|
65
|
+
def delete(self):
|
|
66
|
+
"""
|
|
67
|
+
Delete a document retriever version.
|
|
68
|
+
|
|
69
|
+
Args:
|
|
70
|
+
document_retriever_version (str): A unique string identifier associated with the document retriever version.
|
|
71
|
+
"""
|
|
72
|
+
return self.client.delete_document_retriever_version(self.document_retriever_version)
|
|
73
|
+
|
|
62
74
|
def refresh(self):
|
|
63
75
|
"""
|
|
64
76
|
Calls describe and refreshes the current object's fields
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: abacusai
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.27
|
|
4
4
|
Summary: Abacus.AI Python Client Library
|
|
5
5
|
Home-page: https://github.com/abacusai/api-python
|
|
6
6
|
Author: Abacus.AI
|
|
@@ -22,3 +22,10 @@ Requires-Dist: requests
|
|
|
22
22
|
Requires-Dist: pandas
|
|
23
23
|
Requires-Dist: fastavro
|
|
24
24
|
Requires-Dist: typing_inspect; python_version < "3.8"
|
|
25
|
+
Dynamic: author
|
|
26
|
+
Dynamic: author-email
|
|
27
|
+
Dynamic: classifier
|
|
28
|
+
Dynamic: home-page
|
|
29
|
+
Dynamic: license
|
|
30
|
+
Dynamic: requires-dist
|
|
31
|
+
Dynamic: summary
|
{abacusai-1.4.26 → abacusai-1.4.27}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt
RENAMED
|
@@ -889,6 +889,11 @@ Module Contents
|
|
|
889
889
|
|
|
890
890
|
|
|
891
891
|
|
|
892
|
+
.. py:attribute:: GIF
|
|
893
|
+
:value: 'GIF'
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
892
897
|
.. py:attribute:: JPEG
|
|
893
898
|
:value: 'JPG'
|
|
894
899
|
|
|
@@ -964,6 +969,11 @@ Module Contents
|
|
|
964
969
|
|
|
965
970
|
|
|
966
971
|
|
|
972
|
+
.. py:attribute:: WEBP
|
|
973
|
+
:value: 'webp'
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
967
977
|
.. py:attribute:: WEBM
|
|
968
978
|
:value: 'webm'
|
|
969
979
|
|
|
@@ -4294,6 +4294,11 @@ Package Contents
|
|
|
4294
4294
|
|
|
4295
4295
|
|
|
4296
4296
|
|
|
4297
|
+
.. py:attribute:: GIF
|
|
4298
|
+
:value: 'GIF'
|
|
4299
|
+
|
|
4300
|
+
|
|
4301
|
+
|
|
4297
4302
|
.. py:attribute:: JPEG
|
|
4298
4303
|
:value: 'JPG'
|
|
4299
4304
|
|
|
@@ -4369,6 +4374,11 @@ Package Contents
|
|
|
4369
4374
|
|
|
4370
4375
|
|
|
4371
4376
|
|
|
4377
|
+
.. py:attribute:: WEBP
|
|
4378
|
+
:value: 'webp'
|
|
4379
|
+
|
|
4380
|
+
|
|
4381
|
+
|
|
4372
4382
|
.. py:attribute:: WEBM
|
|
4373
4383
|
:value: 'webm'
|
|
4374
4384
|
|
|
@@ -121,6 +121,9 @@ Module Contents
|
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
|
|
124
|
+
.. py:method:: __getattr__(item)
|
|
125
|
+
|
|
126
|
+
|
|
124
127
|
.. py:class:: ClientOptions(exception_on_404 = True, server = DEFAULT_SERVER)
|
|
125
128
|
|
|
126
129
|
Options for configuring the ApiClient
|
|
@@ -569,7 +572,7 @@ Module Contents
|
|
|
569
572
|
|
|
570
573
|
|
|
571
574
|
.. py:attribute:: client_version
|
|
572
|
-
:value: '1.4.
|
|
575
|
+
:value: '1.4.26'
|
|
573
576
|
|
|
574
577
|
|
|
575
578
|
|
|
@@ -10001,7 +10004,7 @@ Module Contents
|
|
|
10001
10004
|
:type max_tokens: int
|
|
10002
10005
|
:param temperature: Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.
|
|
10003
10006
|
:type temperature: float
|
|
10004
|
-
:param messages: A list of messages to use as conversation history.
|
|
10007
|
+
:param messages: A list of messages to use as conversation history. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2>}]
|
|
10005
10008
|
:type messages: list
|
|
10006
10009
|
:param response_type: Specifies the type of response to request from the LLM. One of 'text' and 'json'. If set to 'json', the LLM will respond with a json formatted string whose schema can be specified `json_response_schema`. Defaults to 'text'
|
|
10007
10010
|
:type response_type: str
|
|
@@ -15,7 +15,7 @@ Classes
|
|
|
15
15
|
Module Contents
|
|
16
16
|
---------------
|
|
17
17
|
|
|
18
|
-
.. py:class:: CodeBot(client, llmName=None, name=None)
|
|
18
|
+
.. py:class:: CodeBot(client, llmName=None, name=None, imageUploadSupported=None)
|
|
19
19
|
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
21
21
|
|
|
@@ -28,6 +28,8 @@ Module Contents
|
|
|
28
28
|
:type llmName: str
|
|
29
29
|
:param name: The name of the bot.
|
|
30
30
|
:type name: str
|
|
31
|
+
:param imageUploadSupported: Whether the LLM supports image upload.
|
|
32
|
+
:type imageUploadSupported: bool
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
.. py:attribute:: llm_name
|
|
@@ -40,6 +42,11 @@ Module Contents
|
|
|
40
42
|
|
|
41
43
|
|
|
42
44
|
|
|
45
|
+
.. py:attribute:: image_upload_supported
|
|
46
|
+
:value: None
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
43
50
|
.. py:attribute:: deprecated_keys
|
|
44
51
|
|
|
45
52
|
|
|
@@ -15,7 +15,7 @@ Classes
|
|
|
15
15
|
Module Contents
|
|
16
16
|
---------------
|
|
17
17
|
|
|
18
|
-
.. py:class:: CustomChatInstructions(client, userInformationInstructions=None, responseInstructions=None, enableCodeExecution=None, enableImageGeneration=None, enableWebSearch=None, enablePlayground=None)
|
|
18
|
+
.. py:class:: CustomChatInstructions(client, userInformationInstructions=None, responseInstructions=None, enableCodeExecution=None, enableImageGeneration=None, enableWebSearch=None, enablePlayground=None, experimentalFeatures=None)
|
|
19
19
|
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
21
21
|
|
|
@@ -36,6 +36,8 @@ Module Contents
|
|
|
36
36
|
:type enableWebSearch: bool
|
|
37
37
|
:param enablePlayground: Whether or not playground is enabled.
|
|
38
38
|
:type enablePlayground: bool
|
|
39
|
+
:param experimentalFeatures: Experimental features.
|
|
40
|
+
:type experimentalFeatures: dict
|
|
39
41
|
|
|
40
42
|
|
|
41
43
|
.. py:attribute:: user_information_instructions
|
|
@@ -68,6 +70,11 @@ Module Contents
|
|
|
68
70
|
|
|
69
71
|
|
|
70
72
|
|
|
73
|
+
.. py:attribute:: experimental_features
|
|
74
|
+
:value: None
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
71
78
|
.. py:attribute:: deprecated_keys
|
|
72
79
|
|
|
73
80
|
|
|
@@ -5409,6 +5409,11 @@ Package Contents
|
|
|
5409
5409
|
|
|
5410
5410
|
|
|
5411
5411
|
|
|
5412
|
+
.. py:attribute:: GIF
|
|
5413
|
+
:value: 'GIF'
|
|
5414
|
+
|
|
5415
|
+
|
|
5416
|
+
|
|
5412
5417
|
.. py:attribute:: JPEG
|
|
5413
5418
|
:value: 'JPG'
|
|
5414
5419
|
|
|
@@ -5484,6 +5489,11 @@ Package Contents
|
|
|
5484
5489
|
|
|
5485
5490
|
|
|
5486
5491
|
|
|
5492
|
+
.. py:attribute:: WEBP
|
|
5493
|
+
:value: 'webp'
|
|
5494
|
+
|
|
5495
|
+
|
|
5496
|
+
|
|
5487
5497
|
.. py:attribute:: WEBM
|
|
5488
5498
|
:value: 'webm'
|
|
5489
5499
|
|
|
@@ -13230,6 +13240,9 @@ Package Contents
|
|
|
13230
13240
|
|
|
13231
13241
|
|
|
13232
13242
|
|
|
13243
|
+
.. py:method:: __getattr__(item)
|
|
13244
|
+
|
|
13245
|
+
|
|
13233
13246
|
.. py:class:: ApiClient(api_key = None, server = None, client_options = None, skip_version_check = False, include_tb = False)
|
|
13234
13247
|
|
|
13235
13248
|
Bases: :py:obj:`ReadOnlyClient`
|
|
@@ -20187,7 +20200,7 @@ Package Contents
|
|
|
20187
20200
|
:type max_tokens: int
|
|
20188
20201
|
:param temperature: Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.
|
|
20189
20202
|
:type temperature: float
|
|
20190
|
-
:param messages: A list of messages to use as conversation history.
|
|
20203
|
+
:param messages: A list of messages to use as conversation history. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message's text. attachments (list): The files attached to the message represented as a list of dictionaries [{"doc_id": <doc_id1>}, {"doc_id": <doc_id2>}]
|
|
20191
20204
|
:type messages: list
|
|
20192
20205
|
:param response_type: Specifies the type of response to request from the LLM. One of 'text' and 'json'. If set to 'json', the LLM will respond with a json formatted string whose schema can be specified `json_response_schema`. Defaults to 'text'
|
|
20193
20206
|
:type response_type: str
|
|
@@ -22965,7 +22978,7 @@ Package Contents
|
|
|
22965
22978
|
|
|
22966
22979
|
|
|
22967
22980
|
|
|
22968
|
-
.. py:class:: CodeBot(client, llmName=None, name=None)
|
|
22981
|
+
.. py:class:: CodeBot(client, llmName=None, name=None, imageUploadSupported=None)
|
|
22969
22982
|
|
|
22970
22983
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
22971
22984
|
|
|
@@ -22978,6 +22991,8 @@ Package Contents
|
|
|
22978
22991
|
:type llmName: str
|
|
22979
22992
|
:param name: The name of the bot.
|
|
22980
22993
|
:type name: str
|
|
22994
|
+
:param imageUploadSupported: Whether the LLM supports image upload.
|
|
22995
|
+
:type imageUploadSupported: bool
|
|
22981
22996
|
|
|
22982
22997
|
|
|
22983
22998
|
.. py:attribute:: llm_name
|
|
@@ -22990,6 +23005,11 @@ Package Contents
|
|
|
22990
23005
|
|
|
22991
23006
|
|
|
22992
23007
|
|
|
23008
|
+
.. py:attribute:: image_upload_supported
|
|
23009
|
+
:value: None
|
|
23010
|
+
|
|
23011
|
+
|
|
23012
|
+
|
|
22993
23013
|
.. py:attribute:: deprecated_keys
|
|
22994
23014
|
|
|
22995
23015
|
|
|
@@ -23382,7 +23402,7 @@ Package Contents
|
|
|
23382
23402
|
|
|
23383
23403
|
|
|
23384
23404
|
|
|
23385
|
-
.. py:class:: CustomChatInstructions(client, userInformationInstructions=None, responseInstructions=None, enableCodeExecution=None, enableImageGeneration=None, enableWebSearch=None, enablePlayground=None)
|
|
23405
|
+
.. py:class:: CustomChatInstructions(client, userInformationInstructions=None, responseInstructions=None, enableCodeExecution=None, enableImageGeneration=None, enableWebSearch=None, enablePlayground=None, experimentalFeatures=None)
|
|
23386
23406
|
|
|
23387
23407
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
23388
23408
|
|
|
@@ -23403,6 +23423,8 @@ Package Contents
|
|
|
23403
23423
|
:type enableWebSearch: bool
|
|
23404
23424
|
:param enablePlayground: Whether or not playground is enabled.
|
|
23405
23425
|
:type enablePlayground: bool
|
|
23426
|
+
:param experimentalFeatures: Experimental features.
|
|
23427
|
+
:type experimentalFeatures: dict
|
|
23406
23428
|
|
|
23407
23429
|
|
|
23408
23430
|
.. py:attribute:: user_information_instructions
|
|
@@ -23435,6 +23457,11 @@ Package Contents
|
|
|
23435
23457
|
|
|
23436
23458
|
|
|
23437
23459
|
|
|
23460
|
+
.. py:attribute:: experimental_features
|
|
23461
|
+
:value: None
|
|
23462
|
+
|
|
23463
|
+
|
|
23464
|
+
|
|
23438
23465
|
.. py:attribute:: deprecated_keys
|
|
23439
23466
|
|
|
23440
23467
|
|
|
@@ -44686,7 +44713,7 @@ Package Contents
|
|
|
44686
44713
|
|
|
44687
44714
|
|
|
44688
44715
|
|
|
44689
|
-
.. py:class:: WorkflowGraphNodeDetails(client, workflowGraphNode={})
|
|
44716
|
+
.. py:class:: WorkflowGraphNodeDetails(client, packageRequirements=None, workflowGraphNode={})
|
|
44690
44717
|
|
|
44691
44718
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
44692
44719
|
|
|
@@ -44695,10 +44722,17 @@ Package Contents
|
|
|
44695
44722
|
|
|
44696
44723
|
:param client: An authenticated API Client instance
|
|
44697
44724
|
:type client: ApiClient
|
|
44725
|
+
:param packageRequirements: A list of package requirements that the node source code will need.
|
|
44726
|
+
:type packageRequirements: list[str]
|
|
44698
44727
|
:param workflowGraphNode: The workflow graph node object.
|
|
44699
44728
|
:type workflowGraphNode: WorkflowGraphNode
|
|
44700
44729
|
|
|
44701
44730
|
|
|
44731
|
+
.. py:attribute:: package_requirements
|
|
44732
|
+
:value: None
|
|
44733
|
+
|
|
44734
|
+
|
|
44735
|
+
|
|
44702
44736
|
.. py:attribute:: workflow_graph_node
|
|
44703
44737
|
|
|
44704
44738
|
|
|
@@ -44815,6 +44849,6 @@ Package Contents
|
|
|
44815
44849
|
|
|
44816
44850
|
|
|
44817
44851
|
.. py:data:: __version__
|
|
44818
|
-
:value: '1.4.
|
|
44852
|
+
:value: '1.4.26'
|
|
44819
44853
|
|
|
44820
44854
|
|
|
@@ -15,7 +15,7 @@ Classes
|
|
|
15
15
|
Module Contents
|
|
16
16
|
---------------
|
|
17
17
|
|
|
18
|
-
.. py:class:: WorkflowGraphNodeDetails(client, workflowGraphNode={})
|
|
18
|
+
.. py:class:: WorkflowGraphNodeDetails(client, packageRequirements=None, workflowGraphNode={})
|
|
19
19
|
|
|
20
20
|
Bases: :py:obj:`abacusai.return_class.AbstractApiClass`
|
|
21
21
|
|
|
@@ -24,10 +24,17 @@ Module Contents
|
|
|
24
24
|
|
|
25
25
|
:param client: An authenticated API Client instance
|
|
26
26
|
:type client: ApiClient
|
|
27
|
+
:param packageRequirements: A list of package requirements that the node source code will need.
|
|
28
|
+
:type packageRequirements: list[str]
|
|
27
29
|
:param workflowGraphNode: The workflow graph node object.
|
|
28
30
|
:type workflowGraphNode: WorkflowGraphNode
|
|
29
31
|
|
|
30
32
|
|
|
33
|
+
.. py:attribute:: package_requirements
|
|
34
|
+
:value: None
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
31
38
|
.. py:attribute:: workflow_graph_node
|
|
32
39
|
|
|
33
40
|
|
|
@@ -1313,6 +1313,11 @@
|
|
|
1313
1313
|
<span class="sig-name descname"><span class="pre">RAR</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'RAR'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.RAR" title="Link to this definition"></a></dt>
|
|
1314
1314
|
<dd></dd></dl>
|
|
1315
1315
|
|
|
1316
|
+
<dl class="py attribute">
|
|
1317
|
+
<dt class="sig sig-object py" id="abacusai.api_class.enums.FileFormat.GIF">
|
|
1318
|
+
<span class="sig-name descname"><span class="pre">GIF</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'GIF'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.GIF" title="Link to this definition"></a></dt>
|
|
1319
|
+
<dd></dd></dl>
|
|
1320
|
+
|
|
1316
1321
|
<dl class="py attribute">
|
|
1317
1322
|
<dt class="sig sig-object py" id="abacusai.api_class.enums.FileFormat.JPEG">
|
|
1318
1323
|
<span class="sig-name descname"><span class="pre">JPEG</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'JPG'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.JPEG" title="Link to this definition"></a></dt>
|
|
@@ -1388,6 +1393,11 @@
|
|
|
1388
1393
|
<span class="sig-name descname"><span class="pre">MPEG</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'mpeg'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.MPEG" title="Link to this definition"></a></dt>
|
|
1389
1394
|
<dd></dd></dl>
|
|
1390
1395
|
|
|
1396
|
+
<dl class="py attribute">
|
|
1397
|
+
<dt class="sig sig-object py" id="abacusai.api_class.enums.FileFormat.WEBP">
|
|
1398
|
+
<span class="sig-name descname"><span class="pre">WEBP</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'webp'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.WEBP" title="Link to this definition"></a></dt>
|
|
1399
|
+
<dd></dd></dl>
|
|
1400
|
+
|
|
1391
1401
|
<dl class="py attribute">
|
|
1392
1402
|
<dt class="sig sig-object py" id="abacusai.api_class.enums.FileFormat.WEBM">
|
|
1393
1403
|
<span class="sig-name descname"><span class="pre">WEBM</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'webm'</span></em><a class="headerlink" href="#abacusai.api_class.enums.FileFormat.WEBM" title="Link to this definition"></a></dt>
|
|
@@ -5567,6 +5567,11 @@ This also validates the fields ( type, value, etc ) received in the dictionary.<
|
|
|
5567
5567
|
<span class="sig-name descname"><span class="pre">RAR</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'RAR'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.RAR" title="Link to this definition"></a></dt>
|
|
5568
5568
|
<dd></dd></dl>
|
|
5569
5569
|
|
|
5570
|
+
<dl class="py attribute">
|
|
5571
|
+
<dt class="sig sig-object py" id="abacusai.api_class.FileFormat.GIF">
|
|
5572
|
+
<span class="sig-name descname"><span class="pre">GIF</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'GIF'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.GIF" title="Link to this definition"></a></dt>
|
|
5573
|
+
<dd></dd></dl>
|
|
5574
|
+
|
|
5570
5575
|
<dl class="py attribute">
|
|
5571
5576
|
<dt class="sig sig-object py" id="abacusai.api_class.FileFormat.JPEG">
|
|
5572
5577
|
<span class="sig-name descname"><span class="pre">JPEG</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'JPG'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.JPEG" title="Link to this definition"></a></dt>
|
|
@@ -5642,6 +5647,11 @@ This also validates the fields ( type, value, etc ) received in the dictionary.<
|
|
|
5642
5647
|
<span class="sig-name descname"><span class="pre">MPEG</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'mpeg'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.MPEG" title="Link to this definition"></a></dt>
|
|
5643
5648
|
<dd></dd></dl>
|
|
5644
5649
|
|
|
5650
|
+
<dl class="py attribute">
|
|
5651
|
+
<dt class="sig sig-object py" id="abacusai.api_class.FileFormat.WEBP">
|
|
5652
|
+
<span class="sig-name descname"><span class="pre">WEBP</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'webp'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.WEBP" title="Link to this definition"></a></dt>
|
|
5653
|
+
<dd></dd></dl>
|
|
5654
|
+
|
|
5645
5655
|
<dl class="py attribute">
|
|
5646
5656
|
<dt class="sig sig-object py" id="abacusai.api_class.FileFormat.WEBM">
|
|
5647
5657
|
<span class="sig-name descname"><span class="pre">WEBM</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'webm'</span></em><a class="headerlink" href="#abacusai.api_class.FileFormat.WEBM" title="Link to this definition"></a></dt>
|
|
@@ -550,6 +550,11 @@
|
|
|
550
550
|
<dd><p>Get a dict representation of the response object</p>
|
|
551
551
|
</dd></dl>
|
|
552
552
|
|
|
553
|
+
<dl class="py method">
|
|
554
|
+
<dt class="sig sig-object py" id="abacusai.client.AgentResponse.__getattr__">
|
|
555
|
+
<span class="sig-name descname"><span class="pre">__getattr__</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">item</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.client.AgentResponse.__getattr__" title="Link to this definition"></a></dt>
|
|
556
|
+
<dd></dd></dl>
|
|
557
|
+
|
|
553
558
|
</dd></dl>
|
|
554
559
|
|
|
555
560
|
<dl class="py class">
|
|
@@ -1018,7 +1023,7 @@ and avoids execution of the further workflow.</p>
|
|
|
1018
1023
|
</dl>
|
|
1019
1024
|
<dl class="py attribute">
|
|
1020
1025
|
<dt class="sig sig-object py" id="abacusai.client.BaseApiClient.client_version">
|
|
1021
|
-
<span class="sig-name descname"><span class="pre">client_version</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'1.4.
|
|
1026
|
+
<span class="sig-name descname"><span class="pre">client_version</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'1.4.26'</span></em><a class="headerlink" href="#abacusai.client.BaseApiClient.client_version" title="Link to this definition"></a></dt>
|
|
1022
1027
|
<dd></dd></dl>
|
|
1023
1028
|
|
|
1024
1029
|
<dl class="py attribute">
|
|
@@ -12516,7 +12521,7 @@ are overlapping, and permitted by the settings provided. The returned chunks are
|
|
|
12516
12521
|
<li><p><strong>llm_name</strong> (<a class="reference internal" href="../api_class/enums/index.html#abacusai.api_class.enums.LLMName" title="abacusai.api_class.enums.LLMName"><em>LLMName</em></a>) – Name of the underlying LLM to be used for generation. Default is auto selection.</p></li>
|
|
12517
12522
|
<li><p><strong>max_tokens</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – Maximum number of tokens to generate. If set, the model will just stop generating after this token limit is reached.</p></li>
|
|
12518
12523
|
<li><p><strong>temperature</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.13)"><em>float</em></a>) – Temperature to use for generation. Higher temperature makes more non-deterministic responses, a value of zero makes mostly deterministic reponses. Default is 0.0. A range of 0.0 - 2.0 is allowed.</p></li>
|
|
12519
|
-
<li><p><strong>messages</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – A list of messages to use as conversation history.
|
|
12524
|
+
<li><p><strong>messages</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#list" title="(in Python v3.13)"><em>list</em></a>) – A list of messages to use as conversation history. A message is a dict with attributes: is_user (bool): Whether the message is from the user. text (str): The message’s text. attachments (list): The files attached to the message represented as a list of dictionaries [{“doc_id”: <doc_id1>}, {“doc_id”: <doc_id2>}]</p></li>
|
|
12520
12525
|
<li><p><strong>response_type</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – Specifies the type of response to request from the LLM. One of ‘text’ and ‘json’. If set to ‘json’, the LLM will respond with a json formatted string whose schema can be specified <cite>json_response_schema</cite>. Defaults to ‘text’</p></li>
|
|
12521
12526
|
<li><p><strong>json_response_schema</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#dict" title="(in Python v3.13)"><em>dict</em></a>) – A dictionary specifying the keys/schema/parameters which LLM should adhere to in its response when <cite>response_type</cite> is ‘json’. Each parameter is mapped to a dict with the following info - type (str) (required): Data type of the parameter. description (str) (required): Description of the parameter. is_required (bool) (optional): Whether the parameter is required or not. Example: json_response_schema = {‘title’: {‘type’: ‘string’, ‘description’: ‘Article title’, ‘is_required’: true}, ‘body’: {‘type’: ‘string’, ‘description’: ‘Article body’}}</p></li>
|
|
12522
12527
|
<li><p><strong>stop_sequences</strong> (<em>List</em>) – Specifies the strings on which the LLM will stop generation.</p></li>
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
<h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to this heading"></a></h2>
|
|
337
337
|
<dl class="py class">
|
|
338
338
|
<dt class="sig sig-object py" id="abacusai.code_bot.CodeBot">
|
|
339
|
-
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">abacusai.code_bot.</span></span><span class="sig-name descname"><span class="pre">CodeBot</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">client</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">llmName</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">name</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.code_bot.CodeBot" title="Link to this definition"></a></dt>
|
|
339
|
+
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">abacusai.code_bot.</span></span><span class="sig-name descname"><span class="pre">CodeBot</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">client</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">llmName</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">name</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">imageUploadSupported</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#abacusai.code_bot.CodeBot" title="Link to this definition"></a></dt>
|
|
340
340
|
<dd><p>Bases: <a class="reference internal" href="../return_class/index.html#abacusai.return_class.AbstractApiClass" title="abacusai.return_class.AbstractApiClass"><code class="xref py py-obj docutils literal notranslate"><span class="pre">abacusai.return_class.AbstractApiClass</span></code></a></p>
|
|
341
341
|
<p>A bot option for CodeLLM</p>
|
|
342
342
|
<dl class="field-list simple">
|
|
@@ -345,6 +345,7 @@
|
|
|
345
345
|
<li><p><strong>client</strong> (<a class="reference internal" href="../client/index.html#abacusai.client.ApiClient" title="abacusai.client.ApiClient"><em>ApiClient</em></a>) – An authenticated API Client instance</p></li>
|
|
346
346
|
<li><p><strong>llmName</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the LLM.</p></li>
|
|
347
347
|
<li><p><strong>name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – The name of the bot.</p></li>
|
|
348
|
+
<li><p><strong>imageUploadSupported</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – Whether the LLM supports image upload.</p></li>
|
|
348
349
|
</ul>
|
|
349
350
|
</dd>
|
|
350
351
|
</dl>
|
|
@@ -358,6 +359,11 @@
|
|
|
358
359
|
<span class="sig-name descname"><span class="pre">name</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.code_bot.CodeBot.name" title="Link to this definition"></a></dt>
|
|
359
360
|
<dd></dd></dl>
|
|
360
361
|
|
|
362
|
+
<dl class="py attribute">
|
|
363
|
+
<dt class="sig sig-object py" id="abacusai.code_bot.CodeBot.image_upload_supported">
|
|
364
|
+
<span class="sig-name descname"><span class="pre">image_upload_supported</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">None</span></em><a class="headerlink" href="#abacusai.code_bot.CodeBot.image_upload_supported" title="Link to this definition"></a></dt>
|
|
365
|
+
<dd></dd></dl>
|
|
366
|
+
|
|
361
367
|
<dl class="py attribute">
|
|
362
368
|
<dt class="sig sig-object py" id="abacusai.code_bot.CodeBot.deprecated_keys">
|
|
363
369
|
<span class="sig-name descname"><span class="pre">deprecated_keys</span></span><a class="headerlink" href="#abacusai.code_bot.CodeBot.deprecated_keys" title="Link to this definition"></a></dt>
|