arize-phoenix 8.19.1__tar.gz → 8.21.0__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.19.1 → arize_phoenix-8.21.0}/PKG-INFO +3 -3
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/pyproject.toml +2 -2
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/config.py +133 -32
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Project.py +19 -16
- arize_phoenix-8.21.0/src/phoenix/server/static/.vite/manifest.json +87 -0
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/components-C28SkolB.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/components-BAc4OPED.js +411 -272
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/index-WrtAISug.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/index-Du53xkjY.js +7 -2
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/pages-eLqonMjF.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/pages-Dz-gbBPF.js +338 -331
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/vendor-CwC1K6mo.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/vendor-CEisxXSv.js +161 -161
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/vendor-arizeai-B7-2AIAM.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/vendor-arizeai-BCTsSnvS.js +1 -1
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/vendor-codemirror-D3xhkqGE.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/vendor-codemirror-DIWnRs_7.js +1 -1
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/vendor-recharts-B_VgO7bY.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/vendor-recharts-Bame54mG.js +1 -1
- arize_phoenix-8.19.1/src/phoenix/server/static/assets/vendor-shiki-CK18CSqG.js → arize_phoenix-8.21.0/src/phoenix/server/static/assets/vendor-shiki-Cc73E4D-.js +1 -1
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/session/session.py +2 -2
- arize_phoenix-8.21.0/src/phoenix/version.py +1 -0
- arize_phoenix-8.19.1/src/phoenix/server/static/.vite/manifest.json +0 -87
- arize_phoenix-8.19.1/src/phoenix/version.py +0 -1
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/.gitignore +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/IP_NOTICE +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/LICENSE +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/README.md +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.19.1 → arize_phoenix-8.21.0}/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.
|
|
3
|
+
Version: 8.21.0
|
|
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
|
|
@@ -71,7 +71,7 @@ Requires-Dist: opentelemetry-sdk; extra == 'container'
|
|
|
71
71
|
Requires-Dist: opentelemetry-semantic-conventions; extra == 'container'
|
|
72
72
|
Requires-Dist: prometheus-client; extra == 'container'
|
|
73
73
|
Requires-Dist: py-grpc-prometheus; extra == 'container'
|
|
74
|
-
Requires-Dist: strawberry-graphql[opentelemetry]==0.262.
|
|
74
|
+
Requires-Dist: strawberry-graphql[opentelemetry]==0.262.5; extra == 'container'
|
|
75
75
|
Requires-Dist: umap-learn; extra == 'container'
|
|
76
76
|
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'container'
|
|
77
77
|
Provides-Extra: dev
|
|
@@ -102,7 +102,7 @@ Requires-Dist: pytest-postgresql; extra == 'dev'
|
|
|
102
102
|
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
103
103
|
Requires-Dist: pytest==8.3.3; extra == 'dev'
|
|
104
104
|
Requires-Dist: ruff==0.6.9; extra == 'dev'
|
|
105
|
-
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.262.
|
|
105
|
+
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.262.5; extra == 'dev'
|
|
106
106
|
Requires-Dist: tabulate; extra == 'dev'
|
|
107
107
|
Requires-Dist: tox-uv==1.11.3; extra == 'dev'
|
|
108
108
|
Requires-Dist: tox==4.18.1; extra == 'dev'
|
|
@@ -89,7 +89,7 @@ dev = [
|
|
|
89
89
|
"pytest-postgresql",
|
|
90
90
|
"asyncpg",
|
|
91
91
|
"psycopg[binary,pool]",
|
|
92
|
-
"strawberry-graphql[debug-server,opentelemetry]==0.262.
|
|
92
|
+
"strawberry-graphql[debug-server,opentelemetry]==0.262.5", # need to pin version because we're monkey-patching
|
|
93
93
|
"pre-commit",
|
|
94
94
|
"arize[AutoEmbeddings, LLM_Evaluation]",
|
|
95
95
|
"llama-index>=0.10.3",
|
|
@@ -137,7 +137,7 @@ container = [
|
|
|
137
137
|
"opentelemetry-instrumentation-sqlalchemy",
|
|
138
138
|
"opentelemetry-instrumentation-grpc",
|
|
139
139
|
"py-grpc-prometheus",
|
|
140
|
-
"strawberry-graphql[opentelemetry]==0.262.
|
|
140
|
+
"strawberry-graphql[opentelemetry]==0.262.5", # need to pin version because we're monkey-patching
|
|
141
141
|
"uvloop; platform_system != 'Windows'",
|
|
142
142
|
"fast-hdbscan>=0.2.0",
|
|
143
143
|
"numba>=0.60.0", # https://github.com/astral-sh/uv/issues/6281
|
|
@@ -7,9 +7,10 @@ from datetime import timedelta
|
|
|
7
7
|
from enum import Enum
|
|
8
8
|
from importlib.metadata import version
|
|
9
9
|
from pathlib import Path
|
|
10
|
-
from typing import Optional, cast, overload
|
|
10
|
+
from typing import Any, Optional, Union, cast, overload
|
|
11
11
|
from urllib.parse import quote_plus, urlparse
|
|
12
12
|
|
|
13
|
+
import wrapt
|
|
13
14
|
from email_validator import EmailNotValidError, validate_email
|
|
14
15
|
|
|
15
16
|
from phoenix.utilities.logging import log_a_list
|
|
@@ -144,7 +145,7 @@ ENV_PHOENIX_DISABLE_RATE_LIMIT = "PHOENIX_DISABLE_RATE_LIMIT"
|
|
|
144
145
|
ENV_PHOENIX_SECRET = "PHOENIX_SECRET"
|
|
145
146
|
ENV_PHOENIX_DEFAULT_ADMIN_INITIAL_PASSWORD = "PHOENIX_DEFAULT_ADMIN_INITIAL_PASSWORD"
|
|
146
147
|
"""
|
|
147
|
-
The initial password for the default admin account, which defaults to
|
|
148
|
+
The initial password for the default admin account, which defaults to 'admin' if not
|
|
148
149
|
explicitly set. Note that changing this value will have no effect if the default admin
|
|
149
150
|
record already exists in the database. In such cases, the default admin password must
|
|
150
151
|
be updated manually in the application.
|
|
@@ -615,17 +616,138 @@ GENERATED_INFERENCES_NAME_PREFIX = "phoenix_inferences_"
|
|
|
615
616
|
WORKING_DIR = get_working_dir()
|
|
616
617
|
"""The work directory for saving, loading, and exporting data."""
|
|
617
618
|
|
|
618
|
-
ROOT_DIR = WORKING_DIR
|
|
619
|
-
EXPORT_DIR = ROOT_DIR / "exports"
|
|
620
|
-
INFERENCES_DIR = ROOT_DIR / "inferences"
|
|
621
|
-
TRACE_DATASETS_DIR = ROOT_DIR / "trace_datasets"
|
|
622
619
|
|
|
620
|
+
class DirectoryError(Exception):
|
|
621
|
+
def __init__(self, message: Optional[str] = None) -> None:
|
|
622
|
+
if message is None:
|
|
623
|
+
message = (
|
|
624
|
+
"Local storage is not configured. Please set the "
|
|
625
|
+
"PHOENIX_WORKING_DIR environment variable to fix this."
|
|
626
|
+
)
|
|
627
|
+
super().__init__(message)
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
def get_env_postgres_connection_str() -> Optional[str]:
|
|
631
|
+
pg_user = os.getenv(ENV_PHOENIX_POSTGRES_USER)
|
|
632
|
+
pg_password = os.getenv(ENV_PHOENIX_POSTGRES_PASSWORD)
|
|
633
|
+
pg_host = os.getenv(ENV_PHOENIX_POSTGRES_HOST)
|
|
634
|
+
pg_port = os.getenv(ENV_PHOENIX_POSTGRES_PORT)
|
|
635
|
+
pg_db = os.getenv(ENV_PHOENIX_POSTGRES_DB)
|
|
636
|
+
|
|
637
|
+
if pg_host and ":" in pg_host:
|
|
638
|
+
pg_host, parsed_port = pg_host.split(":")
|
|
639
|
+
pg_port = pg_port or parsed_port # use the explicitly set port if provided
|
|
640
|
+
|
|
641
|
+
if pg_host and pg_user and pg_password:
|
|
642
|
+
encoded_password = quote_plus(pg_password)
|
|
643
|
+
connection_str = f"postgresql://{pg_user}:{encoded_password}@{pg_host}"
|
|
644
|
+
if pg_port:
|
|
645
|
+
connection_str = f"{connection_str}:{pg_port}"
|
|
646
|
+
if pg_db:
|
|
647
|
+
connection_str = f"{connection_str}/{pg_db}"
|
|
648
|
+
|
|
649
|
+
return connection_str
|
|
650
|
+
return None
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
def _no_local_storage() -> bool:
|
|
654
|
+
"""
|
|
655
|
+
Check if we're using a postgres database by checking if postgres connection string is set
|
|
656
|
+
and a working directory was not explicitly set.
|
|
657
|
+
"""
|
|
658
|
+
return get_env_postgres_connection_str() is not None and getenv(ENV_PHOENIX_WORKING_DIR) is None
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
class RestrictedPath(wrapt.ObjectProxy): # type: ignore[misc]
|
|
662
|
+
"""
|
|
663
|
+
This wraps pathlib.Path and will raise a DirectoryError if no local storage is configured.
|
|
664
|
+
|
|
665
|
+
Users can forego configuring a working directory if they are using a postgres database. If this
|
|
666
|
+
condition is met, the working directory path wrapped by this object will raise an error when
|
|
667
|
+
accessed in any way.
|
|
668
|
+
"""
|
|
669
|
+
|
|
670
|
+
def __init__(self, wrapped: Union[str, Path]) -> None:
|
|
671
|
+
super().__init__(Path(wrapped))
|
|
672
|
+
self.__wrapped__: Path
|
|
673
|
+
|
|
674
|
+
def _check_forbidden(self) -> None:
|
|
675
|
+
if _no_local_storage():
|
|
676
|
+
raise DirectoryError()
|
|
677
|
+
return
|
|
678
|
+
|
|
679
|
+
def __getattr__(self, name: str) -> Any:
|
|
680
|
+
attr = getattr(self.__wrapped__, name)
|
|
681
|
+
|
|
682
|
+
if callable(attr):
|
|
683
|
+
|
|
684
|
+
def wrapped_attr(*args: Any, **kwargs: Any) -> Any:
|
|
685
|
+
result = attr(*args, **kwargs)
|
|
686
|
+
if isinstance(result, Path):
|
|
687
|
+
self._check_forbidden()
|
|
688
|
+
return RestrictedPath(result)
|
|
689
|
+
elif hasattr(result, "__iter__") and not isinstance(result, (str, bytes)):
|
|
690
|
+
return (RestrictedPath(p) if isinstance(p, Path) else p for p in result)
|
|
691
|
+
return result
|
|
623
692
|
|
|
624
|
-
|
|
693
|
+
return wrapped_attr
|
|
694
|
+
else:
|
|
695
|
+
if isinstance(attr, Path):
|
|
696
|
+
self._check_forbidden()
|
|
697
|
+
return RestrictedPath(attr)
|
|
698
|
+
return attr
|
|
699
|
+
|
|
700
|
+
def __str__(self) -> str:
|
|
701
|
+
self._check_forbidden()
|
|
702
|
+
return str(self.__wrapped__)
|
|
703
|
+
|
|
704
|
+
def __repr__(self) -> str:
|
|
705
|
+
return f"<RestrictedPath({repr(self.__wrapped__)})>"
|
|
706
|
+
|
|
707
|
+
def __fspath__(self) -> str:
|
|
708
|
+
self._check_forbidden()
|
|
709
|
+
return str(self.__wrapped__)
|
|
710
|
+
|
|
711
|
+
def __truediv__(self, other: Union[str, Path]) -> Path:
|
|
712
|
+
self._check_forbidden()
|
|
713
|
+
return self.__wrapped__ / other
|
|
714
|
+
|
|
715
|
+
def __itruediv__(self, other: Union[str, Path]) -> Path:
|
|
716
|
+
self.__wrapped__ /= other
|
|
717
|
+
self._check_forbidden()
|
|
718
|
+
return self.__wrapped__
|
|
719
|
+
|
|
720
|
+
def __eq__(self, other: object) -> bool:
|
|
721
|
+
if isinstance(other, RestrictedPath):
|
|
722
|
+
return bool(self.__wrapped__ == other.__wrapped__)
|
|
723
|
+
return bool(self.__wrapped__ == other)
|
|
724
|
+
|
|
725
|
+
def __hash__(self) -> int:
|
|
726
|
+
return hash(self.__wrapped__)
|
|
727
|
+
|
|
728
|
+
def __len__(self) -> int:
|
|
729
|
+
return len(self.__wrapped__.parts)
|
|
730
|
+
|
|
731
|
+
def __contains__(self, item: str) -> bool:
|
|
732
|
+
return item in self.__wrapped__.parts
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
ROOT_DIR = RestrictedPath(WORKING_DIR)
|
|
736
|
+
EXPORT_DIR = RestrictedPath(WORKING_DIR / "exports")
|
|
737
|
+
INFERENCES_DIR = RestrictedPath(WORKING_DIR / "inferences")
|
|
738
|
+
TRACE_DATASETS_DIR = RestrictedPath(WORKING_DIR / "trace_datasets")
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
def ensure_working_dir_if_needed() -> None:
|
|
625
742
|
"""
|
|
626
743
|
Ensure the working directory exists. This is needed because the working directory
|
|
627
744
|
must exist before certain operations can be performed.
|
|
745
|
+
|
|
746
|
+
This is bypassed if a postgres database is configured and a working directory is not set.
|
|
628
747
|
"""
|
|
748
|
+
if _no_local_storage():
|
|
749
|
+
pass
|
|
750
|
+
|
|
629
751
|
logger.info(f"📋 Ensuring phoenix working directory: {WORKING_DIR}")
|
|
630
752
|
try:
|
|
631
753
|
for path in (
|
|
@@ -644,8 +766,8 @@ def ensure_working_dir() -> None:
|
|
|
644
766
|
raise
|
|
645
767
|
|
|
646
768
|
|
|
647
|
-
# Invoke
|
|
648
|
-
|
|
769
|
+
# Invoke ensure_working_dir_if_needed() to ensure the working directory exists
|
|
770
|
+
ensure_working_dir_if_needed()
|
|
649
771
|
|
|
650
772
|
|
|
651
773
|
def get_exported_files(directory: Path) -> list[Path]:
|
|
@@ -662,6 +784,8 @@ def get_exported_files(directory: Path) -> list[Path]:
|
|
|
662
784
|
list: list[Path]
|
|
663
785
|
List of paths of the exported files.
|
|
664
786
|
"""
|
|
787
|
+
if _no_local_storage():
|
|
788
|
+
return [] # Do not attempt to access local storage
|
|
665
789
|
return list(directory.glob("*.parquet"))
|
|
666
790
|
|
|
667
791
|
|
|
@@ -734,29 +858,6 @@ def get_env_database_connection_str() -> str:
|
|
|
734
858
|
return f"sqlite:///{working_dir}/phoenix.db"
|
|
735
859
|
|
|
736
860
|
|
|
737
|
-
def get_env_postgres_connection_str() -> Optional[str]:
|
|
738
|
-
pg_user = os.getenv(ENV_PHOENIX_POSTGRES_USER)
|
|
739
|
-
pg_password = os.getenv(ENV_PHOENIX_POSTGRES_PASSWORD)
|
|
740
|
-
pg_host = os.getenv(ENV_PHOENIX_POSTGRES_HOST)
|
|
741
|
-
pg_port = os.getenv(ENV_PHOENIX_POSTGRES_PORT)
|
|
742
|
-
pg_db = os.getenv(ENV_PHOENIX_POSTGRES_DB)
|
|
743
|
-
|
|
744
|
-
if pg_host and ":" in pg_host:
|
|
745
|
-
pg_host, parsed_port = pg_host.split(":")
|
|
746
|
-
pg_port = pg_port or parsed_port # use the explicitly set port if provided
|
|
747
|
-
|
|
748
|
-
if pg_host and pg_user and pg_password:
|
|
749
|
-
encoded_password = quote_plus(pg_password)
|
|
750
|
-
connection_str = f"postgresql://{pg_user}:{encoded_password}@{pg_host}"
|
|
751
|
-
if pg_port:
|
|
752
|
-
connection_str = f"{connection_str}:{pg_port}"
|
|
753
|
-
if pg_db:
|
|
754
|
-
connection_str = f"{connection_str}/{pg_db}"
|
|
755
|
-
|
|
756
|
-
return connection_str
|
|
757
|
-
return None
|
|
758
|
-
|
|
759
|
-
|
|
760
861
|
def get_env_database_schema() -> Optional[str]:
|
|
761
862
|
if get_env_database_connection_str().startswith("sqlite"):
|
|
762
863
|
return None
|
|
@@ -236,21 +236,6 @@ class Project(Node):
|
|
|
236
236
|
stmt = stmt.where(time_range.start <= models.Span.start_time)
|
|
237
237
|
if time_range.end:
|
|
238
238
|
stmt = stmt.where(models.Span.start_time < time_range.end)
|
|
239
|
-
if root_spans_only:
|
|
240
|
-
# A root span is either a span with no parent_id or an orphan span
|
|
241
|
-
# (a span whose parent_id references a span that doesn't exist in the database)
|
|
242
|
-
if orphan_span_as_root_span:
|
|
243
|
-
# Include both types of root spans
|
|
244
|
-
parent_spans = select(models.Span.span_id).alias("parent_spans")
|
|
245
|
-
stmt = stmt.where(
|
|
246
|
-
~select(1).where(models.Span.parent_id == parent_spans.c.span_id).exists()
|
|
247
|
-
# Note: We avoid using an OR clause with Span.parent_id.is_(None) here
|
|
248
|
-
# because it significantly degraded PostgreSQL performance (>10x worse)
|
|
249
|
-
# during testing.
|
|
250
|
-
)
|
|
251
|
-
else:
|
|
252
|
-
# Only include explicit root spans (spans with parent_id = NULL)
|
|
253
|
-
stmt = stmt.where(models.Span.parent_id.is_(None))
|
|
254
239
|
if filter_condition:
|
|
255
240
|
span_filter = SpanFilter(condition=filter_condition)
|
|
256
241
|
stmt = span_filter(stmt)
|
|
@@ -274,11 +259,29 @@ class Project(Node):
|
|
|
274
259
|
)
|
|
275
260
|
else:
|
|
276
261
|
stmt = stmt.where(models.Span.id > cursor.rowid)
|
|
262
|
+
stmt = stmt.order_by(cursor_rowid_column)
|
|
263
|
+
if root_spans_only:
|
|
264
|
+
# A root span is either a span with no parent_id or an orphan span
|
|
265
|
+
# (a span whose parent_id references a span that doesn't exist in the database)
|
|
266
|
+
if orphan_span_as_root_span:
|
|
267
|
+
# Include both types of root spans
|
|
268
|
+
parent_spans = select(models.Span.span_id).alias("parent_spans")
|
|
269
|
+
candidate_spans = stmt.add_columns(models.Span.parent_id).cte("candidate_spans")
|
|
270
|
+
stmt = select(candidate_spans).where(
|
|
271
|
+
or_(
|
|
272
|
+
candidate_spans.c.parent_id.is_(None),
|
|
273
|
+
~select(1)
|
|
274
|
+
.where(candidate_spans.c.parent_id == parent_spans.c.span_id)
|
|
275
|
+
.exists(),
|
|
276
|
+
)
|
|
277
|
+
)
|
|
278
|
+
else:
|
|
279
|
+
# Only include explicit root spans (spans with parent_id = NULL)
|
|
280
|
+
stmt = stmt.where(models.Span.parent_id.is_(None))
|
|
277
281
|
if first:
|
|
278
282
|
stmt = stmt.limit(
|
|
279
283
|
first + 1 # overfetch by one to determine whether there's a next page
|
|
280
284
|
)
|
|
281
|
-
stmt = stmt.order_by(cursor_rowid_column)
|
|
282
285
|
cursors_and_nodes = []
|
|
283
286
|
async with info.context.db() as session:
|
|
284
287
|
span_records = await session.stream(stmt)
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-BAc4OPED.js": {
|
|
3
|
+
"file": "assets/components-BAc4OPED.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-CEisxXSv.js",
|
|
7
|
+
"_pages-Dz-gbBPF.js",
|
|
8
|
+
"_vendor-arizeai-BCTsSnvS.js",
|
|
9
|
+
"_vendor-codemirror-DIWnRs_7.js",
|
|
10
|
+
"_vendor-three-C5WAXd5r.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-Dz-gbBPF.js": {
|
|
14
|
+
"file": "assets/pages-Dz-gbBPF.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-CEisxXSv.js",
|
|
18
|
+
"_vendor-arizeai-BCTsSnvS.js",
|
|
19
|
+
"_components-BAc4OPED.js",
|
|
20
|
+
"_vendor-codemirror-DIWnRs_7.js",
|
|
21
|
+
"_vendor-recharts-Bame54mG.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-CEisxXSv.js": {
|
|
25
|
+
"file": "assets/vendor-CEisxXSv.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-BCTsSnvS.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-BCTsSnvS.js",
|
|
40
|
+
"name": "vendor-arizeai",
|
|
41
|
+
"imports": [
|
|
42
|
+
"_vendor-CEisxXSv.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-DIWnRs_7.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-DIWnRs_7.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-CEisxXSv.js",
|
|
50
|
+
"_vendor-shiki-Cc73E4D-.js"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"_vendor-recharts-Bame54mG.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-Bame54mG.js",
|
|
55
|
+
"name": "vendor-recharts",
|
|
56
|
+
"imports": [
|
|
57
|
+
"_vendor-CEisxXSv.js"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"_vendor-shiki-Cc73E4D-.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-Cc73E4D-.js",
|
|
62
|
+
"name": "vendor-shiki",
|
|
63
|
+
"imports": [
|
|
64
|
+
"_vendor-CEisxXSv.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-Du53xkjY.js",
|
|
73
|
+
"name": "index",
|
|
74
|
+
"src": "index.tsx",
|
|
75
|
+
"isEntry": true,
|
|
76
|
+
"imports": [
|
|
77
|
+
"_vendor-CEisxXSv.js",
|
|
78
|
+
"_vendor-arizeai-BCTsSnvS.js",
|
|
79
|
+
"_pages-Dz-gbBPF.js",
|
|
80
|
+
"_components-BAc4OPED.js",
|
|
81
|
+
"_vendor-three-C5WAXd5r.js",
|
|
82
|
+
"_vendor-codemirror-DIWnRs_7.js",
|
|
83
|
+
"_vendor-shiki-Cc73E4D-.js",
|
|
84
|
+
"_vendor-recharts-Bame54mG.js"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|