arize-phoenix 8.30.0__tar.gz → 8.32.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.30.0 → arize_phoenix-8.32.0}/PKG-INFO +2 -1
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/README.md +1 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/engines.py +14 -21
- arize_phoenix-8.32.0/src/phoenix/db/pg_config.py +197 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/.vite/manifest.json +9 -9
- arize_phoenix-8.30.0/src/phoenix/server/static/assets/components-BypB0fGT.js → arize_phoenix-8.32.0/src/phoenix/server/static/assets/components-x-gKFJ8C.js +199 -188
- arize_phoenix-8.30.0/src/phoenix/server/static/assets/index-Ccebc6-h.js → arize_phoenix-8.32.0/src/phoenix/server/static/assets/index-B0CbpsxD.js +2 -2
- arize_phoenix-8.30.0/src/phoenix/server/static/assets/pages-DGdjQlsy.js → arize_phoenix-8.32.0/src/phoenix/server/static/assets/pages-BU4VdyeH.js +346 -346
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/fixtures.py +24 -0
- arize_phoenix-8.32.0/src/phoenix/version.py +1 -0
- arize_phoenix-8.30.0/src/phoenix/version.py +0 -1
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/.gitignore +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/IP_NOTICE +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/LICENSE +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/pyproject.toml +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/config.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/projects.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/authorization.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/templates/welcome.html +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/middleware/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/middleware/gzip.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-BfhM_F1u.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-arizeai-CxXYQNUl.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-codemirror-B0NIFPOL.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-recharts-CrrDFWK1.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-shiki-C5bJ-RPf.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.0}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.30.0 → arize_phoenix-8.32.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.32.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
|
|
@@ -248,6 +248,7 @@ Join our community to connect with thousands of AI builders.
|
|
|
248
248
|
- 🐞 Report bugs with [GitHub Issues](https://github.com/Arize-ai/phoenix/issues).
|
|
249
249
|
- 𝕏 Follow us on [𝕏](https://twitter.com/ArizePhoenix).
|
|
250
250
|
- 🗺️ Check out our [roadmap](https://github.com/orgs/Arize-ai/projects/45) to see where we're heading next.
|
|
251
|
+
- 🧑🏫 Deep dive into everything [Agents](http://arize.com/ai-agents/) and [LLM Evaluations](https://arize.com/llm-evaluation) on Arize's Learning Hubs.
|
|
251
252
|
|
|
252
253
|
## Breaking Changes
|
|
253
254
|
|
|
@@ -118,6 +118,7 @@ Join our community to connect with thousands of AI builders.
|
|
|
118
118
|
- 🐞 Report bugs with [GitHub Issues](https://github.com/Arize-ai/phoenix/issues).
|
|
119
119
|
- 𝕏 Follow us on [𝕏](https://twitter.com/ArizePhoenix).
|
|
120
120
|
- 🗺️ Check out our [roadmap](https://github.com/orgs/Arize-ai/projects/45) to see where we're heading next.
|
|
121
|
+
- 🧑🏫 Deep dive into everything [Agents](http://arize.com/ai-agents/) and [LLM Evaluations](https://arize.com/llm-evaluation) on Arize's Learning Hubs.
|
|
121
122
|
|
|
122
123
|
## Breaking Changes
|
|
123
124
|
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
1
3
|
import asyncio
|
|
2
4
|
import json
|
|
5
|
+
import logging
|
|
3
6
|
from collections.abc import Callable
|
|
4
7
|
from datetime import datetime
|
|
5
8
|
from enum import Enum
|
|
6
9
|
from sqlite3 import Connection
|
|
7
|
-
from typing import Any
|
|
10
|
+
from typing import Any
|
|
8
11
|
|
|
9
12
|
import aiosqlite
|
|
10
13
|
import numpy as np
|
|
@@ -18,10 +21,13 @@ from phoenix.config import LoggingMode, get_env_database_schema
|
|
|
18
21
|
from phoenix.db.helpers import SupportedSQLDialect
|
|
19
22
|
from phoenix.db.migrate import migrate_in_thread
|
|
20
23
|
from phoenix.db.models import init_models
|
|
24
|
+
from phoenix.db.pg_config import get_pg_config
|
|
21
25
|
from phoenix.settings import Settings
|
|
22
26
|
|
|
23
27
|
sqlean.extensions.enable("text", "stats")
|
|
24
28
|
|
|
29
|
+
logger = logging.getLogger(__name__)
|
|
30
|
+
|
|
25
31
|
|
|
26
32
|
def set_sqlite_pragma(connection: Connection, _: Any) -> None:
|
|
27
33
|
cursor = connection.cursor()
|
|
@@ -163,15 +169,20 @@ def aio_postgresql_engine(
|
|
|
163
169
|
log_to_stdout: bool = False,
|
|
164
170
|
log_migrations_to_stdout: bool = True,
|
|
165
171
|
) -> AsyncEngine:
|
|
172
|
+
asyncpg_url, asyncpg_args = get_pg_config(url, "asyncpg")
|
|
166
173
|
engine = create_async_engine(
|
|
167
|
-
url=
|
|
174
|
+
url=asyncpg_url,
|
|
175
|
+
connect_args=asyncpg_args,
|
|
168
176
|
echo=log_to_stdout,
|
|
169
177
|
json_serializer=_dumps,
|
|
170
178
|
)
|
|
171
179
|
if not migrate:
|
|
172
180
|
return engine
|
|
181
|
+
|
|
182
|
+
psycopg_url, psycopg_args = get_pg_config(url, "psycopg")
|
|
173
183
|
sync_engine = sqlalchemy.create_engine(
|
|
174
|
-
url=
|
|
184
|
+
url=psycopg_url,
|
|
185
|
+
connect_args=psycopg_args,
|
|
175
186
|
echo=log_migrations_to_stdout,
|
|
176
187
|
json_serializer=_dumps,
|
|
177
188
|
)
|
|
@@ -181,24 +192,6 @@ def aio_postgresql_engine(
|
|
|
181
192
|
return engine
|
|
182
193
|
|
|
183
194
|
|
|
184
|
-
def _asyncpg_url_query(query: Mapping[str, Any]) -> dict[str, Any]:
|
|
185
|
-
ans = dict(query)
|
|
186
|
-
if sslmode := (ans.pop("sslmode", None) or ans.pop("ssl", None)):
|
|
187
|
-
# https://github.com/MagicStack/asyncpg/issues/737
|
|
188
|
-
ans["ssl"] = sslmode
|
|
189
|
-
return ans
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
def _psycopg_url_query(query: Mapping[str, Any]) -> dict[str, Any]:
|
|
193
|
-
ans = dict(query)
|
|
194
|
-
if sslmode := (ans.pop("sslmode", None) or ans.pop("ssl", None)):
|
|
195
|
-
ans["sslmode"] = sslmode
|
|
196
|
-
# prepared_statement_cache_size is only used by asyncpg, see:
|
|
197
|
-
# https://docs.sqlalchemy.org/en/20/dialects/postgresql.html#prepared-statement-cache
|
|
198
|
-
ans.pop("prepared_statement_cache_size", None)
|
|
199
|
-
return ans
|
|
200
|
-
|
|
201
|
-
|
|
202
195
|
def _dumps(obj: Any) -> str:
|
|
203
196
|
return json.dumps(obj, cls=_Encoder)
|
|
204
197
|
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import ssl
|
|
4
|
+
from typing import Any, Container, Final, Literal, Mapping, TypedDict, get_type_hints
|
|
5
|
+
|
|
6
|
+
from sqlalchemy import URL
|
|
7
|
+
from typing_extensions import assert_never
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def get_pg_config(
|
|
11
|
+
url: URL,
|
|
12
|
+
driver: Literal["psycopg", "asyncpg"],
|
|
13
|
+
) -> tuple[URL, dict[str, Any]]:
|
|
14
|
+
"""Convert SQLAlchemy URL to driver-specific configuration.
|
|
15
|
+
|
|
16
|
+
Args:
|
|
17
|
+
url: SQLAlchemy URL
|
|
18
|
+
driver: "psycopg" or "asyncpg"
|
|
19
|
+
|
|
20
|
+
Returns:
|
|
21
|
+
Tuple of (base_url, connect_args):
|
|
22
|
+
- base_url: URL with driver prefix and non-SSL parameters
|
|
23
|
+
- connect_args: SSL configuration for the driver
|
|
24
|
+
"""
|
|
25
|
+
# Create new URL with appropriate driver
|
|
26
|
+
query = url.query
|
|
27
|
+
ssl_args = _get_ssl_args(query)
|
|
28
|
+
|
|
29
|
+
# Create base URL without SSL parameters
|
|
30
|
+
base_url = url.set(
|
|
31
|
+
drivername=f"postgresql+{driver}",
|
|
32
|
+
query={k: v for k, v in query.items() if k not in _SSL_KEYS},
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
# Get appropriate SSL configuration based on driver
|
|
36
|
+
if driver == "psycopg":
|
|
37
|
+
connect_args = dict(ssl_args)
|
|
38
|
+
# Remove asyncpg-specific parameters from base URL
|
|
39
|
+
base_url = base_url.set(query=_remove_asyncpg_only_params(base_url.query))
|
|
40
|
+
elif driver == "asyncpg":
|
|
41
|
+
# Only create SSL context if we have SSL parameters and sslmode is not disable
|
|
42
|
+
if ssl_args and ssl_args.get("sslmode") != "disable":
|
|
43
|
+
connect_args = {"ssl": _get_ssl_context(ssl_args)}
|
|
44
|
+
else:
|
|
45
|
+
connect_args = {}
|
|
46
|
+
else:
|
|
47
|
+
assert_never(driver)
|
|
48
|
+
return base_url, connect_args
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
class _SSLArgs(TypedDict, total=False):
|
|
52
|
+
"""SSL parameters for PostgreSQL connections.
|
|
53
|
+
|
|
54
|
+
All fields are optional. Only includes parameters that can be converted to ssl.SSLContext.
|
|
55
|
+
|
|
56
|
+
Attributes:
|
|
57
|
+
sslmode: SSL mode (disable, allow, prefer, require, verify-ca, verify-full)
|
|
58
|
+
sslrootcert: Path to root CA certificate
|
|
59
|
+
sslcert: Path to client certificate
|
|
60
|
+
sslkey: Path to client private key
|
|
61
|
+
sslpassword: Password for private key
|
|
62
|
+
sslcrl: Path to CRL file
|
|
63
|
+
sslcrldir: Path to CRL directory
|
|
64
|
+
sslsni: Enable SNI (0 or 1)
|
|
65
|
+
"""
|
|
66
|
+
|
|
67
|
+
sslmode: str
|
|
68
|
+
sslrootcert: str
|
|
69
|
+
sslcert: str
|
|
70
|
+
sslkey: str
|
|
71
|
+
sslpassword: str
|
|
72
|
+
sslcrl: str
|
|
73
|
+
sslcrldir: str
|
|
74
|
+
sslsni: str
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
_SSL_KEYS: Final[Container[str]] = get_type_hints(_SSLArgs).keys()
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
def _get_ssl_args(
|
|
81
|
+
query_params: Mapping[str, str | tuple[str, ...]],
|
|
82
|
+
) -> _SSLArgs:
|
|
83
|
+
"""Extract SSL parameters from a SQLAlchemy URL query.
|
|
84
|
+
|
|
85
|
+
Args:
|
|
86
|
+
query_params: SQLAlchemy URL query parameters
|
|
87
|
+
|
|
88
|
+
Returns:
|
|
89
|
+
Dictionary of SSL parameters
|
|
90
|
+
"""
|
|
91
|
+
result: _SSLArgs = {}
|
|
92
|
+
|
|
93
|
+
def get_str(key: str) -> str | None:
|
|
94
|
+
if value := query_params.get(key):
|
|
95
|
+
if not isinstance(value, str):
|
|
96
|
+
raise ValueError(f"Invalid value type for {key}: {type(value)}")
|
|
97
|
+
return value
|
|
98
|
+
return None
|
|
99
|
+
|
|
100
|
+
if sslmode := get_str("sslmode"):
|
|
101
|
+
result["sslmode"] = sslmode
|
|
102
|
+
|
|
103
|
+
if ca_cert := get_str("sslrootcert"):
|
|
104
|
+
result["sslrootcert"] = ca_cert
|
|
105
|
+
|
|
106
|
+
if cert := get_str("sslcert"):
|
|
107
|
+
result["sslcert"] = cert
|
|
108
|
+
|
|
109
|
+
if key := get_str("sslkey"):
|
|
110
|
+
result["sslkey"] = key
|
|
111
|
+
|
|
112
|
+
if password := get_str("sslpassword"):
|
|
113
|
+
result["sslpassword"] = password
|
|
114
|
+
|
|
115
|
+
if crl := get_str("sslcrl"):
|
|
116
|
+
result["sslcrl"] = crl
|
|
117
|
+
|
|
118
|
+
if crl_dir := get_str("sslcrldir"):
|
|
119
|
+
result["sslcrldir"] = crl_dir
|
|
120
|
+
|
|
121
|
+
if sslsni := get_str("sslsni"):
|
|
122
|
+
result["sslsni"] = sslsni
|
|
123
|
+
|
|
124
|
+
return result
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
def _get_ssl_context(ssl_args: _SSLArgs) -> ssl.SSLContext:
|
|
128
|
+
"""Convert PostgreSQL SSL parameters to an SSL context.
|
|
129
|
+
|
|
130
|
+
Args:
|
|
131
|
+
ssl_args: PostgreSQL SSL parameters from _SSLArgs TypedDict
|
|
132
|
+
|
|
133
|
+
Returns:
|
|
134
|
+
Configured SSL context with:
|
|
135
|
+
- Root CA certificate for server verification (if provided)
|
|
136
|
+
- Client certificate and key for mutual TLS (if provided)
|
|
137
|
+
- SSL mode appropriate verification settings
|
|
138
|
+
- Certificate revocation list checking (if provided)
|
|
139
|
+
"""
|
|
140
|
+
# Create SSL context
|
|
141
|
+
ssl_context = ssl.create_default_context()
|
|
142
|
+
|
|
143
|
+
# Load CA certificate if provided
|
|
144
|
+
if ca_cert := ssl_args.get("sslrootcert"):
|
|
145
|
+
ssl_context.load_verify_locations(cafile=ca_cert)
|
|
146
|
+
|
|
147
|
+
# Load client certificates if provided
|
|
148
|
+
if (cert := ssl_args.get("sslcert")) and (key := ssl_args.get("sslkey")):
|
|
149
|
+
ssl_context.load_cert_chain(
|
|
150
|
+
certfile=cert,
|
|
151
|
+
keyfile=key,
|
|
152
|
+
password=ssl_args.get("sslpassword"),
|
|
153
|
+
)
|
|
154
|
+
|
|
155
|
+
# Load CRL if provided
|
|
156
|
+
if crl := ssl_args.get("sslcrl"):
|
|
157
|
+
ssl_context.load_verify_locations(cafile=crl)
|
|
158
|
+
if crl_dir := ssl_args.get("sslcrldir"):
|
|
159
|
+
ssl_context.load_verify_locations(capath=crl_dir)
|
|
160
|
+
|
|
161
|
+
# Set verification mode based on sslmode
|
|
162
|
+
sslmode = ssl_args.get("sslmode", "prefer")
|
|
163
|
+
if sslmode == "verify-full":
|
|
164
|
+
# Full verification: certificate and hostname
|
|
165
|
+
ssl_context.check_hostname = True
|
|
166
|
+
ssl_context.verify_mode = ssl.CERT_REQUIRED
|
|
167
|
+
elif sslmode == "verify-ca":
|
|
168
|
+
# Certificate verification only
|
|
169
|
+
ssl_context.check_hostname = False
|
|
170
|
+
ssl_context.verify_mode = ssl.CERT_REQUIRED
|
|
171
|
+
else: # require, prefer, allow, disable
|
|
172
|
+
# No verification, just encryption
|
|
173
|
+
ssl_context.check_hostname = False
|
|
174
|
+
ssl_context.verify_mode = ssl.CERT_NONE
|
|
175
|
+
|
|
176
|
+
return ssl_context
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
def _remove_asyncpg_only_params(
|
|
180
|
+
query: Mapping[str, str | tuple[str, ...]],
|
|
181
|
+
) -> dict[str, str | tuple[str, ...]]:
|
|
182
|
+
"""Remove asyncpg-specific parameters from a SQLAlchemy URL query.
|
|
183
|
+
|
|
184
|
+
Args:
|
|
185
|
+
query: SQLAlchemy URL query parameters
|
|
186
|
+
|
|
187
|
+
Returns:
|
|
188
|
+
Dictionary of query parameters with asyncpg-specific parameters removed
|
|
189
|
+
"""
|
|
190
|
+
return {k: v for k, v in query.items() if k not in _ASYNCPG_ONLY_KEYS}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
# Asyncpg-specific parameter keys
|
|
194
|
+
_ASYNCPG_ONLY_KEYS: Final[tuple[str, ...]] = (
|
|
195
|
+
"prepared_statement_cache_size",
|
|
196
|
+
# Add other asyncpg-specific parameters here if needed
|
|
197
|
+
)
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-x-gKFJ8C.js": {
|
|
3
|
+
"file": "assets/components-x-gKFJ8C.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-BfhM_F1u.js",
|
|
7
|
-
"_pages-
|
|
7
|
+
"_pages-BU4VdyeH.js",
|
|
8
8
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
9
9
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
10
10
|
"_vendor-three-C5WAXd5r.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-BU4VdyeH.js": {
|
|
14
|
+
"file": "assets/pages-BU4VdyeH.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-BfhM_F1u.js",
|
|
18
18
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
19
|
-
"_components-
|
|
19
|
+
"_components-x-gKFJ8C.js",
|
|
20
20
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
21
21
|
"_vendor-recharts-CrrDFWK1.js"
|
|
22
22
|
]
|
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
"name": "vendor-three"
|
|
70
70
|
},
|
|
71
71
|
"index.tsx": {
|
|
72
|
-
"file": "assets/index-
|
|
72
|
+
"file": "assets/index-B0CbpsxD.js",
|
|
73
73
|
"name": "index",
|
|
74
74
|
"src": "index.tsx",
|
|
75
75
|
"isEntry": true,
|
|
76
76
|
"imports": [
|
|
77
77
|
"_vendor-BfhM_F1u.js",
|
|
78
78
|
"_vendor-arizeai-CxXYQNUl.js",
|
|
79
|
-
"_pages-
|
|
80
|
-
"_components-
|
|
79
|
+
"_pages-BU4VdyeH.js",
|
|
80
|
+
"_components-x-gKFJ8C.js",
|
|
81
81
|
"_vendor-three-C5WAXd5r.js",
|
|
82
82
|
"_vendor-codemirror-B0NIFPOL.js",
|
|
83
83
|
"_vendor-shiki-C5bJ-RPf.js",
|