arize-phoenix 8.26.0__tar.gz → 8.26.2__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 arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/PKG-INFO +1 -2
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/pyproject.toml +0 -1
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/config.py +7 -8
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/user_mutations.py +2 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/app.py +3 -32
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/main.py +0 -10
- arize_phoenix-8.26.2/src/phoenix/server/middleware/gzip.py +33 -0
- arize_phoenix-8.26.2/src/phoenix/server/static/.vite/manifest.json +87 -0
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/components-B5CAbHpr.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/components-BpgLJxZt.js +192 -192
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/index-DIP5WhNE.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/index-DHuvzpC2.js +2 -2
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/pages-cfOsoZi6.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/pages-CNkfmPS4.js +209 -209
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/vendor-DCvpCpca.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/vendor-C77BEnnR.js +175 -170
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/vendor-arizeai-Ce3Kd6MM.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/vendor-arizeai-CMLBpPBs.js +1 -1
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/vendor-codemirror-CoZ2wzq8.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/vendor-codemirror-DT1ReytN.js +1 -1
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/vendor-recharts-Bv0CPtHC.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/vendor-recharts-ByEcbiML.js +1 -1
- arize_phoenix-8.26.0/src/phoenix/server/static/assets/vendor-shiki-CkOPKXne.js → arize_phoenix-8.26.2/src/phoenix/server/static/assets/vendor-shiki-DEgpVt4G.js +1 -1
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/services.py +0 -4
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/session/session.py +0 -15
- arize_phoenix-8.26.2/src/phoenix/utilities/span_store.py +0 -0
- arize_phoenix-8.26.2/src/phoenix/version.py +1 -0
- arize_phoenix-8.26.0/src/phoenix/server/static/.vite/manifest.json +0 -87
- arize_phoenix-8.26.0/src/phoenix/version.py +0 -1
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/.gitignore +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/IP_NOTICE +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/LICENSE +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/README.md +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/projects.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/templates/welcome.html +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.26.0/src/phoenix/server/openapi → arize_phoenix-8.26.2/src/phoenix/server/middleware}/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.26.0/src/phoenix/server/templates → arize_phoenix-8.26.2/src/phoenix/server/openapi}/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.26.0/src/phoenix/session → arize_phoenix-8.26.2/src/phoenix/server/templates}/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.26.0/src/phoenix/utilities → arize_phoenix-8.26.2/src/phoenix/session}/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- /arize_phoenix-8.26.0/src/phoenix/utilities/span_store.py → /arize_phoenix-8.26.2/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/utilities/template_formatters.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 8.26.
|
|
3
|
+
Version: 8.26.2
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://docs.arize.com/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -53,7 +53,6 @@ Requires-Dist: strawberry-graphql>=0.262.0
|
|
|
53
53
|
Requires-Dist: tqdm
|
|
54
54
|
Requires-Dist: typing-extensions>=4.6
|
|
55
55
|
Requires-Dist: uvicorn
|
|
56
|
-
Requires-Dist: websockets
|
|
57
56
|
Requires-Dist: wrapt>=1.17.2
|
|
58
57
|
Provides-Extra: container
|
|
59
58
|
Requires-Dist: aiohttp; extra == 'container'
|
|
@@ -119,10 +119,6 @@ ENV_LOG_MIGRATIONS = "PHOENIX_LOG_MIGRATIONS"
|
|
|
119
119
|
"""
|
|
120
120
|
Whether or not to log migrations. Defaults to true.
|
|
121
121
|
"""
|
|
122
|
-
ENV_PHOENIX_ENABLE_WEBSOCKETS = "PHOENIX_ENABLE_WEBSOCKETS"
|
|
123
|
-
"""
|
|
124
|
-
Whether or not to enable websockets. Defaults to None.
|
|
125
|
-
"""
|
|
126
122
|
|
|
127
123
|
ENV_PHOENIX_DANGEROUSLY_DISABLE_MIGRATIONS = "PHOENIX_DANGEROUSLY_DISABLE_MIGRATIONS"
|
|
128
124
|
"""
|
|
@@ -574,10 +570,6 @@ def get_env_smtp_validate_certs() -> bool:
|
|
|
574
570
|
return _bool_val(ENV_PHOENIX_SMTP_VALIDATE_CERTS, True)
|
|
575
571
|
|
|
576
572
|
|
|
577
|
-
def get_env_enable_websockets() -> Optional[bool]:
|
|
578
|
-
return _bool_val(ENV_PHOENIX_ENABLE_WEBSOCKETS)
|
|
579
|
-
|
|
580
|
-
|
|
581
573
|
@dataclass(frozen=True)
|
|
582
574
|
class OAuth2ClientConfig:
|
|
583
575
|
idp_name: str
|
|
@@ -1145,6 +1137,13 @@ def verify_server_environment_variables() -> None:
|
|
|
1145
1137
|
get_env_phoenix_secret()
|
|
1146
1138
|
get_env_phoenix_admin_secret()
|
|
1147
1139
|
|
|
1140
|
+
# Notify users about deprecated environment variables if they are being used.
|
|
1141
|
+
if os.getenv("PHOENIX_ENABLE_WEBSOCKETS") is not None:
|
|
1142
|
+
logger.warning(
|
|
1143
|
+
"The environment variable PHOENIX_ENABLE_WEBSOCKETS is deprecated "
|
|
1144
|
+
"because WebSocket is no longer necessary."
|
|
1145
|
+
)
|
|
1146
|
+
|
|
1148
1147
|
|
|
1149
1148
|
SKLEARN_VERSION = cast(tuple[int, int], tuple(map(int, version("scikit-learn").split(".", 2)[:2])))
|
|
1150
1149
|
PLAYGROUND_PROJECT_NAME = "playground"
|
{arize_phoenix-8.26.0 → arize_phoenix-8.26.2}/src/phoenix/server/api/mutations/user_mutations.py
RENAMED
|
@@ -143,6 +143,8 @@ class UserMutationMixin:
|
|
|
143
143
|
if input.new_role:
|
|
144
144
|
if user.email == DEFAULT_ADMIN_EMAIL:
|
|
145
145
|
raise Unauthorized("Cannot modify role for the default admin user")
|
|
146
|
+
if user_id == requester_id:
|
|
147
|
+
raise Unauthorized("Cannot modify own role")
|
|
146
148
|
user_role_id = await session.scalar(_select_role_id_by_name(input.new_role.value))
|
|
147
149
|
if user_role_id is None:
|
|
148
150
|
raise NotFound(f"Role {input.new_role.value} not found")
|
|
@@ -25,23 +25,21 @@ from urllib.parse import urlparse
|
|
|
25
25
|
import strawberry
|
|
26
26
|
from fastapi import APIRouter, Depends, FastAPI
|
|
27
27
|
from fastapi.middleware.cors import CORSMiddleware
|
|
28
|
-
from fastapi.middleware.gzip import GZipMiddleware
|
|
29
28
|
from fastapi.utils import is_body_allowed_for_status_code
|
|
30
29
|
from grpc.aio import ServerInterceptor
|
|
31
30
|
from sqlalchemy import select
|
|
32
31
|
from sqlalchemy.ext.asyncio import AsyncEngine, AsyncSession, async_sessionmaker
|
|
33
32
|
from starlette.datastructures import State as StarletteState
|
|
34
|
-
from starlette.exceptions import HTTPException
|
|
33
|
+
from starlette.exceptions import HTTPException
|
|
35
34
|
from starlette.middleware import Middleware
|
|
36
35
|
from starlette.middleware.authentication import AuthenticationMiddleware
|
|
37
36
|
from starlette.middleware.base import BaseHTTPMiddleware, RequestResponseEndpoint
|
|
38
37
|
from starlette.requests import Request
|
|
39
|
-
from starlette.responses import
|
|
38
|
+
from starlette.responses import PlainTextResponse, Response
|
|
40
39
|
from starlette.staticfiles import StaticFiles
|
|
41
40
|
from starlette.status import HTTP_401_UNAUTHORIZED
|
|
42
41
|
from starlette.templating import Jinja2Templates
|
|
43
42
|
from starlette.types import Scope, StatefulLifespan
|
|
44
|
-
from starlette.websockets import WebSocket
|
|
45
43
|
from strawberry.extensions import SchemaExtension
|
|
46
44
|
from strawberry.fastapi import GraphQLRouter
|
|
47
45
|
from strawberry.subscriptions import GRAPHQL_TRANSPORT_WS_PROTOCOL
|
|
@@ -123,6 +121,7 @@ from phoenix.server.dml_event_handler import DmlEventHandler
|
|
|
123
121
|
from phoenix.server.email.types import EmailSender
|
|
124
122
|
from phoenix.server.grpc_server import GrpcServer
|
|
125
123
|
from phoenix.server.jwt_store import JwtStore
|
|
124
|
+
from phoenix.server.middleware.gzip import GZipMiddleware
|
|
126
125
|
from phoenix.server.oauth2 import OAuth2Clients
|
|
127
126
|
from phoenix.server.telemetry import initialize_opentelemetry_tracer_provider
|
|
128
127
|
from phoenix.server.types import (
|
|
@@ -207,7 +206,6 @@ class AppConfig(NamedTuple):
|
|
|
207
206
|
web_manifest_path: Path
|
|
208
207
|
authentication_enabled: bool
|
|
209
208
|
""" Whether authentication is enabled """
|
|
210
|
-
websockets_enabled: bool
|
|
211
209
|
oauth2_idps: Sequence[OAuth2Idp]
|
|
212
210
|
|
|
213
211
|
|
|
@@ -258,7 +256,6 @@ class Static(StaticFiles):
|
|
|
258
256
|
"manifest": self._web_manifest,
|
|
259
257
|
"authentication_enabled": self._app_config.authentication_enabled,
|
|
260
258
|
"oauth2_idps": self._app_config.oauth2_idps,
|
|
261
|
-
"websockets_enabled": self._app_config.websockets_enabled,
|
|
262
259
|
},
|
|
263
260
|
)
|
|
264
261
|
except Exception as e:
|
|
@@ -723,36 +720,12 @@ async def plain_text_http_exception_handler(request: Request, exc: HTTPException
|
|
|
723
720
|
return PlainTextResponse(str(exc.detail), status_code=exc.status_code, headers=headers)
|
|
724
721
|
|
|
725
722
|
|
|
726
|
-
async def websocket_denial_response_handler(websocket: WebSocket, exc: WebSocketException) -> None:
|
|
727
|
-
"""
|
|
728
|
-
Overrides the default exception handler for WebSocketException to ensure
|
|
729
|
-
that the HTTP response returned when a WebSocket connection is denied has
|
|
730
|
-
the same status code as the raised exception. This is in keeping with the
|
|
731
|
-
WebSocket Denial Response Extension of the ASGI specificiation described
|
|
732
|
-
below.
|
|
733
|
-
|
|
734
|
-
"Websocket connections start with the client sending a HTTP request
|
|
735
|
-
containing the appropriate upgrade headers. On receipt of this request a
|
|
736
|
-
server can choose to either upgrade the connection or respond with an HTTP
|
|
737
|
-
response (denying the upgrade). The core ASGI specification does not allow
|
|
738
|
-
for any control over the denial response, instead specifying that the HTTP
|
|
739
|
-
status code 403 should be returned, whereas this extension allows an ASGI
|
|
740
|
-
framework to control the denial response."
|
|
741
|
-
|
|
742
|
-
For details, see:
|
|
743
|
-
- https://asgi.readthedocs.io/en/latest/extensions.html#websocket-denial-response
|
|
744
|
-
"""
|
|
745
|
-
assert isinstance(exc, WebSocketException)
|
|
746
|
-
await websocket.send_denial_response(JSONResponse(status_code=exc.code, content=exc.reason))
|
|
747
|
-
|
|
748
|
-
|
|
749
723
|
def create_app(
|
|
750
724
|
db: DbSessionFactory,
|
|
751
725
|
export_path: Path,
|
|
752
726
|
model: Model,
|
|
753
727
|
authentication_enabled: bool,
|
|
754
728
|
umap_params: UMAPParameters,
|
|
755
|
-
enable_websockets: bool,
|
|
756
729
|
corpus: Optional[Model] = None,
|
|
757
730
|
debug: bool = False,
|
|
758
731
|
dev: bool = False,
|
|
@@ -900,7 +873,6 @@ def create_app(
|
|
|
900
873
|
middleware=middlewares,
|
|
901
874
|
exception_handlers={
|
|
902
875
|
HTTPException: plain_text_http_exception_handler,
|
|
903
|
-
WebSocketException: websocket_denial_response_handler, # type: ignore[dict-item]
|
|
904
876
|
},
|
|
905
877
|
debug=debug,
|
|
906
878
|
swagger_ui_parameters={
|
|
@@ -935,7 +907,6 @@ def create_app(
|
|
|
935
907
|
authentication_enabled=authentication_enabled,
|
|
936
908
|
web_manifest_path=web_manifest_path,
|
|
937
909
|
oauth2_idps=oauth2_idps,
|
|
938
|
-
websockets_enabled=enable_websockets,
|
|
939
910
|
),
|
|
940
911
|
),
|
|
941
912
|
name="static",
|
|
@@ -23,7 +23,6 @@ from phoenix.config import (
|
|
|
23
23
|
get_env_db_logging_level,
|
|
24
24
|
get_env_disable_migrations,
|
|
25
25
|
get_env_enable_prometheus,
|
|
26
|
-
get_env_enable_websockets,
|
|
27
26
|
get_env_grpc_port,
|
|
28
27
|
get_env_host,
|
|
29
28
|
get_env_host_root_path,
|
|
@@ -355,13 +354,6 @@ def main() -> None:
|
|
|
355
354
|
None if corpus_inferences is None else create_model_from_inferences(corpus_inferences)
|
|
356
355
|
)
|
|
357
356
|
|
|
358
|
-
# Get enable_websockets from environment variable or command line argument
|
|
359
|
-
enable_websockets = get_env_enable_websockets()
|
|
360
|
-
if args.enable_websockets is not None:
|
|
361
|
-
enable_websockets = args.enable_websockets.lower() == "true"
|
|
362
|
-
if enable_websockets is None:
|
|
363
|
-
enable_websockets = True
|
|
364
|
-
|
|
365
357
|
allowed_origins = get_env_allowed_origins()
|
|
366
358
|
|
|
367
359
|
# Print information about the server
|
|
@@ -374,7 +366,6 @@ def main() -> None:
|
|
|
374
366
|
storage=get_printable_db_url(db_connection_str),
|
|
375
367
|
schema=get_env_database_schema(),
|
|
376
368
|
auth_enabled=authentication_enabled,
|
|
377
|
-
websockets_enabled=enable_websockets,
|
|
378
369
|
allowed_origins=allowed_origins,
|
|
379
370
|
)
|
|
380
371
|
if sys.platform.startswith("win"):
|
|
@@ -405,7 +396,6 @@ def main() -> None:
|
|
|
405
396
|
db=factory,
|
|
406
397
|
export_path=export_path,
|
|
407
398
|
model=model,
|
|
408
|
-
enable_websockets=enable_websockets,
|
|
409
399
|
authentication_enabled=authentication_enabled,
|
|
410
400
|
umap_params=umap_params,
|
|
411
401
|
corpus=corpus_model,
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
from starlette.datastructures import Headers
|
|
2
|
+
from starlette.middleware.gzip import GZipMiddleware as _GZipMiddleware
|
|
3
|
+
from starlette.middleware.gzip import GZipResponder, IdentityResponder
|
|
4
|
+
from starlette.types import ASGIApp, Receive, Scope, Send
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class GZipMiddleware(_GZipMiddleware):
|
|
8
|
+
"""
|
|
9
|
+
Subclass of Starlette's GZipMiddleware that excludes multipart/mixed responses from compression.
|
|
10
|
+
|
|
11
|
+
This middleware adds a check to exclude multipart/mixed content types from compression,
|
|
12
|
+
which is important for streaming responses where compression could interfere with delivery.
|
|
13
|
+
|
|
14
|
+
The middleware will use the IdentityResponder (no compression) when:
|
|
15
|
+
1. The client doesn't support gzip compression, or
|
|
16
|
+
2. The response is a multipart/mixed content type
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:
|
|
20
|
+
if scope["type"] != "http":
|
|
21
|
+
await self.app(scope, receive, send)
|
|
22
|
+
return
|
|
23
|
+
|
|
24
|
+
headers = Headers(scope=scope)
|
|
25
|
+
responder: ASGIApp
|
|
26
|
+
if "gzip" not in headers.get("Accept-Encoding", "") or "multipart/mixed" in headers.get(
|
|
27
|
+
"Accept", ""
|
|
28
|
+
):
|
|
29
|
+
responder = IdentityResponder(self.app, self.minimum_size)
|
|
30
|
+
else:
|
|
31
|
+
responder = GZipResponder(self.app, self.minimum_size, compresslevel=self.compresslevel)
|
|
32
|
+
|
|
33
|
+
await responder(scope, receive, send)
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-BpgLJxZt.js": {
|
|
3
|
+
"file": "assets/components-BpgLJxZt.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-C77BEnnR.js",
|
|
7
|
+
"_pages-CNkfmPS4.js",
|
|
8
|
+
"_vendor-arizeai-CMLBpPBs.js",
|
|
9
|
+
"_vendor-codemirror-DT1ReytN.js",
|
|
10
|
+
"_vendor-three-C5WAXd5r.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-CNkfmPS4.js": {
|
|
14
|
+
"file": "assets/pages-CNkfmPS4.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-C77BEnnR.js",
|
|
18
|
+
"_vendor-arizeai-CMLBpPBs.js",
|
|
19
|
+
"_components-BpgLJxZt.js",
|
|
20
|
+
"_vendor-codemirror-DT1ReytN.js",
|
|
21
|
+
"_vendor-recharts-ByEcbiML.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-C77BEnnR.js": {
|
|
25
|
+
"file": "assets/vendor-C77BEnnR.js",
|
|
26
|
+
"name": "vendor",
|
|
27
|
+
"imports": [
|
|
28
|
+
"_vendor-three-C5WAXd5r.js"
|
|
29
|
+
],
|
|
30
|
+
"css": [
|
|
31
|
+
"assets/vendor-Cg6lcjUC.css"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"_vendor-Cg6lcjUC.css": {
|
|
35
|
+
"file": "assets/vendor-Cg6lcjUC.css",
|
|
36
|
+
"src": "_vendor-Cg6lcjUC.css"
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-CMLBpPBs.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-CMLBpPBs.js",
|
|
40
|
+
"name": "vendor-arizeai",
|
|
41
|
+
"imports": [
|
|
42
|
+
"_vendor-C77BEnnR.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-DT1ReytN.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-DT1ReytN.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-C77BEnnR.js",
|
|
50
|
+
"_vendor-shiki-DEgpVt4G.js"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"_vendor-recharts-ByEcbiML.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-ByEcbiML.js",
|
|
55
|
+
"name": "vendor-recharts",
|
|
56
|
+
"imports": [
|
|
57
|
+
"_vendor-C77BEnnR.js"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"_vendor-shiki-DEgpVt4G.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-DEgpVt4G.js",
|
|
62
|
+
"name": "vendor-shiki",
|
|
63
|
+
"imports": [
|
|
64
|
+
"_vendor-C77BEnnR.js"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"_vendor-three-C5WAXd5r.js": {
|
|
68
|
+
"file": "assets/vendor-three-C5WAXd5r.js",
|
|
69
|
+
"name": "vendor-three"
|
|
70
|
+
},
|
|
71
|
+
"index.tsx": {
|
|
72
|
+
"file": "assets/index-DHuvzpC2.js",
|
|
73
|
+
"name": "index",
|
|
74
|
+
"src": "index.tsx",
|
|
75
|
+
"isEntry": true,
|
|
76
|
+
"imports": [
|
|
77
|
+
"_vendor-C77BEnnR.js",
|
|
78
|
+
"_vendor-arizeai-CMLBpPBs.js",
|
|
79
|
+
"_pages-CNkfmPS4.js",
|
|
80
|
+
"_components-BpgLJxZt.js",
|
|
81
|
+
"_vendor-three-C5WAXd5r.js",
|
|
82
|
+
"_vendor-codemirror-DT1ReytN.js",
|
|
83
|
+
"_vendor-shiki-DEgpVt4G.js",
|
|
84
|
+
"_vendor-recharts-ByEcbiML.js"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|