arize-phoenix 8.9.0__tar.gz → 8.11.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.9.0 → arize_phoenix-8.11.0}/PKG-INFO +4 -4
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/pyproject.toml +3 -3
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/types.py +2 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/playground_clients.py +9 -2
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/__init__.py +3 -1
- arize_phoenix-8.11.0/src/phoenix/server/api/mutations/trace_mutations.py +74 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/prompts.py +14 -2
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/app.py +1 -1
- arize_phoenix-8.11.0/src/phoenix/server/static/.vite/manifest.json +87 -0
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/components-C4AzQH6p.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/components-CWWuhGhD.js +324 -181
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/index-DYSOLesW.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/index-B_phsWge.js +4 -4
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/pages-DEHszGOs.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/pages-D99rPTo0.js +347 -339
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/vendor-VJCVsFqd.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/vendor-BqKqAj6V.js +175 -175
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/vendor-arizeai-CLxvyk4B.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/vendor-arizeai-BuhF1q5O.js +24 -24
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/vendor-codemirror-0mUqu36F.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/vendor-codemirror-D55VwBKY.js +1 -1
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/vendor-recharts-CfKQSOmq.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/vendor-recharts-CJPXurMK.js +1 -1
- arize_phoenix-8.9.0/src/phoenix/server/static/assets/vendor-shiki-BsgMOuir.js → arize_phoenix-8.11.0/src/phoenix/server/static/assets/vendor-shiki-c5S6DQ8L.js +1 -1
- arize_phoenix-8.11.0/src/phoenix/version.py +1 -0
- arize_phoenix-8.9.0/src/phoenix/server/static/.vite/manifest.json +0 -87
- arize_phoenix-8.9.0/src/phoenix/version.py +0 -1
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/.gitignore +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/IP_NOTICE +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/LICENSE +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/README.md +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/config.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/assets/vendor-three-C-AGeJYv.js +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.9.0 → arize_phoenix-8.11.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.11.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
|
|
@@ -48,7 +48,7 @@ Requires-Dist: scipy
|
|
|
48
48
|
Requires-Dist: sqlalchemy[asyncio]<3,>=2.0.4
|
|
49
49
|
Requires-Dist: sqlean-py>=3.45.1
|
|
50
50
|
Requires-Dist: starlette
|
|
51
|
-
Requires-Dist: strawberry-graphql
|
|
51
|
+
Requires-Dist: strawberry-graphql>=0.262.0
|
|
52
52
|
Requires-Dist: tqdm
|
|
53
53
|
Requires-Dist: typing-extensions>=4.6
|
|
54
54
|
Requires-Dist: uvicorn
|
|
@@ -69,7 +69,7 @@ Requires-Dist: opentelemetry-sdk; extra == 'container'
|
|
|
69
69
|
Requires-Dist: opentelemetry-semantic-conventions; extra == 'container'
|
|
70
70
|
Requires-Dist: prometheus-client; extra == 'container'
|
|
71
71
|
Requires-Dist: py-grpc-prometheus; extra == 'container'
|
|
72
|
-
Requires-Dist: strawberry-graphql[opentelemetry]==0.
|
|
72
|
+
Requires-Dist: strawberry-graphql[opentelemetry]==0.262.0; extra == 'container'
|
|
73
73
|
Requires-Dist: umap-learn; extra == 'container'
|
|
74
74
|
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'container'
|
|
75
75
|
Provides-Extra: dev
|
|
@@ -100,7 +100,7 @@ Requires-Dist: pytest-postgresql; extra == 'dev'
|
|
|
100
100
|
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
101
101
|
Requires-Dist: pytest==8.3.3; extra == 'dev'
|
|
102
102
|
Requires-Dist: ruff==0.6.9; extra == 'dev'
|
|
103
|
-
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.
|
|
103
|
+
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.262.0; extra == 'dev'
|
|
104
104
|
Requires-Dist: tabulate; extra == 'dev'
|
|
105
105
|
Requires-Dist: tox-uv==1.11.3; extra == 'dev'
|
|
106
106
|
Requires-Dist: tox==4.18.1; extra == 'dev'
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
29
29
|
"starlette",
|
|
30
30
|
"uvicorn",
|
|
31
31
|
"psutil",
|
|
32
|
-
"strawberry-graphql
|
|
32
|
+
"strawberry-graphql>=0.262.0", # resolve security vulnerability https://github.com/Arize-ai/phoenix/security/dependabot/45
|
|
33
33
|
"pyarrow",
|
|
34
34
|
"typing-extensions>=4.6",
|
|
35
35
|
"scipy",
|
|
@@ -88,7 +88,7 @@ dev = [
|
|
|
88
88
|
"pytest-postgresql",
|
|
89
89
|
"asyncpg",
|
|
90
90
|
"psycopg[binary,pool]",
|
|
91
|
-
"strawberry-graphql[debug-server,opentelemetry]==0.
|
|
91
|
+
"strawberry-graphql[debug-server,opentelemetry]==0.262.0", # need to pin version because we're monkey-patching
|
|
92
92
|
"pre-commit",
|
|
93
93
|
"arize[AutoEmbeddings, LLM_Evaluation]",
|
|
94
94
|
"llama-index>=0.10.3",
|
|
@@ -135,7 +135,7 @@ container = [
|
|
|
135
135
|
"opentelemetry-instrumentation-sqlalchemy",
|
|
136
136
|
"opentelemetry-instrumentation-grpc",
|
|
137
137
|
"py-grpc-prometheus",
|
|
138
|
-
"strawberry-graphql[opentelemetry]==0.
|
|
138
|
+
"strawberry-graphql[opentelemetry]==0.262.0", # need to pin version because we're monkey-patching
|
|
139
139
|
"uvloop; platform_system != 'Windows'",
|
|
140
140
|
"fast-hdbscan>=0.2.0",
|
|
141
141
|
"numba>=0.60.0", # https://github.com/astral-sh/uv/issues/6281
|
|
@@ -282,6 +282,8 @@ class ExperimentEvaluationRun:
|
|
|
282
282
|
ExperimentTask: TypeAlias = Union[
|
|
283
283
|
Callable[[Example], TaskOutput],
|
|
284
284
|
Callable[[Example], Awaitable[TaskOutput]],
|
|
285
|
+
Callable[..., JSONSerializable],
|
|
286
|
+
Callable[..., Awaitable[JSONSerializable]],
|
|
285
287
|
]
|
|
286
288
|
|
|
287
289
|
|
{arize_phoenix-8.9.0 → arize_phoenix-8.11.0}/src/phoenix/server/api/helpers/playground_clients.py
RENAMED
|
@@ -761,6 +761,13 @@ class AnthropicStreamingClient(PlaygroundStreamingClient):
|
|
|
761
761
|
import anthropic.types as anthropic_types
|
|
762
762
|
|
|
763
763
|
anthropic_messages, system_prompt = self._build_anthropic_messages(messages)
|
|
764
|
+
if (
|
|
765
|
+
"thinking" in invocation_parameters
|
|
766
|
+
and isinstance(invocation_parameters["thinking"], dict)
|
|
767
|
+
and "type" in invocation_parameters["thinking"]
|
|
768
|
+
and invocation_parameters["thinking"]["type"] == "enabled"
|
|
769
|
+
):
|
|
770
|
+
invocation_parameters.pop("top_p", None)
|
|
764
771
|
anthropic_params = {
|
|
765
772
|
"messages": anthropic_messages,
|
|
766
773
|
"model": self.model_name,
|
|
@@ -810,9 +817,9 @@ class AnthropicStreamingClient(PlaygroundStreamingClient):
|
|
|
810
817
|
elif isinstance(event, anthropic_streaming._types.CitationEvent):
|
|
811
818
|
raise NotImplementedError
|
|
812
819
|
elif isinstance(event, anthropic_streaming._types.ThinkingEvent):
|
|
813
|
-
|
|
820
|
+
pass
|
|
814
821
|
elif isinstance(event, anthropic_streaming._types.SignatureEvent):
|
|
815
|
-
|
|
822
|
+
pass
|
|
816
823
|
else:
|
|
817
824
|
assert_never(event)
|
|
818
825
|
|
|
@@ -13,12 +13,14 @@ from phoenix.server.api.mutations.prompt_mutations import PromptMutationMixin
|
|
|
13
13
|
from phoenix.server.api.mutations.prompt_version_tag_mutations import PromptVersionTagMutationMixin
|
|
14
14
|
from phoenix.server.api.mutations.span_annotations_mutations import SpanAnnotationMutationMixin
|
|
15
15
|
from phoenix.server.api.mutations.trace_annotations_mutations import TraceAnnotationMutationMixin
|
|
16
|
+
from phoenix.server.api.mutations.trace_mutations import TraceMutationMixin
|
|
16
17
|
from phoenix.server.api.mutations.user_mutations import UserMutationMixin
|
|
17
18
|
|
|
18
19
|
|
|
19
20
|
@strawberry.type
|
|
20
21
|
class Mutation(
|
|
21
22
|
ApiKeyMutationMixin,
|
|
23
|
+
ChatCompletionMutationMixin,
|
|
22
24
|
DatasetMutationMixin,
|
|
23
25
|
ExperimentMutationMixin,
|
|
24
26
|
ExportEventsMutationMixin,
|
|
@@ -28,7 +30,7 @@ class Mutation(
|
|
|
28
30
|
PromptLabelMutationMixin,
|
|
29
31
|
SpanAnnotationMutationMixin,
|
|
30
32
|
TraceAnnotationMutationMixin,
|
|
33
|
+
TraceMutationMixin,
|
|
31
34
|
UserMutationMixin,
|
|
32
|
-
ChatCompletionMutationMixin,
|
|
33
35
|
):
|
|
34
36
|
pass
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import strawberry
|
|
2
|
+
from sqlalchemy import and_, delete, not_, select
|
|
3
|
+
from sqlalchemy.orm import load_only
|
|
4
|
+
from sqlalchemy.sql import literal
|
|
5
|
+
from strawberry.relay import GlobalID
|
|
6
|
+
from strawberry.types import Info
|
|
7
|
+
|
|
8
|
+
from phoenix.db import models
|
|
9
|
+
from phoenix.server.api.auth import IsNotReadOnly
|
|
10
|
+
from phoenix.server.api.context import Context
|
|
11
|
+
from phoenix.server.api.exceptions import BadRequest
|
|
12
|
+
from phoenix.server.api.queries import Query
|
|
13
|
+
from phoenix.server.api.types.node import from_global_id_with_expected_type
|
|
14
|
+
from phoenix.server.dml_event import SpanDeleteEvent
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
@strawberry.type
|
|
18
|
+
class TraceMutationMixin:
|
|
19
|
+
@strawberry.mutation(permission_classes=[IsNotReadOnly]) # type: ignore
|
|
20
|
+
async def delete_traces(
|
|
21
|
+
self,
|
|
22
|
+
info: Info[Context, None],
|
|
23
|
+
trace_ids: list[GlobalID],
|
|
24
|
+
) -> Query:
|
|
25
|
+
if not trace_ids:
|
|
26
|
+
raise BadRequest("Must provide at least one trace ID to delete")
|
|
27
|
+
trace_ids = list(set(trace_ids))
|
|
28
|
+
try:
|
|
29
|
+
trace_rowids = [
|
|
30
|
+
from_global_id_with_expected_type(global_id=id, expected_type_name="Trace")
|
|
31
|
+
for id in trace_ids
|
|
32
|
+
]
|
|
33
|
+
except ValueError as error:
|
|
34
|
+
raise BadRequest(str(error))
|
|
35
|
+
async with info.context.db() as session:
|
|
36
|
+
traces = (
|
|
37
|
+
await session.scalars(
|
|
38
|
+
delete(models.Trace)
|
|
39
|
+
.where(models.Trace.id.in_(trace_rowids))
|
|
40
|
+
.returning(models.Trace)
|
|
41
|
+
.options(
|
|
42
|
+
load_only(models.Trace.project_rowid, models.Trace.project_session_rowid)
|
|
43
|
+
)
|
|
44
|
+
)
|
|
45
|
+
).all()
|
|
46
|
+
if len(traces) < len(trace_rowids):
|
|
47
|
+
await session.rollback()
|
|
48
|
+
raise BadRequest("Invalid trace IDs provided")
|
|
49
|
+
project_ids = tuple(set(trace.project_rowid for trace in traces))
|
|
50
|
+
if len(project_ids) > 1:
|
|
51
|
+
await session.rollback()
|
|
52
|
+
raise BadRequest("Cannot delete traces from multiple projects")
|
|
53
|
+
session_ids = set(
|
|
54
|
+
session_id
|
|
55
|
+
for trace in traces
|
|
56
|
+
if (session_id := trace.project_session_rowid) is not None
|
|
57
|
+
)
|
|
58
|
+
if session_ids:
|
|
59
|
+
await session.execute(
|
|
60
|
+
delete(models.ProjectSession).where(
|
|
61
|
+
and_(
|
|
62
|
+
models.ProjectSession.id.in_(session_ids),
|
|
63
|
+
not_(
|
|
64
|
+
select(literal(1))
|
|
65
|
+
.where(
|
|
66
|
+
models.Trace.project_session_rowid == models.ProjectSession.id
|
|
67
|
+
)
|
|
68
|
+
.exists()
|
|
69
|
+
),
|
|
70
|
+
)
|
|
71
|
+
)
|
|
72
|
+
)
|
|
73
|
+
info.context.event_queue.put(SpanDeleteEvent(project_ids))
|
|
74
|
+
return Query()
|
|
@@ -2,13 +2,13 @@ import logging
|
|
|
2
2
|
from typing import Any, Optional, Union
|
|
3
3
|
|
|
4
4
|
from fastapi import APIRouter, HTTPException, Path, Query
|
|
5
|
-
from pydantic import ValidationError
|
|
5
|
+
from pydantic import ValidationError, model_validator
|
|
6
6
|
from sqlalchemy import select
|
|
7
7
|
from sqlalchemy.sql import Select
|
|
8
8
|
from starlette.requests import Request
|
|
9
9
|
from starlette.status import HTTP_404_NOT_FOUND, HTTP_422_UNPROCESSABLE_ENTITY
|
|
10
10
|
from strawberry.relay import GlobalID
|
|
11
|
-
from typing_extensions import TypeAlias, assert_never
|
|
11
|
+
from typing_extensions import Self, TypeAlias, assert_never
|
|
12
12
|
|
|
13
13
|
from phoenix.db import models
|
|
14
14
|
from phoenix.db.types.identifier import Identifier
|
|
@@ -52,6 +52,18 @@ class PromptVersionData(V1RoutesBaseModel):
|
|
|
52
52
|
tools: Optional[PromptTools] = None
|
|
53
53
|
response_format: Optional[PromptResponseFormat] = None
|
|
54
54
|
|
|
55
|
+
@model_validator(mode="after")
|
|
56
|
+
def check_template_type_match(self) -> Self:
|
|
57
|
+
if self.template_type is PromptTemplateType.CHAT:
|
|
58
|
+
if self.template.type == "chat":
|
|
59
|
+
return self
|
|
60
|
+
elif self.template_type is PromptTemplateType.STRING:
|
|
61
|
+
if self.template.type == "string":
|
|
62
|
+
return self
|
|
63
|
+
else:
|
|
64
|
+
assert_never(self.template_type)
|
|
65
|
+
raise ValueError("Template type does not match template")
|
|
66
|
+
|
|
55
67
|
|
|
56
68
|
class PromptVersion(PromptVersionData):
|
|
57
69
|
id: str
|
|
@@ -549,7 +549,7 @@ def create_graphql_router(
|
|
|
549
549
|
read_only: bool = False,
|
|
550
550
|
secret: Optional[str] = None,
|
|
551
551
|
token_store: Optional[TokenStore] = None,
|
|
552
|
-
) -> GraphQLRouter
|
|
552
|
+
) -> GraphQLRouter[Context, None]:
|
|
553
553
|
"""Creates the GraphQL router.
|
|
554
554
|
|
|
555
555
|
Args:
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-CWWuhGhD.js": {
|
|
3
|
+
"file": "assets/components-CWWuhGhD.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-BqKqAj6V.js",
|
|
7
|
+
"_pages-D99rPTo0.js",
|
|
8
|
+
"_vendor-arizeai-BuhF1q5O.js",
|
|
9
|
+
"_vendor-codemirror-D55VwBKY.js",
|
|
10
|
+
"_vendor-three-C-AGeJYv.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-D99rPTo0.js": {
|
|
14
|
+
"file": "assets/pages-D99rPTo0.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-BqKqAj6V.js",
|
|
18
|
+
"_vendor-arizeai-BuhF1q5O.js",
|
|
19
|
+
"_components-CWWuhGhD.js",
|
|
20
|
+
"_vendor-codemirror-D55VwBKY.js",
|
|
21
|
+
"_vendor-recharts-CJPXurMK.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-BqKqAj6V.js": {
|
|
25
|
+
"file": "assets/vendor-BqKqAj6V.js",
|
|
26
|
+
"name": "vendor",
|
|
27
|
+
"imports": [
|
|
28
|
+
"_vendor-three-C-AGeJYv.js"
|
|
29
|
+
],
|
|
30
|
+
"css": [
|
|
31
|
+
"assets/vendor-Cg6lcjUC.css"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"_vendor-Cg6lcjUC.css": {
|
|
35
|
+
"file": "assets/vendor-Cg6lcjUC.css",
|
|
36
|
+
"src": "_vendor-Cg6lcjUC.css"
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-BuhF1q5O.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-BuhF1q5O.js",
|
|
40
|
+
"name": "vendor-arizeai",
|
|
41
|
+
"imports": [
|
|
42
|
+
"_vendor-BqKqAj6V.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-D55VwBKY.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-D55VwBKY.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-BqKqAj6V.js",
|
|
50
|
+
"_vendor-shiki-c5S6DQ8L.js"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"_vendor-recharts-CJPXurMK.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-CJPXurMK.js",
|
|
55
|
+
"name": "vendor-recharts",
|
|
56
|
+
"imports": [
|
|
57
|
+
"_vendor-BqKqAj6V.js"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"_vendor-shiki-c5S6DQ8L.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-c5S6DQ8L.js",
|
|
62
|
+
"name": "vendor-shiki",
|
|
63
|
+
"imports": [
|
|
64
|
+
"_vendor-BqKqAj6V.js"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"_vendor-three-C-AGeJYv.js": {
|
|
68
|
+
"file": "assets/vendor-three-C-AGeJYv.js",
|
|
69
|
+
"name": "vendor-three"
|
|
70
|
+
},
|
|
71
|
+
"index.tsx": {
|
|
72
|
+
"file": "assets/index-B_phsWge.js",
|
|
73
|
+
"name": "index",
|
|
74
|
+
"src": "index.tsx",
|
|
75
|
+
"isEntry": true,
|
|
76
|
+
"imports": [
|
|
77
|
+
"_vendor-BqKqAj6V.js",
|
|
78
|
+
"_vendor-arizeai-BuhF1q5O.js",
|
|
79
|
+
"_pages-D99rPTo0.js",
|
|
80
|
+
"_components-CWWuhGhD.js",
|
|
81
|
+
"_vendor-three-C-AGeJYv.js",
|
|
82
|
+
"_vendor-codemirror-D55VwBKY.js",
|
|
83
|
+
"_vendor-shiki-c5S6DQ8L.js",
|
|
84
|
+
"_vendor-recharts-CJPXurMK.js"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|