arize-phoenix 8.27.1__tar.gz → 8.28.1__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.27.1 → arize_phoenix-8.28.1}/PKG-INFO +1 -1
- arize_phoenix-8.28.1/src/phoenix/db/README.md +353 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/queries.py +0 -3
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Functionality.py +0 -3
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Project.py +3 -3
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/main.py +4 -2
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/.vite/manifest.json +9 -9
- arize_phoenix-8.27.1/src/phoenix/server/static/assets/components-BEtrHoeq.js → arize_phoenix-8.28.1/src/phoenix/server/static/assets/components-DepxScNF.js +6 -1
- arize_phoenix-8.27.1/src/phoenix/server/static/assets/index-Cdj4_6tq.js → arize_phoenix-8.28.1/src/phoenix/server/static/assets/index-DUj7q3Q4.js +1 -1
- arize_phoenix-8.27.1/src/phoenix/server/static/assets/pages-CZ0wMeOx.js → arize_phoenix-8.28.1/src/phoenix/server/static/assets/pages-CJUakDKi.js +6 -7
- arize_phoenix-8.28.1/src/phoenix/version.py +1 -0
- arize_phoenix-8.27.1/src/phoenix/db/README.md +0 -54
- arize_phoenix-8.27.1/src/phoenix/version.py +0 -1
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/.gitignore +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/IP_NOTICE +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/LICENSE +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/README.md +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/pyproject.toml +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/config.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/projects.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/templates/welcome.html +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/middleware/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/middleware/gzip.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-BfhM_F1u.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-arizeai-CxXYQNUl.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-codemirror-B0NIFPOL.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-recharts-CrrDFWK1.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-shiki-C5bJ-RPf.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.27.1 → arize_phoenix-8.28.1}/src/phoenix/utilities/template_formatters.py +0 -0
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
# Database
|
|
2
|
+
|
|
3
|
+
This module is responsible for the database connection and the migrations.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
## Migrations
|
|
7
|
+
|
|
8
|
+
All migrations are managed by Alembic. Migrations are applied to the database automatically when the application starts.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Manually Applying Migrations
|
|
12
|
+
|
|
13
|
+
Sometimes, it's necessary to manually apply migrations, e.g., to recover from a failed migration. To manually apply migrations, you must first clone the Phoenix repository.
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
git clone https://github.com/Arize-ai/phoenix.git
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Then navigate to the current directory.
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
cd phoenix/src/phoenix/db
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
If you are using a non-default SQL database URL (e.g., for running PostgreSQL), ensure your `PHOENIX_SQL_DATABASE_URL` is set. This is not needed if you are running Phoenix with the default SQLite URL.
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
export PHOENIX_SQL_DATABASE_URL=<sql-database-url>
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
To manually run up-migrations, run the following command:
|
|
33
|
+
|
|
34
|
+
```bash
|
|
35
|
+
alembic upgrade head
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
If the above command fails, it may be necessary to undo partially applied changes from a failed migration by first running down-migrations. This can be accomplished by identifying the ID of the migration revision you wish to return to. Revisions are defined [here](./migrations/versions/).
|
|
39
|
+
|
|
40
|
+
⚠️ Running down-migrations can result in lost data. Only run down-migrations if you know what you are doing and consider backing up your database first. If you have any questions or doubts, contact the Phoenix team in the `#phoenix-support` channel of the [Arize AI Slack community](https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q) or via GitHub.
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
alembic downgrade <revision-id>
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Creating a Migration
|
|
47
|
+
|
|
48
|
+
All migrations are stored in the `migrations` folder. To create a new migration, run the following command:
|
|
49
|
+
|
|
50
|
+
```bash
|
|
51
|
+
alembic revision -m "your_revision_name"
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
Then fill the migration file with the necessary changes.
|
|
55
|
+
|
|
56
|
+
## Entity Relationship Diagram
|
|
57
|
+
|
|
58
|
+
Below is a Mermaid diagram showing the current relationships between the main entities in the database:
|
|
59
|
+
|
|
60
|
+
```mermaid
|
|
61
|
+
erDiagram
|
|
62
|
+
Project ||--o{ Trace : has
|
|
63
|
+
Project {
|
|
64
|
+
int id PK
|
|
65
|
+
string name
|
|
66
|
+
string description
|
|
67
|
+
string gradient_start_color
|
|
68
|
+
string gradient_end_color
|
|
69
|
+
datetime created_at
|
|
70
|
+
datetime updated_at
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
ProjectSession ||--o{ Trace : has
|
|
74
|
+
ProjectSession {
|
|
75
|
+
int id PK
|
|
76
|
+
string session_id
|
|
77
|
+
int project_id FK
|
|
78
|
+
datetime start_time
|
|
79
|
+
datetime end_time
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
Trace ||--o{ Span : contains
|
|
83
|
+
Trace ||--o{ ExperimentRun : has
|
|
84
|
+
Trace ||--o{ TraceAnnotation : has
|
|
85
|
+
Trace ||--o{ ExperimentRunAnnotation : has
|
|
86
|
+
Trace {
|
|
87
|
+
int id PK
|
|
88
|
+
int project_rowid FK
|
|
89
|
+
string trace_id
|
|
90
|
+
int project_session_rowid FK
|
|
91
|
+
datetime start_time
|
|
92
|
+
datetime end_time
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
Span ||--o{ DocumentAnnotation : has
|
|
96
|
+
Span ||--o{ DatasetExample : has
|
|
97
|
+
Span ||--o{ SpanAnnotation : has
|
|
98
|
+
Span {
|
|
99
|
+
int id PK
|
|
100
|
+
int trace_rowid FK
|
|
101
|
+
string span_id
|
|
102
|
+
string parent_id
|
|
103
|
+
string name
|
|
104
|
+
string span_kind
|
|
105
|
+
datetime start_time
|
|
106
|
+
datetime end_time
|
|
107
|
+
json attributes
|
|
108
|
+
json events
|
|
109
|
+
string status_code
|
|
110
|
+
string status_message
|
|
111
|
+
int cumulative_error_count
|
|
112
|
+
int cumulative_llm_token_count_prompt
|
|
113
|
+
int cumulative_llm_token_count_completion
|
|
114
|
+
int llm_token_count_prompt
|
|
115
|
+
int llm_token_count_completion
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
DocumentAnnotation {
|
|
119
|
+
int id PK
|
|
120
|
+
int span_rowid FK
|
|
121
|
+
int document_position
|
|
122
|
+
string name
|
|
123
|
+
string label
|
|
124
|
+
float score
|
|
125
|
+
string explanation
|
|
126
|
+
json metadata
|
|
127
|
+
string annotator_kind
|
|
128
|
+
datetime created_at
|
|
129
|
+
datetime updated_at
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
SpanAnnotation {
|
|
133
|
+
int id PK
|
|
134
|
+
int span_rowid FK
|
|
135
|
+
string name
|
|
136
|
+
string label
|
|
137
|
+
float score
|
|
138
|
+
string explanation
|
|
139
|
+
json metadata
|
|
140
|
+
string annotator_kind
|
|
141
|
+
datetime created_at
|
|
142
|
+
datetime updated_at
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
TraceAnnotation {
|
|
146
|
+
int id PK
|
|
147
|
+
int trace_rowid FK
|
|
148
|
+
string name
|
|
149
|
+
string label
|
|
150
|
+
float score
|
|
151
|
+
string explanation
|
|
152
|
+
json metadata
|
|
153
|
+
string annotator_kind
|
|
154
|
+
datetime created_at
|
|
155
|
+
datetime updated_at
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
Dataset ||--o{ DatasetVersion : has
|
|
159
|
+
Dataset ||--o{ DatasetExample : contains
|
|
160
|
+
Dataset {
|
|
161
|
+
int id PK
|
|
162
|
+
string name
|
|
163
|
+
string description
|
|
164
|
+
json metadata
|
|
165
|
+
datetime created_at
|
|
166
|
+
datetime updated_at
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
DatasetVersion ||--o{ DatasetExampleRevision : has
|
|
170
|
+
DatasetVersion {
|
|
171
|
+
int id PK
|
|
172
|
+
int dataset_id FK
|
|
173
|
+
string description
|
|
174
|
+
json metadata
|
|
175
|
+
datetime created_at
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
DatasetExample ||--o{ DatasetExampleRevision : has
|
|
179
|
+
DatasetExample {
|
|
180
|
+
int id PK
|
|
181
|
+
int dataset_id FK
|
|
182
|
+
int span_rowid FK
|
|
183
|
+
datetime created_at
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
DatasetExampleRevision {
|
|
187
|
+
int id PK
|
|
188
|
+
int dataset_example_id FK
|
|
189
|
+
int dataset_version_id FK
|
|
190
|
+
json input
|
|
191
|
+
json output
|
|
192
|
+
json metadata
|
|
193
|
+
string revision_kind
|
|
194
|
+
datetime created_at
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
Experiment ||--o{ ExperimentRun : has
|
|
198
|
+
Experiment {
|
|
199
|
+
int id PK
|
|
200
|
+
int dataset_id FK
|
|
201
|
+
int dataset_version_id FK
|
|
202
|
+
string name
|
|
203
|
+
string description
|
|
204
|
+
int repetitions
|
|
205
|
+
json metadata
|
|
206
|
+
string project_name
|
|
207
|
+
datetime created_at
|
|
208
|
+
datetime updated_at
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
ExperimentRun ||--o{ ExperimentRunAnnotation : has
|
|
212
|
+
ExperimentRun {
|
|
213
|
+
int id PK
|
|
214
|
+
int experiment_id FK
|
|
215
|
+
int dataset_example_id FK
|
|
216
|
+
int repetition_number
|
|
217
|
+
string trace_id
|
|
218
|
+
json output
|
|
219
|
+
datetime start_time
|
|
220
|
+
datetime end_time
|
|
221
|
+
int prompt_token_count
|
|
222
|
+
int completion_token_count
|
|
223
|
+
string error
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
ExperimentRunAnnotation {
|
|
227
|
+
int id PK
|
|
228
|
+
int experiment_run_id FK
|
|
229
|
+
string name
|
|
230
|
+
string annotator_kind
|
|
231
|
+
string label
|
|
232
|
+
float score
|
|
233
|
+
string explanation
|
|
234
|
+
string trace_id
|
|
235
|
+
string error
|
|
236
|
+
json metadata
|
|
237
|
+
datetime start_time
|
|
238
|
+
datetime end_time
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
User ||--o{ ApiKey : has
|
|
242
|
+
User ||--o{ AccessToken : has
|
|
243
|
+
User ||--o{ RefreshToken : has
|
|
244
|
+
User ||--o{ PasswordResetToken : has
|
|
245
|
+
User ||--o{ PromptVersion : has
|
|
246
|
+
User ||--o{ PromptVersionTag : has
|
|
247
|
+
User {
|
|
248
|
+
int id PK
|
|
249
|
+
int user_role_id FK
|
|
250
|
+
string username
|
|
251
|
+
string email
|
|
252
|
+
string profile_picture_url
|
|
253
|
+
bytes password_hash
|
|
254
|
+
bytes password_salt
|
|
255
|
+
boolean reset_password
|
|
256
|
+
string oauth2_client_id
|
|
257
|
+
string oauth2_user_id
|
|
258
|
+
datetime created_at
|
|
259
|
+
datetime updated_at
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
UserRole ||--o{ User : has
|
|
263
|
+
UserRole {
|
|
264
|
+
int id PK
|
|
265
|
+
string name
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
ApiKey {
|
|
269
|
+
int id PK
|
|
270
|
+
int user_id FK
|
|
271
|
+
string name
|
|
272
|
+
string description
|
|
273
|
+
datetime created_at
|
|
274
|
+
datetime expires_at
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
AccessToken {
|
|
278
|
+
int id PK
|
|
279
|
+
int user_id FK
|
|
280
|
+
datetime created_at
|
|
281
|
+
datetime expires_at
|
|
282
|
+
int refresh_token_id FK
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
RefreshToken {
|
|
286
|
+
int id PK
|
|
287
|
+
int user_id FK
|
|
288
|
+
datetime created_at
|
|
289
|
+
datetime expires_at
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
PasswordResetToken {
|
|
293
|
+
int id PK
|
|
294
|
+
int user_id FK
|
|
295
|
+
datetime created_at
|
|
296
|
+
datetime expires_at
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
Prompt ||--o{ PromptVersion : has
|
|
300
|
+
Prompt ||--o{ PromptPromptLabel : has
|
|
301
|
+
Prompt ||--o{ PromptVersionTag : has
|
|
302
|
+
Prompt ||--o{ Prompt : has
|
|
303
|
+
Prompt {
|
|
304
|
+
int id PK
|
|
305
|
+
int source_prompt_id FK
|
|
306
|
+
string name
|
|
307
|
+
string description
|
|
308
|
+
json metadata
|
|
309
|
+
datetime created_at
|
|
310
|
+
datetime updated_at
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
PromptVersion ||--o{ PromptVersionTag : has
|
|
314
|
+
PromptVersion {
|
|
315
|
+
int id PK
|
|
316
|
+
int prompt_id FK
|
|
317
|
+
string description
|
|
318
|
+
int user_id FK
|
|
319
|
+
string template_type
|
|
320
|
+
string template_format
|
|
321
|
+
json template
|
|
322
|
+
json invocation_parameters
|
|
323
|
+
json tools
|
|
324
|
+
json response_format
|
|
325
|
+
string model_provider
|
|
326
|
+
string model_name
|
|
327
|
+
json metadata
|
|
328
|
+
datetime created_at
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
PromptLabel ||--o{ PromptPromptLabel : has
|
|
332
|
+
PromptLabel {
|
|
333
|
+
int id PK
|
|
334
|
+
string name
|
|
335
|
+
string description
|
|
336
|
+
string color
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
PromptPromptLabel {
|
|
340
|
+
int id PK
|
|
341
|
+
int prompt_label_id FK
|
|
342
|
+
int prompt_id FK
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
PromptVersionTag {
|
|
346
|
+
int id PK
|
|
347
|
+
string name
|
|
348
|
+
string description
|
|
349
|
+
int prompt_id FK
|
|
350
|
+
int prompt_version_id FK
|
|
351
|
+
int user_id FK
|
|
352
|
+
}
|
|
353
|
+
```
|
|
@@ -427,11 +427,8 @@ class Query:
|
|
|
427
427
|
@strawberry.field
|
|
428
428
|
async def functionality(self, info: Info[Context, None]) -> "Functionality":
|
|
429
429
|
has_model_inferences = not info.context.model.is_empty
|
|
430
|
-
async with info.context.db() as session:
|
|
431
|
-
has_traces = (await session.scalar(select(models.Trace).limit(1))) is not None
|
|
432
430
|
return Functionality(
|
|
433
431
|
model_inferences=has_model_inferences,
|
|
434
|
-
tracing=has_traces,
|
|
435
432
|
)
|
|
436
433
|
|
|
437
434
|
@strawberry.field
|
|
@@ -138,7 +138,7 @@ class Project(Node):
|
|
|
138
138
|
info: Info[Context, None],
|
|
139
139
|
time_range: Optional[TimeRange] = UNSET,
|
|
140
140
|
filter_condition: Optional[str] = UNSET,
|
|
141
|
-
) ->
|
|
141
|
+
) -> float:
|
|
142
142
|
return await info.context.data_loaders.token_counts.load(
|
|
143
143
|
("total", self.project_rowid, time_range, filter_condition),
|
|
144
144
|
)
|
|
@@ -149,7 +149,7 @@ class Project(Node):
|
|
|
149
149
|
info: Info[Context, None],
|
|
150
150
|
time_range: Optional[TimeRange] = UNSET,
|
|
151
151
|
filter_condition: Optional[str] = UNSET,
|
|
152
|
-
) ->
|
|
152
|
+
) -> float:
|
|
153
153
|
return await info.context.data_loaders.token_counts.load(
|
|
154
154
|
("prompt", self.project_rowid, time_range, filter_condition),
|
|
155
155
|
)
|
|
@@ -160,7 +160,7 @@ class Project(Node):
|
|
|
160
160
|
info: Info[Context, None],
|
|
161
161
|
time_range: Optional[TimeRange] = UNSET,
|
|
162
162
|
filter_condition: Optional[str] = UNSET,
|
|
163
|
-
) ->
|
|
163
|
+
) -> float:
|
|
164
164
|
return await info.context.data_loaders.token_counts.load(
|
|
165
165
|
("completion", self.project_rowid, time_range, filter_condition),
|
|
166
166
|
)
|
|
@@ -420,8 +420,10 @@ def main() -> None:
|
|
|
420
420
|
server = Server(config=Config(app, host=host, port=port, root_path=host_root_path)) # type: ignore
|
|
421
421
|
Thread(target=_write_pid_file_when_ready, args=(server,), daemon=True).start()
|
|
422
422
|
|
|
423
|
-
|
|
424
|
-
|
|
423
|
+
try:
|
|
424
|
+
server.run()
|
|
425
|
+
except KeyboardInterrupt:
|
|
426
|
+
pass # don't bother the user with a stack trace on Ctrl-C
|
|
425
427
|
|
|
426
428
|
|
|
427
429
|
def initialize_settings() -> None:
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-DepxScNF.js": {
|
|
3
|
+
"file": "assets/components-DepxScNF.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-BfhM_F1u.js",
|
|
7
|
-
"_pages-
|
|
7
|
+
"_pages-CJUakDKi.js",
|
|
8
8
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
9
9
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
10
10
|
"_vendor-three-C5WAXd5r.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-CJUakDKi.js": {
|
|
14
|
+
"file": "assets/pages-CJUakDKi.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-BfhM_F1u.js",
|
|
18
18
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
19
|
-
"_components-
|
|
19
|
+
"_components-DepxScNF.js",
|
|
20
20
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
21
21
|
"_vendor-recharts-CrrDFWK1.js"
|
|
22
22
|
]
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"name": "vendor-three"
|
|
70
70
|
},
|
|
71
71
|
"index.tsx": {
|
|
72
|
-
"file": "assets/index-
|
|
72
|
+
"file": "assets/index-DUj7q3Q4.js",
|
|
73
73
|
"name": "index",
|
|
74
74
|
"src": "index.tsx",
|
|
75
75
|
"isEntry": true,
|
|
76
76
|
"imports": [
|
|
77
77
|
"_vendor-BfhM_F1u.js",
|
|
78
78
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
79
|
-
"_pages-
|
|
80
|
-
"_components-
|
|
79
|
+
"_pages-CJUakDKi.js",
|
|
80
|
+
"_components-DepxScNF.js",
|
|
81
81
|
"_vendor-three-C5WAXd5r.js",
|
|
82
82
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
83
83
|
"_vendor-shiki-C5bJ-RPf.js",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as p,R as U,j as e,u as dn,a as ze,e as r1,s as P1,b as O1,c as Be,d as X1,f as wi,g as Le,h as xi,i as ki,k as Y1,l as s,m as _e,p as b1,n as Xe,o as Ze,q as Si,C as c1,t as Mi,v as Ti,w as N,L as wa,x as xa,y as ka,z as ge,A as C,B as v1,D as un,E as m,F as Sa,$ as zi,G as Ma,H as Ta,I as Ne,J as gn,K as X,M as Ii,N as Ai,O as Ei,P as K,Q as d1,S as O,T as H,U as R,V as za,W as Ia,X as Vi,Y as Aa,Z as Di,_ as Pi,a0 as Oi,a1 as Fi,a2 as _i,a3 as Ni,a4 as Ri,a5 as $i,a6 as Hi,a7 as C1,a8 as Ki,a9 as Bi,aa as Zi,ab as ji,ac as Me,ad as J1,ae as en,af as nn,ag as _,ah as Te,ai as $n,aj as Gi,ak as Ui,al as Ea,am as Wi,an as Qi,ao as qi,ap as Xi,aq as Yi,ar as Ji,as as er,at as nr,au as ar,av as tr,aw as ir,ax as F,ay as mn,az as rr,aA as or,aB as lr,aC as sr,aD as cr,aE as Hn,aF as Ee,aG as Va,aH as dr,aI as Da,aJ as ur,aK as gr,aL as pn,aM as mr,aN as pr,aO as hr,aP as fr,aQ as br,aR as vr,aS as Cr,aT as Kn,aU as yr,aV as Lr,aW as wr,aX as F1,aY as xr,aZ as kr,a_ as Sr,a$ as Mr,b0 as Tr,b1 as zr,b2 as Ir,b3 as Ar,b4 as Er}from"./vendor-BfhM_F1u.js";import{a as Bn,R as Vr,b as Dr,c as Pr,m as Or,T as Fr,u as _r}from"./pages-
|
|
1
|
+
import{r as p,R as U,j as e,u as dn,a as ze,e as r1,s as P1,b as O1,c as Be,d as X1,f as wi,g as Le,h as xi,i as ki,k as Y1,l as s,m as _e,p as b1,n as Xe,o as Ze,q as Si,C as c1,t as Mi,v as Ti,w as N,L as wa,x as xa,y as ka,z as ge,A as C,B as v1,D as un,E as m,F as Sa,$ as zi,G as Ma,H as Ta,I as Ne,J as gn,K as X,M as Ii,N as Ai,O as Ei,P as K,Q as d1,S as O,T as H,U as R,V as za,W as Ia,X as Vi,Y as Aa,Z as Di,_ as Pi,a0 as Oi,a1 as Fi,a2 as _i,a3 as Ni,a4 as Ri,a5 as $i,a6 as Hi,a7 as C1,a8 as Ki,a9 as Bi,aa as Zi,ab as ji,ac as Me,ad as J1,ae as en,af as nn,ag as _,ah as Te,ai as $n,aj as Gi,ak as Ui,al as Ea,am as Wi,an as Qi,ao as qi,ap as Xi,aq as Yi,ar as Ji,as as er,at as nr,au as ar,av as tr,aw as ir,ax as F,ay as mn,az as rr,aA as or,aB as lr,aC as sr,aD as cr,aE as Hn,aF as Ee,aG as Va,aH as dr,aI as Da,aJ as ur,aK as gr,aL as pn,aM as mr,aN as pr,aO as hr,aP as fr,aQ as br,aR as vr,aS as Cr,aT as Kn,aU as yr,aV as Lr,aW as wr,aX as F1,aY as xr,aZ as kr,a_ as Sr,a$ as Mr,b0 as Tr,b1 as zr,b2 as Ir,b3 as Ar,b4 as Er}from"./vendor-BfhM_F1u.js";import{a as Bn,R as Vr,b as Dr,c as Pr,m as Or,T as Fr,u as _r}from"./pages-CJUakDKi.js";import{u as Nr,_ as Pa,a as he,T as le,E as Oa,b as Re,c as fe,d as Rr,D as y1,e as $r,f as ue,g as Hr,C as Fa,P as hn,h as _a,i as Kr,F as Na,I as Br,j as Zr,k as jr,l as Gr,m as Ur,n as Wr,o as Qr,p as qr,q as Ra,r as $a,s as Xr,t as Yr}from"./vendor-arizeai-CxXYQNUl.js";import{L as Ha,a as Ka,d as Ue,E as fn,k as Ba,b as Za,l as an,h as Jr,j as eo,c as no,e as ao,f as to,s as io,g as Ye,i as Je,R as e1,p as ro,m as oo}from"./vendor-codemirror-B0NIFPOL.js";import{V as lo}from"./vendor-three-C5WAXd5r.js";const ja=function(){var n={defaultValue:null,kind:"LocalArgument",name:"clusters"},a={defaultValue:null,kind:"LocalArgument",name:"dataQualityMetricColumnName"},t={defaultValue:null,kind:"LocalArgument",name:"fetchDataQualityMetric"},i={defaultValue:null,kind:"LocalArgument",name:"fetchPerformanceMetric"},r={defaultValue:null,kind:"LocalArgument",name:"performanceMetric"},o=[{alias:null,args:null,kind:"ScalarField",name:"primaryValue",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"referenceValue",storageKey:null}],l=[{alias:null,args:[{kind:"Variable",name:"clusters",variableName:"clusters"}],concreteType:"Cluster",kind:"LinkedField",name:"clusters",plural:!0,selections:[{alias:null,args:null,kind:"ScalarField",name:"id",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"eventIds",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"driftRatio",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"primaryToCorpusRatio",storageKey:null},{condition:"fetchDataQualityMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"columnName",variableName:"dataQualityMetricColumnName"},{kind:"Literal",name:"metric",value:"mean"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"dataQualityMetric",plural:!1,selections:o,storageKey:null}]},{condition:"fetchPerformanceMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"metric",variableName:"performanceMetric"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"performanceMetric",plural:!1,selections:o,storageKey:null}]}],storageKey:null}];return{fragment:{argumentDefinitions:[n,a,t,i,r],kind:"Fragment",metadata:null,name:"pointCloudStore_clusterMetricsQuery",selections:l,type:"Query",abstractKey:null},kind:"Request",operation:{argumentDefinitions:[n,t,a,i,r],kind:"Operation",name:"pointCloudStore_clusterMetricsQuery",selections:l},params:{cacheID:"86666967012812887ac0a0149d2d2535",id:null,metadata:{},name:"pointCloudStore_clusterMetricsQuery",operationKind:"query",text:`query pointCloudStore_clusterMetricsQuery(
|
|
2
2
|
$clusters: [ClusterInput!]!
|
|
3
3
|
$fetchDataQualityMetric: Boolean!
|
|
4
4
|
$dataQualityMetricColumnName: String
|
|
@@ -1755,6 +1755,9 @@ import{r as p,R as U,j as e,u as dn,a as ze,e as r1,s as P1,b as O1,c as Be,d as
|
|
|
1755
1755
|
}
|
|
1756
1756
|
}
|
|
1757
1757
|
`;function W2(n,a){const{size:t="M",...i}=n;return e(nt,{size:t,children:e(ir,{"data-size":t,className:"ac-select",ref:a,...i,css:m(be,U2)})})}p.forwardRef(W2);const Q2=p.forwardRef((n,a)=>{const{children:t,...i}=n;return e(d1,{...i,ref:a,children:({isSelected:r})=>s(k,{direction:"row",justifyContent:"space-between",alignItems:"center",children:[e("span",{children:t}),r&&e(M,{svg:e(xt,{})})]})})});Q2.displayName="SelectItem";const h1={OPENAI:["required","auto","none"],AZURE_OPENAI:["required","auto","none"],ANTHROPIC:["any","auto","none"]},q2=(n,a)=>{switch(n){case"AZURE_OPENAI":case"OPENAI":return J(a)&&"type"in a&&typeof a.type=="string"?a.type:a;case"ANTHROPIC":return J(a)&&"type"in a&&typeof a.type=="string"?a.type:a;case"GOOGLE":return"auto";default:I()}},H4=n=>n in h1,ca=(n,a)=>{var t;return((t=h1[n])==null?void 0:t.includes(a))??!1},f1="tool_",da=n=>`${f1}${n}`,ua=n=>n.startsWith(f1)?n.slice(f1.length):n,X2=({choiceType:n})=>{switch(n){case"any":case"required":return s(k,{gap:"size-100",width:"100%",children:["Use at least one tool"," ",e(ke,{color:"var(--ac-global-color-grey-900)",size:"S",children:n})]});case"none":return s(k,{gap:"size-100",width:"100%",children:["Don't use any tools"," ",e(ke,{color:"var(--ac-global-color-grey-900)",size:"S",children:n})]});case"auto":default:return s(k,{gap:"size-100",width:"100%",children:["Tools auto-selected by LLM"," ",e(ke,{color:"var(--ac-global-color-grey-900)",size:"S",children:n})]})}};function K4({choice:n,onChange:a,toolNames:t,provider:i}){const r=q2(i,n),l=ca(i,r)?r:da(xl(n)??"");return e(Re,{selectedKey:l,label:"Tool Choice","aria-label":"Tool Choice for an LLM",onSelectionChange:c=>{if(typeof c=="string"){if(c.startsWith(f1))switch(i){case"AZURE_OPENAI":case"OPENAI":a(Jn({type:"function",function:{name:ua(c)}}));break;case"ANTHROPIC":a(ea({type:"tool",name:ua(c)}));break;default:I()}else if(ca(i,c))switch(i){case"AZURE_OPENAI":case"OPENAI":a(Jn(c));break;case"ANTHROPIC":a(ea({type:c}));break;default:I()}}},children:[...h1[i]?h1[i].map(c=>e(F,{textValue:c,children:e(X2,{choiceType:c})},c)):[],...t.map(c=>e(F,{textValue:c,children:c},da(c)))]})}const Y2=({height:n})=>s("svg",{viewBox:"0 0 24 24",width:n,height:n,xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Azure"}),e("path",{d:"M11.49 2H2v9.492h9.492V2h-.002z",fill:"#F25022"}),e("path",{d:"M22 2h-9.492v9.492H22V2z",fill:"#7FBA00"}),e("path",{d:"M11.49 12.508H2V22h9.492v-9.492h-.002z",fill:"#00A4EF"}),e("path",{d:"M22 12.508h-9.492V22H22v-9.492z",fill:"#FFB900"})]}),J2=({height:n})=>s("svg",{viewBox:"0 0 24 24",width:n,height:n,xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Google"}),e("defs",{children:s("linearGradient",{id:"lobe-icons-google-fill",x1:"0%",x2:"68.73%",y1:"100%",y2:"30.395%",children:[e("stop",{offset:"0%",stopColor:"#1C7DFF"}),e("stop",{offset:"52.021%",stopColor:"#1C69FF"}),e("stop",{offset:"100%",stopColor:"#F0DCD6"})]})}),e("path",{d:"M12 24A14.304 14.304 0 000 12 14.304 14.304 0 0012 0a14.305 14.305 0 0012 12 14.305 14.305 0 00-12 12",fill:"url(#lobe-icons-google-fill)",fillRule:"nonzero"})]}),es=({height:n})=>s("svg",{fill:"var(--ac-global-text-color-900)",fillRule:"evenodd",viewBox:"0 0 24 24",width:n,height:n,xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"OpenAI"}),e("path",{d:"M21.55 10.004a5.416 5.416 0 00-.478-4.501c-1.217-2.09-3.662-3.166-6.05-2.66A5.59 5.59 0 0010.831 1C8.39.995 6.224 2.546 5.473 4.838A5.553 5.553 0 001.76 7.496a5.487 5.487 0 00.691 6.5 5.416 5.416 0 00.477 4.502c1.217 2.09 3.662 3.165 6.05 2.66A5.586 5.586 0 0013.168 23c2.443.006 4.61-1.546 5.361-3.84a5.553 5.553 0 003.715-2.66 5.488 5.488 0 00-.693-6.497v.001zm-8.381 11.558a4.199 4.199 0 01-2.675-.954c.034-.018.093-.05.132-.074l4.44-2.53a.71.71 0 00.364-.623v-6.176l1.877 1.069c.02.01.033.029.036.05v5.115c-.003 2.274-1.87 4.118-4.174 4.123zM4.192 17.78a4.059 4.059 0 01-.498-2.763c.032.02.09.055.131.078l4.44 2.53c.225.13.504.13.73 0l5.42-3.088v2.138a.068.068 0 01-.027.057L9.9 19.288c-1.999 1.136-4.552.46-5.707-1.51h-.001zM3.023 8.216A4.15 4.15 0 015.198 6.41l-.002.151v5.06a.711.711 0 00.364.624l5.42 3.087-1.876 1.07a.067.067 0 01-.063.005l-4.489-2.559c-1.995-1.14-2.679-3.658-1.53-5.63h.001zm15.417 3.54l-5.42-3.088L14.896 7.6a.067.067 0 01.063-.006l4.489 2.557c1.998 1.14 2.683 3.662 1.529 5.633a4.163 4.163 0 01-2.174 1.807V12.38a.71.71 0 00-.363-.623zm1.867-2.773a6.04 6.04 0 00-.132-.078l-4.44-2.53a.731.731 0 00-.729 0l-5.42 3.088V7.325a.068.068 0 01.027-.057L14.1 4.713c2-1.137 4.555-.46 5.707 1.513.487.833.664 1.809.499 2.757h.001zm-11.741 3.81l-1.877-1.068a.065.065 0 01-.036-.051V6.559c.001-2.277 1.873-4.122 4.181-4.12.976 0 1.92.338 2.671.954-.034.018-.092.05-.131.073l-4.44 2.53a.71.71 0 00-.365.623l-.003 6.173v.002zm1.02-2.168L12 9.25l2.414 1.375v2.75L12 14.75l-2.415-1.375v-2.75z"})]}),ns=({height:n})=>s("svg",{fill:"var(--ac-global-text-color-900)",fillRule:"evenodd",viewBox:"0 0 24 24",width:n,height:n,xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Anthropic"}),e("path",{d:"M13.827 3.52h3.603L24 20h-3.603l-6.57-16.48zm-7.258 0h3.767L16.906 20h-3.674l-1.343-3.461H5.017l-1.344 3.46H0L6.57 3.522zm4.132 9.959L8.453 7.687 6.205 13.48H10.7z"})]}),as={AZURE_OPENAI:Y2,GOOGLE:J2,OPENAI:es,ANTHROPIC:ns};function B4({provider:n,height:a=18}){return as[n]({height:a})}const Dt=m`
|
|
1758
|
+
// fixes table row sizing issues with full height cell children
|
|
1759
|
+
// this enables features like hovering anywhere on a cell to display controls
|
|
1760
|
+
height: fit-content;
|
|
1758
1761
|
font-size: var(--ac-global-font-size-s);
|
|
1759
1762
|
width: 100%;
|
|
1760
1763
|
border-collapse: separate;
|
|
@@ -1814,6 +1817,8 @@ import{r as p,R as U,j as e,u as dn,a as ze,e as r1,s as P1,b as O1,c as Be,d as
|
|
|
1814
1817
|
}
|
|
1815
1818
|
tbody:not(.is-empty) {
|
|
1816
1819
|
tr {
|
|
1820
|
+
// when paired with table.height:fit-content, allows table cells and their children to fill entire row height
|
|
1821
|
+
height: 100%;
|
|
1817
1822
|
&:not(:last-of-type) {
|
|
1818
1823
|
& > td {
|
|
1819
1824
|
border-bottom: 1px solid var(--ac-global-border-color-default);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as t,j as o,bp as z,l as c,P as w,R as P,E as b,cx as k,ei as S,ej as F,ek as L,bF as C,el as l,w as E,em as R}from"./vendor-BfhM_F1u.js";import{c as I,x as j,D as A,K as T,M as _}from"./vendor-arizeai-CxXYQNUl.js";import{L as D,r as O,d as G,e as M,F as N,f as V,P as q,h as K,M as m,g as U,D as W,i as B,E as H,j as J,k as Y,p as $,l as X,n as p,o as Z,q as Q,s as oo,S as lo,t as ao,v as ro,w as co,x as go,y as eo,z as bo,A as u,B as f,C as y,G as no,H as io,I as so,J as to,K as mo,N as po,O as uo,Q as fo,U as yo,V as vo,W as ho,X as xo,Y as zo,Z as wo,_ as Po,$ as ko,a0 as So,a1 as Fo,a2 as Lo,a3 as Co,a4 as Eo,a5 as Ro,a6 as Io,a7 as jo,a8 as Ao,a9 as To,aa as _o,ab as Do,ac as Oo,ad as Go,ae as Mo,af as No,ag as Vo,ah as qo}from"./pages-
|
|
1
|
+
import{r as t,j as o,bp as z,l as c,P as w,R as P,E as b,cx as k,ei as S,ej as F,ek as L,bF as C,el as l,w as E,em as R}from"./vendor-BfhM_F1u.js";import{c as I,x as j,D as A,K as T,M as _}from"./vendor-arizeai-CxXYQNUl.js";import{L as D,r as O,d as G,e as M,F as N,f as V,P as q,h as K,M as m,g as U,D as W,i as B,E as H,j as J,k as Y,p as $,l as X,n as p,o as Z,q as Q,s as oo,S as lo,t as ao,v as ro,w as co,x as go,y as eo,z as bo,A as u,B as f,C as y,G as no,H as io,I as so,J as to,K as mo,N as po,O as uo,Q as fo,U as yo,V as vo,W as ho,X as xo,Y as zo,Z as wo,_ as Po,$ as ko,a0 as So,a1 as Fo,a2 as Lo,a3 as Co,a4 as Eo,a5 as Ro,a6 as Io,a7 as jo,a8 as Ao,a9 as To,aa as _o,ab as Do,ac as Oo,ad as Go,ae as Mo,af as No,ag as Vo,ah as qo}from"./pages-CJUakDKi.js";import{z as Ko,dX as Uo,bH as Wo,R as Bo,dY as Ho,dZ as Jo}from"./components-DepxScNF.js";import"./vendor-three-C5WAXd5r.js";import"./vendor-codemirror-B0NIFPOL.js";import"./vendor-shiki-C5bJ-RPf.js";import"./vendor-recharts-CrrDFWK1.js";(function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const r of document.querySelectorAll('link[rel="modulepreload"]'))s(r);new MutationObserver(r=>{for(const g of r)if(g.type==="childList")for(const n of g.addedNodes)n.tagName==="LINK"&&n.rel==="modulepreload"&&s(n)}).observe(document,{childList:!0,subtree:!0});function i(r){const g={};return r.integrity&&(g.integrity=r.integrity),r.referrerPolicy&&(g.referrerPolicy=r.referrerPolicy),r.crossOrigin==="use-credentials"?g.credentials="include":r.crossOrigin==="anonymous"?g.credentials="omit":g.credentials="same-origin",g}function s(r){if(r.ep)return;r.ep=!0;const g=i(r);fetch(r.href,g)}})();const v="arize-phoenix-feature-flags",d={__RESET__:!1};function Yo(){const a=localStorage.getItem(v);if(!a)return d;try{const e=JSON.parse(a);return Object.assign({},d,e)}catch{return d}}const h=t.createContext(null);function $o(){const a=P.useContext(h);if(a===null)throw new Error("useFeatureFlags must be used within a FeatureFlagsProvider");return a}function Xo(a){const[e,i]=t.useState(Yo()),s=r=>{localStorage.setItem(v,JSON.stringify(r)),i(r)};return o(h.Provider,{value:{featureFlags:e,setFeatureFlags:s},children:o(Zo,{children:a.children})})}function Zo(a){const{children:e}=a,{featureFlags:i,setFeatureFlags:s}=$o(),[r,g]=t.useState(!1);return z("ctrl+shift+f",()=>g(!0)),c(w,{children:[e,o(A,{type:"modal",isDismissable:!0,onDismiss:()=>g(!1),children:r&&o(I,{title:"Feature Flags",children:o(Ko,{height:"size-1000",padding:"size-100",children:Object.keys(i).map(n=>o(j,{isSelected:i[n],onChange:x=>s({...i,[n]:x}),children:n},n))})})})]})}const Qo=b`
|
|
2
2
|
:root {
|
|
3
3
|
--ac-global-dimension-scale-factor: 1;
|
|
4
4
|
--ac-global-dimension-size-0: 0px;
|