arize-phoenix 8.15.0__tar.gz → 8.17.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.15.0 → arize_phoenix-8.17.0}/PKG-INFO +2 -1
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/pyproject.toml +1 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/config.py +58 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/facilitator.py +50 -8
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Project.py +4 -2
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/.vite/manifest.json +9 -9
- arize_phoenix-8.15.0/src/phoenix/server/static/assets/components-B1h2vIB3.js → arize_phoenix-8.17.0/src/phoenix/server/static/assets/components-Q7vebP-x.js +213 -205
- arize_phoenix-8.15.0/src/phoenix/server/static/assets/index-D27y64mn.js → arize_phoenix-8.17.0/src/phoenix/server/static/assets/index-BhL6cAT9.js +2 -2
- arize_phoenix-8.15.0/src/phoenix/server/static/assets/pages-DV4OMLyH.js → arize_phoenix-8.17.0/src/phoenix/server/static/assets/pages-_MY_UD-t.js +343 -343
- arize_phoenix-8.17.0/src/phoenix/version.py +1 -0
- arize_phoenix-8.15.0/src/phoenix/version.py +0 -1
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/.gitignore +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/IP_NOTICE +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/LICENSE +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/README.md +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-BT2CVKel.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-arizeai-Dzsaenki.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-codemirror-D2R3PB3i.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-recharts-DetvdWCF.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-shiki-dzrzjP7E.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.0}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.15.0 → arize_phoenix-8.17.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.17.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
|
|
@@ -25,6 +25,7 @@ Requires-Dist: arize-phoenix-evals>=0.13.1
|
|
|
25
25
|
Requires-Dist: arize-phoenix-otel>=0.5.1
|
|
26
26
|
Requires-Dist: authlib
|
|
27
27
|
Requires-Dist: cachetools
|
|
28
|
+
Requires-Dist: email-validator
|
|
28
29
|
Requires-Dist: fastapi
|
|
29
30
|
Requires-Dist: grpc-interceptor
|
|
30
31
|
Requires-Dist: grpcio
|
|
@@ -10,6 +10,8 @@ from pathlib import Path
|
|
|
10
10
|
from typing import Optional, cast, overload
|
|
11
11
|
from urllib.parse import quote_plus, urlparse
|
|
12
12
|
|
|
13
|
+
from email_validator import EmailNotValidError, validate_email
|
|
14
|
+
|
|
13
15
|
from phoenix.utilities.logging import log_a_list
|
|
14
16
|
|
|
15
17
|
from .utilities.re import parse_env_headers
|
|
@@ -161,6 +163,17 @@ password reset emails. If this variable is left unspecified or contains no origi
|
|
|
161
163
|
protection will not be enabled. In such cases, when a request includes `origin` or `referer`
|
|
162
164
|
headers, those values will not be validated.
|
|
163
165
|
"""
|
|
166
|
+
ENV_PHOENIX_ADMINS = "PHOENIX_ADMINS"
|
|
167
|
+
"""
|
|
168
|
+
A semicolon-separated list of username and email address pairs to create as admin users on startup.
|
|
169
|
+
The format is `username=email`, e.g., `John Doe=john@example.com;Doe, Jane=jane@example.com`.
|
|
170
|
+
The password for each user will be randomly generated and will need to be reset. The application
|
|
171
|
+
will not start if this environment variable is set but cannot be parsed or contains invalid emails.
|
|
172
|
+
If the username or email address already exists in the database, the user record will not be
|
|
173
|
+
modified, e.g., changed from non-admin to admin. Changing this environment variable for the next
|
|
174
|
+
startup will not undo any records created in previous startups.
|
|
175
|
+
"""
|
|
176
|
+
|
|
164
177
|
|
|
165
178
|
# SMTP settings
|
|
166
179
|
ENV_PHOENIX_SMTP_HOSTNAME = "PHOENIX_SMTP_HOSTNAME"
|
|
@@ -429,6 +442,51 @@ def get_env_csrf_trusted_origins() -> list[str]:
|
|
|
429
442
|
return sorted(set(origins))
|
|
430
443
|
|
|
431
444
|
|
|
445
|
+
def get_env_admins() -> dict[str, str]:
|
|
446
|
+
"""
|
|
447
|
+
Parse the PHOENIX_ADMINS environment variable to extract the comma separated pairs of
|
|
448
|
+
username and email. The last equal sign (=) in each pair is used to separate the username from
|
|
449
|
+
the email.
|
|
450
|
+
|
|
451
|
+
Returns:
|
|
452
|
+
dict: A dictionary mapping email addresses to usernames
|
|
453
|
+
|
|
454
|
+
Raises:
|
|
455
|
+
ValueError: If the environment variable cannot be parsed or contains invalid email addresses
|
|
456
|
+
"""
|
|
457
|
+
if not (env_value := getenv(ENV_PHOENIX_ADMINS)):
|
|
458
|
+
return {}
|
|
459
|
+
usernames = set()
|
|
460
|
+
emails = set()
|
|
461
|
+
ans = {}
|
|
462
|
+
for pair in env_value.split(";"):
|
|
463
|
+
pair = pair.strip()
|
|
464
|
+
if not pair:
|
|
465
|
+
continue
|
|
466
|
+
# Find the last equals sign to separate username from email
|
|
467
|
+
# This allows usernames to contain equals signs
|
|
468
|
+
last_equals_pos = pair.rfind("=")
|
|
469
|
+
if last_equals_pos == -1:
|
|
470
|
+
raise ValueError(
|
|
471
|
+
f"Invalid format in {ENV_PHOENIX_ADMINS}: '{pair}'. "
|
|
472
|
+
f"Expected format: 'username=email'"
|
|
473
|
+
)
|
|
474
|
+
username = pair[:last_equals_pos].strip()
|
|
475
|
+
email_addr = pair[last_equals_pos + 1 :].strip()
|
|
476
|
+
try:
|
|
477
|
+
email_addr = validate_email(email_addr, check_deliverability=False).normalized
|
|
478
|
+
except EmailNotValidError:
|
|
479
|
+
raise ValueError(f"Invalid email in {ENV_PHOENIX_ADMINS}: '{email_addr}'")
|
|
480
|
+
if username in usernames:
|
|
481
|
+
raise ValueError(f"Duplicate username in {ENV_PHOENIX_ADMINS}: '{username}'")
|
|
482
|
+
if email_addr in emails:
|
|
483
|
+
raise ValueError(f"Duplicate email in {ENV_PHOENIX_ADMINS}: '{email_addr}'")
|
|
484
|
+
usernames.add(username)
|
|
485
|
+
emails.add(email_addr)
|
|
486
|
+
ans[email_addr] = username
|
|
487
|
+
return ans
|
|
488
|
+
|
|
489
|
+
|
|
432
490
|
def get_env_smtp_username() -> str:
|
|
433
491
|
return getenv(ENV_PHOENIX_SMTP_USERNAME, "")
|
|
434
492
|
|
|
@@ -19,7 +19,10 @@ from phoenix.auth import (
|
|
|
19
19
|
DEFAULT_SYSTEM_USERNAME,
|
|
20
20
|
compute_password_hash,
|
|
21
21
|
)
|
|
22
|
-
from phoenix.config import
|
|
22
|
+
from phoenix.config import (
|
|
23
|
+
get_env_admins,
|
|
24
|
+
get_env_default_admin_initial_password,
|
|
25
|
+
)
|
|
23
26
|
from phoenix.db import models
|
|
24
27
|
from phoenix.db.enums import COLUMN_ENUMS, UserRole
|
|
25
28
|
from phoenix.server.types import DbSessionFactory
|
|
@@ -37,13 +40,13 @@ class Facilitator:
|
|
|
37
40
|
self._db = db
|
|
38
41
|
|
|
39
42
|
async def __call__(self) -> None:
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
for fn in (
|
|
44
|
+
_ensure_enums,
|
|
45
|
+
_ensure_user_roles,
|
|
46
|
+
_ensure_admins,
|
|
47
|
+
):
|
|
48
|
+
async with self._db() as session:
|
|
49
|
+
await fn(session)
|
|
47
50
|
|
|
48
51
|
|
|
49
52
|
async def _ensure_enums(session: AsyncSession) -> None:
|
|
@@ -111,3 +114,42 @@ async def _ensure_user_roles(session: AsyncSession) -> None:
|
|
|
111
114
|
)
|
|
112
115
|
session.add(admin_user)
|
|
113
116
|
await session.flush()
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
async def _ensure_admins(session: AsyncSession) -> None:
|
|
120
|
+
"""
|
|
121
|
+
Ensure that all startup admin users are present in the database. If any are missing, they will
|
|
122
|
+
be added. Existing records will not be modified.
|
|
123
|
+
"""
|
|
124
|
+
if not (admins := get_env_admins()):
|
|
125
|
+
return
|
|
126
|
+
existing_emails = set(
|
|
127
|
+
await session.scalars(select(models.User.email).where(models.User.email.in_(admins.keys())))
|
|
128
|
+
)
|
|
129
|
+
admins = {email: username for email, username in admins.items() if email not in existing_emails}
|
|
130
|
+
if not admins:
|
|
131
|
+
return
|
|
132
|
+
existing_usernames = set(
|
|
133
|
+
await session.scalars(
|
|
134
|
+
select(models.User.username).where(models.User.username.in_(admins.values()))
|
|
135
|
+
)
|
|
136
|
+
)
|
|
137
|
+
admins = {
|
|
138
|
+
email: username for email, username in admins.items() if username not in existing_usernames
|
|
139
|
+
}
|
|
140
|
+
if not admins:
|
|
141
|
+
return
|
|
142
|
+
admin_role_id = await session.scalar(
|
|
143
|
+
select(models.UserRole.id).filter_by(name=UserRole.ADMIN.value)
|
|
144
|
+
)
|
|
145
|
+
assert admin_role_id is not None, "Admin role not found in database"
|
|
146
|
+
for email, username in admins.items():
|
|
147
|
+
values = dict(
|
|
148
|
+
user_role_id=admin_role_id,
|
|
149
|
+
username=username,
|
|
150
|
+
email=email,
|
|
151
|
+
password_salt=secrets.token_bytes(DEFAULT_SECRET_LENGTH),
|
|
152
|
+
password_hash=secrets.token_bytes(DEFAULT_SECRET_LENGTH),
|
|
153
|
+
reset_password=True,
|
|
154
|
+
)
|
|
155
|
+
await session.execute(insert(models.User).values(values))
|
|
@@ -37,6 +37,8 @@ from phoenix.server.api.types.Trace import Trace
|
|
|
37
37
|
from phoenix.server.api.types.ValidationResult import ValidationResult
|
|
38
38
|
from phoenix.trace.dsl import SpanFilter
|
|
39
39
|
|
|
40
|
+
DEFAULT_PAGE_SIZE = 30
|
|
41
|
+
|
|
40
42
|
|
|
41
43
|
@strawberry.type
|
|
42
44
|
class Project(Node):
|
|
@@ -215,7 +217,7 @@ class Project(Node):
|
|
|
215
217
|
self,
|
|
216
218
|
info: Info[Context, None],
|
|
217
219
|
time_range: Optional[TimeRange] = UNSET,
|
|
218
|
-
first: Optional[int] =
|
|
220
|
+
first: Optional[int] = DEFAULT_PAGE_SIZE,
|
|
219
221
|
last: Optional[int] = UNSET,
|
|
220
222
|
after: Optional[CursorString] = UNSET,
|
|
221
223
|
before: Optional[CursorString] = UNSET,
|
|
@@ -299,7 +301,7 @@ class Project(Node):
|
|
|
299
301
|
self,
|
|
300
302
|
info: Info[Context, None],
|
|
301
303
|
time_range: Optional[TimeRange] = UNSET,
|
|
302
|
-
first: Optional[int] =
|
|
304
|
+
first: Optional[int] = DEFAULT_PAGE_SIZE,
|
|
303
305
|
after: Optional[CursorString] = UNSET,
|
|
304
306
|
sort: Optional[ProjectSessionSort] = UNSET,
|
|
305
307
|
filter_io_substring: Optional[str] = UNSET,
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-Q7vebP-x.js": {
|
|
3
|
+
"file": "assets/components-Q7vebP-x.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-BT2CVKel.js",
|
|
7
|
-
"_pages-
|
|
7
|
+
"_pages-_MY_UD-t.js",
|
|
8
8
|
"_vendor-arizeai-Dzsaenki.js",
|
|
9
9
|
"_vendor-codemirror-D2R3PB3i.js",
|
|
10
10
|
"_vendor-three-C5WAXd5r.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-_MY_UD-t.js": {
|
|
14
|
+
"file": "assets/pages-_MY_UD-t.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-BT2CVKel.js",
|
|
18
18
|
"_vendor-arizeai-Dzsaenki.js",
|
|
19
|
-
"_components-
|
|
19
|
+
"_components-Q7vebP-x.js",
|
|
20
20
|
"_vendor-codemirror-D2R3PB3i.js",
|
|
21
21
|
"_vendor-recharts-DetvdWCF.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-BhL6cAT9.js",
|
|
73
73
|
"name": "index",
|
|
74
74
|
"src": "index.tsx",
|
|
75
75
|
"isEntry": true,
|
|
76
76
|
"imports": [
|
|
77
77
|
"_vendor-BT2CVKel.js",
|
|
78
78
|
"_vendor-arizeai-Dzsaenki.js",
|
|
79
|
-
"_pages-
|
|
80
|
-
"_components-
|
|
79
|
+
"_pages-_MY_UD-t.js",
|
|
80
|
+
"_components-Q7vebP-x.js",
|
|
81
81
|
"_vendor-three-C5WAXd5r.js",
|
|
82
82
|
"_vendor-codemirror-D2R3PB3i.js",
|
|
83
83
|
"_vendor-shiki-dzrzjP7E.js",
|