abacusai 1.4.15__tar.gz → 1.4.17__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.15/abacusai.egg-info → abacusai-1.4.17}/PKG-INFO +1 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/__init__.py +2 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/ai_agents.py +15 -7
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/dataset.py +12 -9
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/document_retriever.py +4 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/enums.py +0 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/model.py +6 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_client_utils.py +7 -5
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/client.py +53 -19
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment_conversation_event.py +5 -3
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/document_retriever_config.py +9 -5
- abacusai-1.4.17/abacusai/regenerate_llm_external_application.py +37 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/workflow_node_template.py +6 -4
- {abacusai-1.4.15 → abacusai-1.4.17/abacusai.egg-info}/PKG-INFO +1 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai.egg-info/SOURCES.txt +1 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/.buildinfo.bak +1 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent/index.rst.txt +18 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/ai_agents/index.rst.txt +32 -4
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/document_retriever/index.rst.txt +12 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/enums/index.rst.txt +5 -5
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/index.rst.txt +78 -9
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/model/index.rst.txt +29 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_client_utils/index.rst.txt +5 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/client/index.rst.txt +9 -2
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_data/index.rst.txt +1 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_retriever_config/index.rst.txt +11 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/index.rst.txt +117 -13
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent/index.html +33 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/ai_agents/index.html +53 -4
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/document_retriever/index.html +12 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/enums/index.html +5 -5
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/index.html +100 -9
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/model/index.html +30 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_client_utils/index.html +5 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/client/index.html +9 -2
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_data/index.html +1 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_retriever_config/index.html +13 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/index.html +176 -14
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/genindex.html +149 -25
- abacusai-1.4.17/docs/objects.inv +0 -0
- abacusai-1.4.17/docs/searchindex.js +1 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/setup.py +1 -1
- abacusai-1.4.15/docs/objects.inv +0 -0
- abacusai-1.4.15/docs/searchindex.js +0 -1
- {abacusai-1.4.15 → abacusai-1.4.17}/.gitignore +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/LICENSE +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/README.md +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/abacus_api.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/address.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent_chat_message.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent_conversation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent_data_document_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent_data_execution_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/agent_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/ai_building_task.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/algorithm.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/annotation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/annotation_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/annotation_document.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/annotation_entry.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/annotations_status.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/__init__.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/abstract.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/ai_chat.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/batch_prediction.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/blob_input.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/connectors.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/dataset_application_connector.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/deployment.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/feature_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/monitor.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/monitor_alert.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/project.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/python_functions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/refresh.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_class/segments.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_endpoint.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/api_key.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/app_user_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/application_connector.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/batch_prediction.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/batch_prediction_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/batch_prediction_version_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/bot_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/categorical_range_violation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/chat_message.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/chat_session.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/chatllm_referral_invite.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/code_source.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/compute_point_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/concatenation_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/cpu_gpu_memory_specs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/cryptography.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/custom_chat_instructions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/custom_loss_function.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/custom_metric.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/custom_metric_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/custom_train_function_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/data_consistency_duplication.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/data_metrics.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/data_prep_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/data_quality_results.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/data_upload_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/database_column_feature_mapping.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/database_connector.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/database_connector_column.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/database_connector_schema.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/dataset.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/dataset_column.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/dataset_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/dataset_version_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment_auth_token.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment_conversation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment_conversation_export.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/deployment_statistics.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/document_data.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/document_retriever.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/document_retriever_lookup_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/document_retriever_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/drift_distribution.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/drift_distributions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_chart_description.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_collinearity.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_data_consistency.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_feature_association.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_feature_collinearity.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_forecasting_analysis.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/eda_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/embedding_feature_drift_distribution.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/execute_feature_group_operation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/external_application.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/external_invite.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/extracted_fields.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_distribution.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_drift_record.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_drift_summary.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_document.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_export.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_export_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_export_download_url.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_lineage.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_refresh_export_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_row.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_row_process.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_row_process_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_row_process_summary.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_template.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_template_variable_options.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_group_version_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_importance.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_mapping.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_performance_analysis.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/feature_record.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/file_connector.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/file_connector_instructions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/file_connector_verification.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/finetuned_pretrained_model.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/forecasting_analysis_graph_data.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/forecasting_monitor_item_analysis.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/forecasting_monitor_summary.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/function_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/generated_pit_feature_config_option.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/global_context.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/graph_dashboard.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/holdout_analysis.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/holdout_analysis_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/hosted_model_token.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/indexing_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/inferred_database_column_to_feature_mappings.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/inferred_feature_mappings.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/item_statistics.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_app.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_code_block.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_execution_preview.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_execution_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_generated_code.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_input.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_parameters.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/llm_response.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/memory_options.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/messaging_connector_response.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_artifacts_export.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_blueprint_export.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_blueprint_stage.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_location.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_metrics.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor_org_summary.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor_summary.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor_summary_from_org.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_monitor_version_metric_data.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_training_type_for_deployment.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_upload.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/model_version_feature_group_schema.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/modification_lock_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/module.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/monitor_alert.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/monitor_alert_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/monitor_drift_and_distributions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/natural_language_explanation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/nested_feature.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/nested_feature_schema.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/news_search_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/notebook_completion.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/notebook_template.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/null_violation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/organization_external_application_settings.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/organization_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/organization_search_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/organization_secret.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/page_data.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_reference.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_step.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_step_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_step_version_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_step_version_reference.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/pipeline_version_logs.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/point_in_time_feature.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/point_in_time_feature_info.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/point_in_time_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/point_in_time_group_feature.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_client.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_dataset.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_feature_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_input.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_log_record.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_operator.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/prediction_operator_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/problem_type.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project_config.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project_feature_group.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project_feature_group_schema.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project_feature_group_schema_version.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/project_validation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/python_function.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/python_function_validator.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/python_plot_function.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/range_violation.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/realtime_monitor.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/refresh_pipeline_run.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/refresh_policy.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/refresh_schedule.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/requirements.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/resolved_feature_group_template.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/return_class.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/routing_action.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/schema.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/streaming_auth_token.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/streaming_client.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/streaming_connector.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/streaming_row_count.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/streaming_sample_code.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/template_node_details.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/test_point_predictions.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/tone_details.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/training_config_options.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/twitter_search_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/upload.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/upload_part.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/use_case.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/use_case_requirements.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/user.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/user_exception.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/video_gen_settings.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/video_search_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/web_search_response.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/web_search_result.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai/webhook.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai.egg-info/dependency_links.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai.egg-info/requires.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai.egg-info/top_level.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/abacusai.egg-info/zip-safe +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/.buildinfo +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/.nojekyll +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/abacus_api/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/address/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_chat_message/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_conversation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_data_document_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_data_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/agent_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/ai_building_task/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/algorithm/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/annotation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/annotation_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/annotation_document/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/annotation_entry/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/annotations_status/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/abstract/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/ai_chat/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/blob_input/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/connectors/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/dataset/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/dataset_application_connector/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/deployment/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/monitor/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/project/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/python_function_argument/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/python_functions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/refresh/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/segments/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_class/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_endpoint/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/api_key/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/app_user_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/application_connector/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/batch_prediction/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/batch_prediction_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/batch_prediction_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/bot_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/categorical_range_violation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/chat_bot_response/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/chat_message/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/chat_session/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/chatllm_referral_invite/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/code_source/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/compute_point_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/concatenation_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/cpu_gpu_memory_specs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/cryptography/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/custom_chat_instructions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/custom_loss_function/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/custom_metric/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/custom_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/custom_train_function_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_consistency_duplication/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_filter/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_metrics/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_prep_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_quality_results/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/data_upload_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/database_column_feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/database_connector/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/database_connector_column/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/database_connector_schema/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/dataset/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/dataset_column/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/dataset_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/dataset_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment_conversation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment_conversation_event/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment_conversation_export/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/deployment_statistics/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_annotation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_retriever/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_retriever_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_retriever_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_store/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/document_store_import/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/drift_distributions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_chart_description/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_data_consistency/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_feature_association/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_feature_collinearity/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_forecasting_analysis/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_leakage_detection/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/eda_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/embedding_feature_drift_distribution/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/execute_feature_group_operation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/execute_fg_operation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/external_application/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/external_invite/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/external_invite_success/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/extracted_fields/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_distribution/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_drift_record/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_drift_summary/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_document/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_export/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_export_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_export_download_url/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_lineage/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_metrics/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_refresh_export_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_row/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_row_process/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_row_process_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_row_process_summary/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_template_variable_options/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_group_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_importance/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_mapping/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_performance_analysis/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/feature_record/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/file_connector/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/file_connector_instructions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/file_connector_verification/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/finetuned_pretrained_model/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/forecasting_analysis_graph_data/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/forecasting_monitor_item_analysis/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/forecasting_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/function_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/generated_pit_feature_config_option/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/global_context/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/graph_dashboard/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/holdout_analysis/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/holdout_analysis_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/hosted_model_token/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/indexing_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/inferred_feature_mappings/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/item_statistics/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/language_detection_prediction/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/leakage_duplication/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_app/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_code_block/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_execution_preview/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_execution_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_generated_code/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_input/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_parameters/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_response/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/llm_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/memory_options/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/messaging_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_artifacts_export/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_blueprint_export/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_blueprint_stage/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_location/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_metrics/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor_org_summary/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor_summary/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor_summary_from_org/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_monitor_version_metric_data/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_training_type_for_deployment/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_upload/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/model_version_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/modification_lock_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/module/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/monitor_alert/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/monitor_alert_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/monitor_drift_and_distributions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/natural_language_explanation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/nested_feature/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/nested_feature_schema/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/news_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/nlp_classification_prediction/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/nlp_sentiment_prediction/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/null_violation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/organization_external_application_settings/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/organization_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/organization_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/organization_secret/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/page_data/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_reference/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_step/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_step_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_step_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_step_version_reference/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pipeline_version_logs/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/point_in_time_feature/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/point_in_time_feature_info/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/point_in_time_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/point_in_time_group_feature/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_client/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_dataset/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_input/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_log_record/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_metric/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_metric_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_operator/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/prediction_operator_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/pretrained_use_case/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/problem_type/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_dataset/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_feature_group/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_feature_group_schema/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_feature_group_schema_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/project_validation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/python_function/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/python_function_validator/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/python_plot_function/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/range_violation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/realtime_monitor/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/refresh_pipeline_run/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/refresh_policy/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/refresh_schedule/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/resolved_feature_group_template/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/return_class/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/routing_action/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/schema/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/slack_connector_response/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/streaming_auth_token/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/streaming_client/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/streaming_connector/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/streaming_row_count/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/streaming_sample_code/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/template_node_details/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/test_point_predictions/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/tone_details/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/training_config_options/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/twitter_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/type_violation/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/upload/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/upload_part/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/use_case/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/use_case_requirements/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/user/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/user_exception/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/vector_store/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/vector_store_config/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/vector_store_lookup_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/vector_store_version/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/video_gen_settings/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/video_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/web_search_response/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/web_search_result/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/webhook/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/autoapi/abacusai/workflow_node_template/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_sources/index.rst.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/_sphinx_javascript_frameworks_compat.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/basic.css +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/badge_only.css +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/Roboto-Slab-Bold.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/Roboto-Slab-Bold.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/Roboto-Slab-Regular.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/Roboto-Slab-Regular.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/fontawesome-webfont.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/fontawesome-webfont.svg +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/fontawesome-webfont.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/fontawesome-webfont.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/fontawesome-webfont.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-bold-italic.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-bold-italic.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-bold.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-bold.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-normal-italic.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-normal-italic.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-normal.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/fonts/lato-normal.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/css/theme.css +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/doctools.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/documentation_options.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/file.png +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bold.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bold.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bold.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bold.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bolditalic.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bolditalic.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bolditalic.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-bolditalic.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-italic.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-italic.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-italic.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-italic.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-regular.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-regular.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-regular.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/Lato/lato-regular.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2 +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/graphviz.css +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/jquery-3.5.1.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/jquery-3.6.0.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/jquery.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/js/badge_only.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/js/html5shiv-printshiv.min.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/js/html5shiv.min.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/js/theme.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/js/versions.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/language_data.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/minus.png +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/plus.png +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/pygments.css +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/searchtools.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/sphinx_highlight.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/underscore-1.13.1.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/_static/underscore.js +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/abacus_api/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/address/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_chat_message/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_conversation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_data_document_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_data_execution_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_data_upload_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/agent_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/ai_building_task/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/algorithm/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/annotation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/annotation_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/annotation_document/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/annotation_entry/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/annotations_status/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/abstract/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/ai_chat/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/batch_prediction/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/blob_input/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/connectors/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/dataset/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/dataset_application_connector/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/deployment/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/feature_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/monitor/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/monitor_alert/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/project/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/python_function_argument/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/python_functions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/refresh/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/segments/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_class/vector_store/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_endpoint/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/api_key/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/app_user_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/application_connector/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/batch_prediction/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/batch_prediction_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/batch_prediction_version_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/bot_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/categorical_range_violation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/chat_bot_response/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/chat_message/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/chat_session/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/chatllm_referral_invite/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/code_source/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/compute_point_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/concatenation_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/cpu_gpu_memory_specs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/cryptography/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/custom_chat_instructions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/custom_loss_function/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/custom_metric/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/custom_metric_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/custom_train_function_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_consistency_duplication/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_filter/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_metrics/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_prep_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_quality_results/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/data_upload_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/database_column_feature_mapping/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/database_connector/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/database_connector_column/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/database_connector_schema/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/dataset/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/dataset_column/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/dataset_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/dataset_version_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment_auth_token/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment_conversation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment_conversation_event/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment_conversation_export/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/deployment_statistics/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_annotation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_retriever/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_retriever_lookup_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_retriever_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_store/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/document_store_import/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/drift_distribution/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/drift_distributions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_chart_description/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_collinearity/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_data_consistency/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_feature_association/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_feature_collinearity/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_forecasting_analysis/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_leakage_detection/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/eda_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/embedding_feature_drift_distribution/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/execute_feature_group_operation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/execute_fg_operation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/external_application/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/external_invite/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/external_invite_success/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/extracted_fields/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_distribution/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_drift_record/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_drift_summary/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_document/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_export/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_export_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_export_download_url/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_lineage/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_metrics/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_refresh_export_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_row/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_row_process/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_row_process_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_row_process_summary/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_template/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_template_variable_options/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_group_version_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_importance/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_mapping/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_performance_analysis/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/feature_record/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/file_connector/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/file_connector_instructions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/file_connector_verification/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/finetuned_pretrained_model/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/forecasting_analysis_graph_data/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/forecasting_monitor_item_analysis/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/forecasting_monitor_summary/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/function_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/generated_pit_feature_config_option/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/global_context/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/graph_dashboard/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/holdout_analysis/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/holdout_analysis_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/hosted_model_token/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/indexing_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/inferred_database_column_to_feature_mappings/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/inferred_feature_mappings/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/item_statistics/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/language_detection_prediction/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/leakage_duplication/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_app/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_code_block/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_execution_preview/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_execution_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_generated_code/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_input/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_parameters/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_response/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/llm_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/memory_options/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/messaging_connector_response/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_artifacts_export/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_blueprint_export/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_blueprint_stage/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_location/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_metrics/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor_org_summary/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor_summary/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor_summary_from_org/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_monitor_version_metric_data/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_training_type_for_deployment/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_upload/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/model_version_feature_group_schema/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/modification_lock_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/module/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/monitor_alert/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/monitor_alert_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/monitor_drift_and_distributions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/natural_language_explanation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/nested_feature/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/nested_feature_schema/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/news_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/nlp_classification_prediction/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/nlp_sentiment_prediction/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/null_violation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/organization_external_application_settings/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/organization_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/organization_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/organization_secret/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/page_data/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_reference/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_step/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_step_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_step_version_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_step_version_reference/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pipeline_version_logs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/point_in_time_feature/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/point_in_time_feature_info/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/point_in_time_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/point_in_time_group_feature/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_client/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_dataset/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_feature_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_input/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_log_record/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_metric/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_metric_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_operator/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/prediction_operator_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/pretrained_use_case/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/problem_type/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_dataset/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_feature_group/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_feature_group_schema/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_feature_group_schema_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/project_validation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/python_function/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/python_function_validator/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/python_plot_function/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/range_violation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/realtime_monitor/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/refresh_pipeline_run/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/refresh_policy/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/refresh_schedule/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/resolved_feature_group_template/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/return_class/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/routing_action/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/schema/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/slack_connector_response/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/streaming_auth_token/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/streaming_client/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/streaming_connector/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/streaming_row_count/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/streaming_sample_code/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/template_node_details/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/test_point_predictions/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/tone_details/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/training_config_options/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/twitter_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/type_violation/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/upload/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/upload_part/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/use_case/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/use_case_requirements/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/user/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/user_exception/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/vector_store/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/vector_store_config/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/vector_store_lookup_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/vector_store_version/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/video_gen_settings/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/video_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/web_search_response/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/web_search_result/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/webhook/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/autoapi/abacusai/workflow_node_template/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/index.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/py-modindex.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/docs/search.html +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/examples/example_gen_ai_commands.ipynb +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/examples/fullscript.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/examples/prompting_iteration.ipynb +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/featurestore.md +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/requirements.txt +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/setup.cfg +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/sphinx/build_docs +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/sphinx/conf.py +0 -0
- {abacusai-1.4.15 → abacusai-1.4.17}/sphinx/index.rst +0 -0
|
@@ -191,6 +191,7 @@ from .realtime_monitor import RealtimeMonitor
|
|
|
191
191
|
from .refresh_pipeline_run import RefreshPipelineRun
|
|
192
192
|
from .refresh_policy import RefreshPolicy
|
|
193
193
|
from .refresh_schedule import RefreshSchedule
|
|
194
|
+
from .regenerate_llm_external_application import RegenerateLlmExternalApplication
|
|
194
195
|
from .resolved_feature_group_template import ResolvedFeatureGroupTemplate
|
|
195
196
|
from .routing_action import RoutingAction
|
|
196
197
|
from .schema import Schema
|
|
@@ -218,4 +219,4 @@ from .webhook import Webhook
|
|
|
218
219
|
from .workflow_node_template import WorkflowNodeTemplate
|
|
219
220
|
|
|
220
221
|
|
|
221
|
-
__version__ = "1.4.
|
|
222
|
+
__version__ = "1.4.17"
|
|
@@ -340,7 +340,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
340
340
|
workflow_node.function = function
|
|
341
341
|
workflow_node.function_name = function.__name__
|
|
342
342
|
workflow_node.source_code = get_clean_function_source_code_for_agent(function)
|
|
343
|
-
elif function_name and source_code:
|
|
343
|
+
elif function_name and (source_code or template_metadata):
|
|
344
344
|
workflow_node.function_name = function_name
|
|
345
345
|
workflow_node.source_code = source_code
|
|
346
346
|
else:
|
|
@@ -371,7 +371,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
371
371
|
elif isinstance(input_schema, WorkflowNodeInputSchema):
|
|
372
372
|
instance_input_schema = input_schema
|
|
373
373
|
elif isinstance(input_schema, list) and all(isinstance(field, str) for field in input_schema):
|
|
374
|
-
instance_input_schema =
|
|
374
|
+
instance_input_schema = WorkflowNodeInputSchema.from_fields_list(input_schema)
|
|
375
375
|
else:
|
|
376
376
|
raise ValueError('workflow_graph_node', 'Invalid input schema. Must be a WorkflowNodeInputSchema or a list of field names.')
|
|
377
377
|
|
|
@@ -381,7 +381,7 @@ class WorkflowGraphNode(ApiClass):
|
|
|
381
381
|
elif isinstance(output_schema, WorkflowNodeOutputSchema):
|
|
382
382
|
instance_output_schema = output_schema
|
|
383
383
|
elif isinstance(output_schema, list) and all(isinstance(field, str) for field in output_schema):
|
|
384
|
-
instance_output_schema =
|
|
384
|
+
instance_output_schema = WorkflowNodeOutputSchema.from_fields_list(output_schema)
|
|
385
385
|
else:
|
|
386
386
|
raise ValueError('workflow_graph_node', 'Invalid output schema. Must be a WorkflowNodeOutputSchema or a list of output section names.')
|
|
387
387
|
|
|
@@ -598,21 +598,25 @@ class WorkflowNodeTemplateInput(ApiClass):
|
|
|
598
598
|
Args:
|
|
599
599
|
name (str): A unique name of the input.
|
|
600
600
|
is_required (bool): Indicates whether the input is required. Defaults to False.
|
|
601
|
+
description (str): The description of this input.
|
|
601
602
|
"""
|
|
602
603
|
name: str
|
|
603
604
|
is_required: bool = dataclasses.field(default=False)
|
|
605
|
+
description: str = dataclasses.field(default='')
|
|
604
606
|
|
|
605
607
|
def to_dict(self):
|
|
606
608
|
return {
|
|
607
609
|
'name': self.name,
|
|
608
|
-
'is_required': self.is_required
|
|
610
|
+
'is_required': self.is_required,
|
|
611
|
+
'description': self.description
|
|
609
612
|
}
|
|
610
613
|
|
|
611
614
|
@classmethod
|
|
612
615
|
def from_dict(cls, mapping: dict):
|
|
613
616
|
return cls(
|
|
614
617
|
name=mapping['name'],
|
|
615
|
-
is_required=mapping.get('is_required', False)
|
|
618
|
+
is_required=mapping.get('is_required', False),
|
|
619
|
+
description=mapping.get('description', '')
|
|
616
620
|
)
|
|
617
621
|
|
|
618
622
|
|
|
@@ -624,19 +628,23 @@ class WorkflowNodeTemplateOutput(ApiClass):
|
|
|
624
628
|
Args:
|
|
625
629
|
name (str): The name of the output.
|
|
626
630
|
variable_type (WorkflowNodeOutputType): The type of the output.
|
|
631
|
+
description (str): The description of this output.
|
|
627
632
|
"""
|
|
628
633
|
name: str
|
|
629
634
|
variable_type: enums.WorkflowNodeOutputType = dataclasses.field(default=enums.WorkflowNodeOutputType.ANY)
|
|
635
|
+
description: str = dataclasses.field(default='')
|
|
630
636
|
|
|
631
637
|
def to_dict(self):
|
|
632
638
|
return {
|
|
633
639
|
'name': self.name,
|
|
634
|
-
'variable_type': self.variable_type.value
|
|
640
|
+
'variable_type': self.variable_type.value,
|
|
641
|
+
'description': self.description
|
|
635
642
|
}
|
|
636
643
|
|
|
637
644
|
@classmethod
|
|
638
645
|
def from_dict(cls, mapping: dict):
|
|
639
646
|
return cls(
|
|
640
647
|
name=mapping['name'],
|
|
641
|
-
variable_type=enums.WorkflowNodeOutputType(mapping.get('variable_type', 'ANY'))
|
|
648
|
+
variable_type=enums.WorkflowNodeOutputType(mapping.get('variable_type', 'ANY')),
|
|
649
|
+
description=mapping.get('description', '')
|
|
642
650
|
)
|
|
@@ -63,15 +63,18 @@ class DocumentProcessingConfig(ApiClass):
|
|
|
63
63
|
self.extract_bounding_boxes = self.highlight_relevant_text # Highlight_relevant text acts as a wrapper over extract_bounding_boxes
|
|
64
64
|
|
|
65
65
|
def _detect_ocr_mode(self):
|
|
66
|
-
if self.document_type is None:
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
66
|
+
if self.document_type is not None:
|
|
67
|
+
if self.document_type == DocumentType.TEXT:
|
|
68
|
+
return OcrMode.DEFAULT
|
|
69
|
+
elif self.document_type == DocumentType.TABLES_AND_FORMS:
|
|
70
|
+
return OcrMode.LAYOUT
|
|
71
|
+
elif self.document_type == DocumentType.EMBEDDED_IMAGES:
|
|
72
|
+
return OcrMode.SCANNED
|
|
73
|
+
elif self.document_type == DocumentType.SCANNED_TEXT:
|
|
74
|
+
return OcrMode.DEFAULT
|
|
75
|
+
if self.ocr_mode is not None:
|
|
76
|
+
return self.ocr_mode
|
|
77
|
+
return OcrMode.AUTO
|
|
75
78
|
|
|
76
79
|
|
|
77
80
|
@dataclasses.dataclass
|
|
@@ -17,6 +17,8 @@ class VectorStoreConfig(ApiClass):
|
|
|
17
17
|
score_multiplier_column (str): If provided, will use the values in this metadata column to modify the relevance score of returned chunks for all queries.
|
|
18
18
|
prune_vectors (bool): Transform vectors using SVD so that the average component of vectors in the corpus are removed.
|
|
19
19
|
index_metadata_columns (bool): If True, metadata columns of the FG will also be used for indexing and querying.
|
|
20
|
+
use_document_summary (bool): If True, uses the summary of the document in addition to chunks of the document for indexing and querying.
|
|
21
|
+
summary_instructions (str): Instructions for the LLM to generate the document summary.
|
|
20
22
|
"""
|
|
21
23
|
chunk_size: int = dataclasses.field(default=None)
|
|
22
24
|
chunk_overlap_fraction: float = dataclasses.field(default=None)
|
|
@@ -25,6 +27,8 @@ class VectorStoreConfig(ApiClass):
|
|
|
25
27
|
score_multiplier_column: str = dataclasses.field(default=None)
|
|
26
28
|
prune_vectors: bool = dataclasses.field(default=None)
|
|
27
29
|
index_metadata_columns: bool = dataclasses.field(default=None)
|
|
30
|
+
use_document_summary: bool = dataclasses.field(default=None)
|
|
31
|
+
summary_instructions: str = dataclasses.field(default=None)
|
|
28
32
|
|
|
29
33
|
|
|
30
34
|
DocumentRetrieverConfig = VectorStoreConfig
|
|
@@ -409,7 +409,6 @@ class ApplicationConnectorType(ApiEnum):
|
|
|
409
409
|
GOOGLESHEETSUSER = 'GOOGLESHEETSUSER'
|
|
410
410
|
GOOGLEDOCSUSER = 'GOOGLEDOCSUSER'
|
|
411
411
|
ONEDRIVEUSER = 'ONEDRIVEUSER'
|
|
412
|
-
JIRAAUTH = 'JIRAAUTH'
|
|
413
412
|
TEAMSSCRAPER = 'TEAMSSCRAPER'
|
|
414
413
|
GITHUBUSER = 'GITHUBUSER'
|
|
415
414
|
OKTASAML = 'OKTASAML'
|
|
@@ -483,6 +483,9 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
483
483
|
unknown_answer_phrase (str): Fallback response when the LLM can't find an answer.
|
|
484
484
|
enable_tool_bar (bool): Enable the tool bar in Enterprise ChatLLM to provide additional functionalities like tool_use, web_search, image_gen, etc.
|
|
485
485
|
enable_inline_source_citations (bool): Enable inline citations of the sources in the response.
|
|
486
|
+
response_format: (str): When set to 'JSON', the LLM will generate a JSON formatted string.
|
|
487
|
+
json_response_instructions (str): Instructions to be followed while generating the json_response if `response_format` is set to "JSON". This can include the schema information if the schema is dynamic and its keys cannot be pre-determined.
|
|
488
|
+
json_response_schema (str): Specifies the JSON schema that the model should adhere to if `response_format` is set to "JSON". This should be a json-formatted string where each field of the expected schema is mapped to a dictionary containing the fields 'type', 'required' and 'description'. For example - '{"sample_field": {"type": "integer", "required": true, "description": "Sample Field"}}'
|
|
486
489
|
"""
|
|
487
490
|
document_retrievers: List[str] = dataclasses.field(default=None)
|
|
488
491
|
num_completion_tokens: int = dataclasses.field(default=None)
|
|
@@ -516,6 +519,9 @@ class ChatLLMTrainingConfig(TrainingConfig):
|
|
|
516
519
|
unknown_answer_phrase: str = dataclasses.field(default=None)
|
|
517
520
|
enable_tool_bar: bool = dataclasses.field(default=None)
|
|
518
521
|
enable_inline_source_citations: bool = dataclasses.field(default=None)
|
|
522
|
+
response_format: str = dataclasses.field(default=None)
|
|
523
|
+
json_response_instructions: str = dataclasses.field(default=None)
|
|
524
|
+
json_response_schema: str = dataclasses.field(default=None)
|
|
519
525
|
|
|
520
526
|
def __post_init__(self):
|
|
521
527
|
self.problem_type = enums.ProblemType.CHAT_LLM
|
|
@@ -51,14 +51,15 @@ def get_non_nullable_type(types):
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
class StreamingHandler(str):
|
|
54
|
-
def __new__(cls, value, context=None, section_key=None, data_type='text'):
|
|
54
|
+
def __new__(cls, value, context=None, section_key=None, data_type='text', is_transient=False):
|
|
55
55
|
if context:
|
|
56
|
-
cls.process_streaming_data(
|
|
56
|
+
cls.process_streaming_data(
|
|
57
|
+
value, context, section_key, data_type, is_transient)
|
|
57
58
|
return str.__new__(cls, value)
|
|
58
59
|
|
|
59
60
|
@classmethod
|
|
60
|
-
def process_streaming_data(cls, value, context, section_key, data_type):
|
|
61
|
-
if hasattr(context, 'streamed_section_response') and hasattr(context, 'streamed_response'):
|
|
61
|
+
def process_streaming_data(cls, value, context, section_key, data_type, is_transient):
|
|
62
|
+
if hasattr(context, 'streamed_section_response') and hasattr(context, 'streamed_response') and not is_transient:
|
|
62
63
|
if data_type == 'text':
|
|
63
64
|
if section_key:
|
|
64
65
|
entry_exists = False
|
|
@@ -400,6 +401,7 @@ class DocstoreUtils:
|
|
|
400
401
|
PAGE_LLM_OCR = 'page_llm_ocr'
|
|
401
402
|
PAGE_TABLE_TEXT = 'page_table_text'
|
|
402
403
|
MARKDOWN_FEATURES = 'markdown_features'
|
|
404
|
+
MULTI_MODE_OCR_TEXT = 'multi_mode_ocr_text'
|
|
403
405
|
DOCUMENT_PROCESSING_CONFIG = 'document_processing_config'
|
|
404
406
|
DOCUMENT_PROCESSING_VERSION = 'document_processing_version'
|
|
405
407
|
|
|
@@ -591,7 +593,7 @@ class DocstoreUtils:
|
|
|
591
593
|
document_data[cls.EMBEDDED_TEXT] = combine_page_texts(info.get(
|
|
592
594
|
cls.EMBEDDED_TEXT) or info.get(cls.PAGE_TEXT) or '' for info in page_infos)
|
|
593
595
|
page_texts = None
|
|
594
|
-
for k in [cls.PAGE_MARKDOWN, cls.PAGE_LLM_OCR, cls.PAGE_TABLE_TEXT]:
|
|
596
|
+
for k in [cls.MULTI_MODE_OCR_TEXT, cls.PAGE_MARKDOWN, cls.PAGE_LLM_OCR, cls.PAGE_TABLE_TEXT]:
|
|
595
597
|
if page_infos[0].get(k) and not document_data.get(cls.PAGE_MARKDOWN):
|
|
596
598
|
document_data[cls.PAGE_MARKDOWN] = page_texts = [
|
|
597
599
|
page.get(k, '') for page in page_infos]
|
|
@@ -43,10 +43,11 @@ from .api_class import (
|
|
|
43
43
|
PredictionArguments, ProblemType, ProjectFeatureGroupConfig,
|
|
44
44
|
PythonFunctionType, ResponseSection, SamplingConfig, Segment,
|
|
45
45
|
StreamingConnectorDatasetConfig, TrainingConfig, VectorStoreConfig,
|
|
46
|
-
WorkflowGraph,
|
|
46
|
+
WorkflowGraph, WorkflowGraphNode, WorkflowNodeTemplateConfig,
|
|
47
|
+
get_clean_function_source_code_for_agent
|
|
47
48
|
)
|
|
48
49
|
from .api_class.abstract import get_clean_function_source_code, get_clean_function_source_code_for_agent, snake_case
|
|
49
|
-
from .api_class.ai_agents import WorkflowGraph
|
|
50
|
+
from .api_class.ai_agents import WorkflowGraph, WorkflowNodeTemplateConfig
|
|
50
51
|
from .api_class.blob_input import Blob, BlobInput
|
|
51
52
|
from .api_class.enums import AgentInterface
|
|
52
53
|
from .api_class.segments import ResponseSection, Segment
|
|
@@ -177,6 +178,7 @@ from .use_case_requirements import UseCaseRequirements
|
|
|
177
178
|
from .user import User
|
|
178
179
|
from .web_search_response import WebSearchResponse
|
|
179
180
|
from .webhook import Webhook
|
|
181
|
+
from .workflow_node_template import WorkflowNodeTemplate
|
|
180
182
|
|
|
181
183
|
|
|
182
184
|
DEFAULT_SERVER = 'https://api.abacus.ai'
|
|
@@ -616,7 +618,7 @@ class BaseApiClient:
|
|
|
616
618
|
client_options (ClientOptions): Optional API client configurations
|
|
617
619
|
skip_version_check (bool): If true, will skip checking the server's current API version on initializing the client
|
|
618
620
|
"""
|
|
619
|
-
client_version = '1.4.
|
|
621
|
+
client_version = '1.4.17'
|
|
620
622
|
|
|
621
623
|
def __init__(self, api_key: str = None, server: str = None, client_options: ClientOptions = None, skip_version_check: bool = False, include_tb: bool = False):
|
|
622
624
|
self.api_key = api_key
|
|
@@ -1498,16 +1500,18 @@ class ReadOnlyClient(BaseApiClient):
|
|
|
1498
1500
|
application_connector_id (str): Unique string identifier for the application connector."""
|
|
1499
1501
|
return self._call_api('listApplicationConnectorObjects', 'GET', query_params={'applicationConnectorId': application_connector_id})
|
|
1500
1502
|
|
|
1501
|
-
def get_connector_auth(self, service: Union[ApplicationConnectorType, str], scopes: List = None) -> ApplicationConnector:
|
|
1503
|
+
def get_connector_auth(self, service: Union[ApplicationConnectorType, str] = None, scopes: List = None, name: str = None, is_user_level: bool = True) -> ApplicationConnector:
|
|
1502
1504
|
"""Get the authentication details for a given connector.
|
|
1503
1505
|
|
|
1504
1506
|
Args:
|
|
1505
1507
|
service (ApplicationConnectorType): The service name.
|
|
1506
1508
|
scopes (List): The scopes to request for the connector.
|
|
1509
|
+
name (str): Name of the connector.
|
|
1510
|
+
is_user_level (bool): Type of connector to be fetched (user level or org level).
|
|
1507
1511
|
|
|
1508
1512
|
Returns:
|
|
1509
1513
|
ApplicationConnector: The application connector with the authentication details."""
|
|
1510
|
-
return self._call_api('getConnectorAuth', 'GET', query_params={'service': service, 'scopes': scopes}, parse_type=ApplicationConnector)
|
|
1514
|
+
return self._call_api('getConnectorAuth', 'GET', query_params={'service': service, 'scopes': scopes, 'name': name, 'isUserLevel': is_user_level}, parse_type=ApplicationConnector)
|
|
1511
1515
|
|
|
1512
1516
|
def list_streaming_connectors(self) -> List[StreamingConnector]:
|
|
1513
1517
|
"""Retrieves a list of all streaming connectors along with their corresponding attributes.
|
|
@@ -3607,6 +3611,35 @@ class ApiClient(ReadOnlyClient):
|
|
|
3607
3611
|
_request_context.topological_dfs_stack = workflow_info['topological_dfs_stack']
|
|
3608
3612
|
return workflow_info['run_info']
|
|
3609
3613
|
|
|
3614
|
+
def execute_workflow_node(self, node: WorkflowGraphNode, inputs: dict):
|
|
3615
|
+
source_code = None
|
|
3616
|
+
function_name = None
|
|
3617
|
+
if node.template_metadata:
|
|
3618
|
+
template_metadata = node.template_metadata
|
|
3619
|
+
template_name = template_metadata.get('template_name')
|
|
3620
|
+
template = self._call_api('_getWorkflowNodeTemplate', 'GET', query_params={
|
|
3621
|
+
'name': template_name}, parse_type=WorkflowNodeTemplate)
|
|
3622
|
+
if not template:
|
|
3623
|
+
raise Exception(f'Template {template_name} not found')
|
|
3624
|
+
function_name = template.function_name
|
|
3625
|
+
configs = template_metadata.get('configs') or {}
|
|
3626
|
+
template_configs = [WorkflowNodeTemplateConfig.from_dict(
|
|
3627
|
+
template_config) for template_config in template.template_configs]
|
|
3628
|
+
for template_config in template_configs:
|
|
3629
|
+
if template_config.name not in configs:
|
|
3630
|
+
if template_config.is_required:
|
|
3631
|
+
raise Exception(
|
|
3632
|
+
f'Missing value for required template config {template_config.name}')
|
|
3633
|
+
else:
|
|
3634
|
+
configs[template_config.name] = template_config.default_value
|
|
3635
|
+
source_code = template.source_code.format(**configs)
|
|
3636
|
+
else:
|
|
3637
|
+
source_code = node.source_code
|
|
3638
|
+
function_name = node.function_name
|
|
3639
|
+
exec(source_code, globals())
|
|
3640
|
+
func = eval(function_name)
|
|
3641
|
+
return func(**inputs)
|
|
3642
|
+
|
|
3610
3643
|
def create_agent_from_function(self, project_id: str, agent_function: callable, name: str = None, memory: int = None, package_requirements: list = None, description: str = None, evaluation_feature_group_id: str = None, workflow_graph: WorkflowGraph = None):
|
|
3611
3644
|
"""
|
|
3612
3645
|
[Deprecated]
|
|
@@ -3925,26 +3958,27 @@ class ApiClient(ReadOnlyClient):
|
|
|
3925
3958
|
"""
|
|
3926
3959
|
return get_object_from_context(self, _request_context, 'proxy_app_caller', str) is not None
|
|
3927
3960
|
|
|
3928
|
-
def stream_message(self, message: str) -> None:
|
|
3961
|
+
def stream_message(self, message: str, is_transient: bool = False) -> None:
|
|
3929
3962
|
"""
|
|
3930
3963
|
Streams a message to the current request context. Applicable within a AIAgent execute function.
|
|
3931
3964
|
If the request is from the abacus.ai app, the response will be streamed to the UI. otherwise would be logged info if used from notebook or python script.
|
|
3932
3965
|
|
|
3933
3966
|
Args:
|
|
3934
3967
|
message (str): The message to be streamed.
|
|
3968
|
+
is_transient (bool): If True, the message will be marked as transient and will not be persisted on reload in external chatllm UI. Transient messages are useful for streaming interim updates or results.
|
|
3935
3969
|
"""
|
|
3936
3970
|
request_id = self._get_agent_app_request_id()
|
|
3937
3971
|
caller = self._get_agent_async_app_caller()
|
|
3938
3972
|
proxy_caller = self._is_proxy_app_caller()
|
|
3939
3973
|
if request_id and caller:
|
|
3940
3974
|
extra_args = {'stream_type': StreamType.MESSAGE.value,
|
|
3941
|
-
'response_version': '1.0'}
|
|
3975
|
+
'response_version': '1.0', 'is_transient': is_transient}
|
|
3942
3976
|
if hasattr(_request_context, 'agent_workflow_node_id'):
|
|
3943
3977
|
extra_args.update(
|
|
3944
3978
|
{'agent_workflow_node_id': _request_context.agent_workflow_node_id})
|
|
3945
3979
|
self._call_aiagent_app_send_message(
|
|
3946
3980
|
request_id, caller, message=message, extra_args=extra_args, proxy_caller=proxy_caller)
|
|
3947
|
-
return StreamingHandler(message, _request_context)
|
|
3981
|
+
return StreamingHandler(message, _request_context, is_transient=is_transient)
|
|
3948
3982
|
|
|
3949
3983
|
def stream_section_output(self, section_key: str, value: str) -> None:
|
|
3950
3984
|
"""
|
|
@@ -8653,17 +8687,6 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8653
8687
|
AgentConversation: Contains a list of AgentConversationMessage that represents the conversation."""
|
|
8654
8688
|
return self._proxy_request('constructAgentConversationMessagesForLLM', 'POST', query_params={}, body={'deploymentConversationId': deployment_conversation_id, 'externalSessionId': external_session_id, 'includeDocumentContents': include_document_contents}, parse_type=AgentConversation, is_sync=True)
|
|
8655
8689
|
|
|
8656
|
-
def get_llm_app_response(self, llm_app_name: str, prompt: str) -> LlmResponse:
|
|
8657
|
-
"""Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|
|
8658
|
-
|
|
8659
|
-
Args:
|
|
8660
|
-
llm_app_name (str): The name of the LLM App to use for generation.
|
|
8661
|
-
prompt (str): The prompt to use for generation.
|
|
8662
|
-
|
|
8663
|
-
Returns:
|
|
8664
|
-
LlmResponse: The response from the LLM App."""
|
|
8665
|
-
return self._call_api('getLLMAppResponse', 'POST', query_params={}, body={'llmAppName': llm_app_name, 'prompt': prompt}, parse_type=LlmResponse)
|
|
8666
|
-
|
|
8667
8690
|
def validate_workflow_graph(self, workflow_graph: Union[dict, WorkflowGraph], agent_interface: Union[AgentInterface, str] = AgentInterface.DEFAULT, package_requirements: list = []) -> dict:
|
|
8668
8691
|
"""Validates the workflow graph for an AI Agent.
|
|
8669
8692
|
|
|
@@ -8682,6 +8705,17 @@ Creates a new feature group defined as the union of other feature group versions
|
|
|
8682
8705
|
package_requirements (list): A list of package requirement strings. For example: ['numpy==1.2.3', 'pandas>=1.4.0']."""
|
|
8683
8706
|
return self._call_api('extractAgentWorkflowInformation', 'POST', query_params={}, body={'workflowGraph': workflow_graph, 'agentInterface': agent_interface, 'packageRequirements': package_requirements})
|
|
8684
8707
|
|
|
8708
|
+
def get_llm_app_response(self, llm_app_name: str, prompt: str) -> LlmResponse:
|
|
8709
|
+
"""Queries the specified LLM App to generate a response to the prompt. LLM Apps are LLMs tailored to achieve a specific task like code generation for a specific service's API.
|
|
8710
|
+
|
|
8711
|
+
Args:
|
|
8712
|
+
llm_app_name (str): The name of the LLM App to use for generation.
|
|
8713
|
+
prompt (str): The prompt to use for generation.
|
|
8714
|
+
|
|
8715
|
+
Returns:
|
|
8716
|
+
LlmResponse: The response from the LLM App."""
|
|
8717
|
+
return self._call_api('getLLMAppResponse', 'POST', query_params={}, body={'llmAppName': llm_app_name, 'prompt': prompt}, parse_type=LlmResponse)
|
|
8718
|
+
|
|
8685
8719
|
def create_document_retriever(self, project_id: str, name: str, feature_group_id: str, document_retriever_config: Union[dict, VectorStoreConfig] = None) -> DocumentRetriever:
|
|
8686
8720
|
"""Returns a document retriever that stores embeddings for document chunks in a feature group.
|
|
8687
8721
|
|
|
@@ -34,9 +34,10 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
34
34
|
llmDisplayName (str): The display name of the LLM model used to generate the response. Only used for system-created bots.
|
|
35
35
|
llmBotIcon (str): The icon location of the LLM model used to generate the response. Only used for system-created bots.
|
|
36
36
|
formResponse (dict): Contains form data response from the user when a Form Segment is given out by the bot.
|
|
37
|
+
routedLlm (str): The LLM that was chosen by RouteLLM to generate the response.
|
|
37
38
|
"""
|
|
38
39
|
|
|
39
|
-
def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, nextAgentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None, streamedData=None, streamedSectionData=None, highlights=None, llmDisplayName=None, llmBotIcon=None, formResponse=None):
|
|
40
|
+
def __init__(self, client, role=None, text=None, timestamp=None, messageIndex=None, regenerateAttempt=None, modelVersion=None, searchResults=None, isUseful=None, feedback=None, feedbackType=None, docInfos=None, keywordArguments=None, inputParams=None, attachments=None, responseVersion=None, agentWorkflowNodeId=None, nextAgentWorkflowNodeId=None, chatType=None, agentResponse=None, error=None, segments=None, streamedData=None, streamedSectionData=None, highlights=None, llmDisplayName=None, llmBotIcon=None, formResponse=None, routedLlm=None):
|
|
40
41
|
super().__init__(client, None)
|
|
41
42
|
self.role = role
|
|
42
43
|
self.text = text
|
|
@@ -65,11 +66,12 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
65
66
|
self.llm_display_name = llmDisplayName
|
|
66
67
|
self.llm_bot_icon = llmBotIcon
|
|
67
68
|
self.form_response = formResponse
|
|
69
|
+
self.routed_llm = routedLlm
|
|
68
70
|
self.deprecated_keys = {}
|
|
69
71
|
|
|
70
72
|
def __repr__(self):
|
|
71
73
|
repr_dict = {f'role': repr(self.role), f'text': repr(self.text), f'timestamp': repr(self.timestamp), f'message_index': repr(self.message_index), f'regenerate_attempt': repr(self.regenerate_attempt), f'model_version': repr(self.model_version), f'search_results': repr(self.search_results), f'is_useful': repr(self.is_useful), f'feedback': repr(self.feedback), f'feedback_type': repr(self.feedback_type), f'doc_infos': repr(self.doc_infos), f'keyword_arguments': repr(self.keyword_arguments), f'input_params': repr(self.input_params), f'attachments': repr(self.attachments), f'response_version': repr(
|
|
72
|
-
self.response_version), f'agent_workflow_node_id': repr(self.agent_workflow_node_id), f'next_agent_workflow_node_id': repr(self.next_agent_workflow_node_id), f'chat_type': repr(self.chat_type), f'agent_response': repr(self.agent_response), f'error': repr(self.error), f'segments': repr(self.segments), f'streamed_data': repr(self.streamed_data), f'streamed_section_data': repr(self.streamed_section_data), f'highlights': repr(self.highlights), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'form_response': repr(self.form_response)}
|
|
74
|
+
self.response_version), f'agent_workflow_node_id': repr(self.agent_workflow_node_id), f'next_agent_workflow_node_id': repr(self.next_agent_workflow_node_id), f'chat_type': repr(self.chat_type), f'agent_response': repr(self.agent_response), f'error': repr(self.error), f'segments': repr(self.segments), f'streamed_data': repr(self.streamed_data), f'streamed_section_data': repr(self.streamed_section_data), f'highlights': repr(self.highlights), f'llm_display_name': repr(self.llm_display_name), f'llm_bot_icon': repr(self.llm_bot_icon), f'form_response': repr(self.form_response), f'routed_llm': repr(self.routed_llm)}
|
|
73
75
|
class_name = "DeploymentConversationEvent"
|
|
74
76
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
75
77
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -83,5 +85,5 @@ class DeploymentConversationEvent(AbstractApiClass):
|
|
|
83
85
|
dict: The dict value representation of the class parameters
|
|
84
86
|
"""
|
|
85
87
|
resp = {'role': self.role, 'text': self.text, 'timestamp': self.timestamp, 'message_index': self.message_index, 'regenerate_attempt': self.regenerate_attempt, 'model_version': self.model_version, 'search_results': self.search_results, 'is_useful': self.is_useful, 'feedback': self.feedback, 'feedback_type': self.feedback_type, 'doc_infos': self.doc_infos, 'keyword_arguments': self.keyword_arguments, 'input_params': self.input_params, 'attachments': self.attachments, 'response_version': self.response_version,
|
|
86
|
-
'agent_workflow_node_id': self.agent_workflow_node_id, 'next_agent_workflow_node_id': self.next_agent_workflow_node_id, 'chat_type': self.chat_type, 'agent_response': self.agent_response, 'error': self.error, 'segments': self.segments, 'streamed_data': self.streamed_data, 'streamed_section_data': self.streamed_section_data, 'highlights': self.highlights, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'form_response': self.form_response}
|
|
88
|
+
'agent_workflow_node_id': self.agent_workflow_node_id, 'next_agent_workflow_node_id': self.next_agent_workflow_node_id, 'chat_type': self.chat_type, 'agent_response': self.agent_response, 'error': self.error, 'segments': self.segments, 'streamed_data': self.streamed_data, 'streamed_section_data': self.streamed_section_data, 'highlights': self.highlights, 'llm_display_name': self.llm_display_name, 'llm_bot_icon': self.llm_bot_icon, 'form_response': self.form_response, 'routed_llm': self.routed_llm}
|
|
87
89
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -14,9 +14,11 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
14
14
|
scoreMultiplierColumn (str): The values in this metadata column are used to modify the relevance scores of returned chunks.
|
|
15
15
|
pruneVectors (bool): Corpus specific transformation of vectors that applies dimensional reduction techniques to strip common components from the vectors.
|
|
16
16
|
indexMetadataColumns (bool): If True, metadata columns of the FG will also be used for indexing and querying.
|
|
17
|
+
useDocumentSummary (bool): If True, uses the summary of the document in addition to chunks of the document for indexing and querying.
|
|
18
|
+
summaryInstructions (str): Instructions for the LLM to generate the document summary.
|
|
17
19
|
"""
|
|
18
20
|
|
|
19
|
-
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None, scoreMultiplierColumn=None, pruneVectors=None, indexMetadataColumns=None):
|
|
21
|
+
def __init__(self, client, chunkSize=None, chunkOverlapFraction=None, textEncoder=None, scoreMultiplierColumn=None, pruneVectors=None, indexMetadataColumns=None, useDocumentSummary=None, summaryInstructions=None):
|
|
20
22
|
super().__init__(client, None)
|
|
21
23
|
self.chunk_size = chunkSize
|
|
22
24
|
self.chunk_overlap_fraction = chunkOverlapFraction
|
|
@@ -24,11 +26,13 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
24
26
|
self.score_multiplier_column = scoreMultiplierColumn
|
|
25
27
|
self.prune_vectors = pruneVectors
|
|
26
28
|
self.index_metadata_columns = indexMetadataColumns
|
|
29
|
+
self.use_document_summary = useDocumentSummary
|
|
30
|
+
self.summary_instructions = summaryInstructions
|
|
27
31
|
self.deprecated_keys = {}
|
|
28
32
|
|
|
29
33
|
def __repr__(self):
|
|
30
|
-
repr_dict = {f'chunk_size': repr(self.chunk_size), f'chunk_overlap_fraction': repr(self.chunk_overlap_fraction), f'text_encoder': repr(self.text_encoder), f'score_multiplier_column': repr(
|
|
31
|
-
self.
|
|
34
|
+
repr_dict = {f'chunk_size': repr(self.chunk_size), f'chunk_overlap_fraction': repr(self.chunk_overlap_fraction), f'text_encoder': repr(self.text_encoder), f'score_multiplier_column': repr(self.score_multiplier_column), f'prune_vectors': repr(
|
|
35
|
+
self.prune_vectors), f'index_metadata_columns': repr(self.index_metadata_columns), f'use_document_summary': repr(self.use_document_summary), f'summary_instructions': repr(self.summary_instructions)}
|
|
32
36
|
class_name = "DocumentRetrieverConfig"
|
|
33
37
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
34
38
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -41,6 +45,6 @@ class DocumentRetrieverConfig(AbstractApiClass):
|
|
|
41
45
|
Returns:
|
|
42
46
|
dict: The dict value representation of the class parameters
|
|
43
47
|
"""
|
|
44
|
-
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction, 'text_encoder': self.text_encoder,
|
|
45
|
-
'
|
|
48
|
+
resp = {'chunk_size': self.chunk_size, 'chunk_overlap_fraction': self.chunk_overlap_fraction, 'text_encoder': self.text_encoder, 'score_multiplier_column': self.score_multiplier_column,
|
|
49
|
+
'prune_vectors': self.prune_vectors, 'index_metadata_columns': self.index_metadata_columns, 'use_document_summary': self.use_document_summary, 'summary_instructions': self.summary_instructions}
|
|
46
50
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
from .return_class import AbstractApiClass
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
class RegenerateLlmExternalApplication(AbstractApiClass):
|
|
5
|
+
"""
|
|
6
|
+
An external application that specifies an LLM user can regenerate with in RouteLLM.
|
|
7
|
+
|
|
8
|
+
Args:
|
|
9
|
+
client (ApiClient): An authenticated API Client instance
|
|
10
|
+
name (str): The external name of the LLM.
|
|
11
|
+
externalApplicationId (str): The unique identifier of the external application.
|
|
12
|
+
"""
|
|
13
|
+
|
|
14
|
+
def __init__(self, client, name=None, externalApplicationId=None):
|
|
15
|
+
super().__init__(client, None)
|
|
16
|
+
self.name = name
|
|
17
|
+
self.external_application_id = externalApplicationId
|
|
18
|
+
self.deprecated_keys = {}
|
|
19
|
+
|
|
20
|
+
def __repr__(self):
|
|
21
|
+
repr_dict = {f'name': repr(self.name), f'external_application_id': repr(
|
|
22
|
+
self.external_application_id)}
|
|
23
|
+
class_name = "RegenerateLlmExternalApplication"
|
|
24
|
+
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
25
|
+
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
26
|
+
return f"{class_name}({repr_str})"
|
|
27
|
+
|
|
28
|
+
def to_dict(self):
|
|
29
|
+
"""
|
|
30
|
+
Get a dict representation of the parameters in this class
|
|
31
|
+
|
|
32
|
+
Returns:
|
|
33
|
+
dict: The dict value representation of the class parameters
|
|
34
|
+
"""
|
|
35
|
+
resp = {'name': self.name,
|
|
36
|
+
'external_application_id': self.external_application_id}
|
|
37
|
+
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -15,12 +15,13 @@ class WorkflowNodeTemplate(AbstractApiClass):
|
|
|
15
15
|
description (str): A description of the workflow node template.
|
|
16
16
|
packageRequirements (list[str]): A list of package requirements that the node source code may need.
|
|
17
17
|
tags (dict): Tags to add to the workflow node template. It contains information on the intended usage of template.
|
|
18
|
+
additionalConfigs (dict): Additional configurations for the workflow node template.
|
|
18
19
|
inputs (WorkflowNodeTemplateInput): A list of inputs that the workflow node template will use.
|
|
19
20
|
outputs (WorkflowNodeTemplateOutput): A list of outputs that the workflow node template will give.
|
|
20
21
|
templateConfigs (WorkflowNodeTemplateConfig): A list of template configs that are hydrated into source to get complete code.
|
|
21
22
|
"""
|
|
22
23
|
|
|
23
|
-
def __init__(self, client, workflowNodeTemplateId=None, name=None, functionName=None, sourceCode=None, description=None, packageRequirements=None, tags=None, inputs={}, outputs={}, templateConfigs={}):
|
|
24
|
+
def __init__(self, client, workflowNodeTemplateId=None, name=None, functionName=None, sourceCode=None, description=None, packageRequirements=None, tags=None, additionalConfigs=None, inputs={}, outputs={}, templateConfigs={}):
|
|
24
25
|
super().__init__(client, workflowNodeTemplateId)
|
|
25
26
|
self.workflow_node_template_id = workflowNodeTemplateId
|
|
26
27
|
self.name = name
|
|
@@ -29,6 +30,7 @@ class WorkflowNodeTemplate(AbstractApiClass):
|
|
|
29
30
|
self.description = description
|
|
30
31
|
self.package_requirements = packageRequirements
|
|
31
32
|
self.tags = tags
|
|
33
|
+
self.additional_configs = additionalConfigs
|
|
32
34
|
self.inputs = client._build_class(WorkflowNodeTemplateInput, inputs)
|
|
33
35
|
self.outputs = client._build_class(WorkflowNodeTemplateOutput, outputs)
|
|
34
36
|
self.template_configs = client._build_class(
|
|
@@ -36,8 +38,8 @@ class WorkflowNodeTemplate(AbstractApiClass):
|
|
|
36
38
|
self.deprecated_keys = {}
|
|
37
39
|
|
|
38
40
|
def __repr__(self):
|
|
39
|
-
repr_dict = {f'workflow_node_template_id': repr(self.workflow_node_template_id), f'name': repr(self.name), f'function_name': repr(self.function_name), f'source_code': repr(self.source_code), f'description': repr(
|
|
40
|
-
self.
|
|
41
|
+
repr_dict = {f'workflow_node_template_id': repr(self.workflow_node_template_id), f'name': repr(self.name), f'function_name': repr(self.function_name), f'source_code': repr(self.source_code), f'description': repr(self.description), f'package_requirements': repr(
|
|
42
|
+
self.package_requirements), f'tags': repr(self.tags), f'additional_configs': repr(self.additional_configs), f'inputs': repr(self.inputs), f'outputs': repr(self.outputs), f'template_configs': repr(self.template_configs)}
|
|
41
43
|
class_name = "WorkflowNodeTemplate"
|
|
42
44
|
repr_str = ',\n '.join([f'{key}={value}' for key, value in repr_dict.items(
|
|
43
45
|
) if getattr(self, key, None) is not None and key not in self.deprecated_keys])
|
|
@@ -51,5 +53,5 @@ class WorkflowNodeTemplate(AbstractApiClass):
|
|
|
51
53
|
dict: The dict value representation of the class parameters
|
|
52
54
|
"""
|
|
53
55
|
resp = {'workflow_node_template_id': self.workflow_node_template_id, 'name': self.name, 'function_name': self.function_name, 'source_code': self.source_code, 'description': self.description, 'package_requirements': self.package_requirements,
|
|
54
|
-
'tags': self.tags, 'inputs': self._get_attribute_as_dict(self.inputs), 'outputs': self._get_attribute_as_dict(self.outputs), 'template_configs': self._get_attribute_as_dict(self.template_configs)}
|
|
56
|
+
'tags': self.tags, 'additional_configs': self.additional_configs, 'inputs': self._get_attribute_as_dict(self.inputs), 'outputs': self._get_attribute_as_dict(self.outputs), 'template_configs': self._get_attribute_as_dict(self.template_configs)}
|
|
55
57
|
return {key: value for key, value in resp.items() if value is not None and key not in self.deprecated_keys}
|
|
@@ -202,6 +202,7 @@ abacusai/realtime_monitor.py
|
|
|
202
202
|
abacusai/refresh_pipeline_run.py
|
|
203
203
|
abacusai/refresh_policy.py
|
|
204
204
|
abacusai/refresh_schedule.py
|
|
205
|
+
abacusai/regenerate_llm_external_application.py
|
|
205
206
|
abacusai/requirements.txt
|
|
206
207
|
abacusai/resolved_feature_group_template.py
|
|
207
208
|
abacusai/return_class.py
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Sphinx build info version 1
|
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
|
3
|
-
config:
|
|
3
|
+
config: 12535596649b36dd1c7e0cddf2d1e3b2
|
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
|
@@ -146,6 +146,24 @@ Module Contents
|
|
|
146
146
|
|
|
147
147
|
|
|
148
148
|
|
|
149
|
+
.. py:property:: description
|
|
150
|
+
:type: str
|
|
151
|
+
|
|
152
|
+
The description of the agent.
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
.. py:property:: agent_interface
|
|
156
|
+
:type: str
|
|
157
|
+
|
|
158
|
+
The interface that the agent will be deployed with.
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
.. py:property:: agent_connectors
|
|
162
|
+
:type: dict
|
|
163
|
+
|
|
164
|
+
A dictionary mapping ApplicationConnectorType keys to lists of OAuth scopes. Each key represents a specific application connector, while the value is a list of scopes that define the permissions granted to the application.
|
|
165
|
+
|
|
166
|
+
|
|
149
167
|
.. py:method:: wait_for_publish(timeout=None)
|
|
150
168
|
|
|
151
169
|
A waiting call until agent is published.
|