arize-phoenix 5.1.6__tar.gz → 5.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/PKG-INFO +8 -1
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/pyproject.toml +12 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/app.py +9 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/main.py +29 -26
- arize_phoenix-5.2.1/src/phoenix/server/static/.vite/manifest.json +78 -0
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/components-4ANbS7sG.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/components-BqfGSfjl.js +1 -1
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/index-CwRlD2_T.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/index-CCZJh73q.js +1 -1
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/pages-IkQNKgib.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/pages-CCfzLmwR.js +237 -237
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/vendor-CQYk2bLC.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-WKqfwbiB.js +1 -1
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/vendor-arizeai-DgvoPlCK.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-arizeai-BCDjSYK3.js +1 -1
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/vendor-codemirror-DcWFlULW.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-codemirror-B_z6EOTv.js +1 -1
- arize_phoenix-5.1.6/src/phoenix/server/static/assets/vendor-recharts-BaQGdoah.js → arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-recharts-CJm3CJf0.js +1 -1
- arize_phoenix-5.2.1/src/phoenix/version.py +1 -0
- arize_phoenix-5.1.6/src/phoenix/server/static/.vite/manifest.json +0 -78
- arize_phoenix-5.1.6/src/phoenix/version.py +0 -1
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/.gitignore +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/IP_NOTICE +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/LICENSE +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/README.md +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/auth.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/config.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/py.typed +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/trace_row_ids.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/pydantic_compat.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/assets/vendor-DxkFTwjz.css +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/assets/vendor-three-DwGkEfCM.js +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/services.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/settings.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-5.1.6 → arize_phoenix-5.2.1}/src/phoenix/utilities/span_store.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 5.1
|
|
3
|
+
Version: 5.2.1
|
|
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
|
|
@@ -55,6 +55,8 @@ Requires-Dist: umap-learn
|
|
|
55
55
|
Requires-Dist: uvicorn
|
|
56
56
|
Requires-Dist: wrapt
|
|
57
57
|
Provides-Extra: container
|
|
58
|
+
Requires-Dist: fast-hdbscan>=0.2.0; extra == 'container'
|
|
59
|
+
Requires-Dist: numba>=0.60.0; extra == 'container'
|
|
58
60
|
Requires-Dist: opentelemetry-exporter-otlp; extra == 'container'
|
|
59
61
|
Requires-Dist: opentelemetry-instrumentation-fastapi; extra == 'container'
|
|
60
62
|
Requires-Dist: opentelemetry-instrumentation-grpc; extra == 'container'
|
|
@@ -65,6 +67,7 @@ Requires-Dist: opentelemetry-semantic-conventions; extra == 'container'
|
|
|
65
67
|
Requires-Dist: prometheus-client; extra == 'container'
|
|
66
68
|
Requires-Dist: py-grpc-prometheus; extra == 'container'
|
|
67
69
|
Requires-Dist: strawberry-graphql[opentelemetry]==0.243.1; extra == 'container'
|
|
70
|
+
Requires-Dist: umap-learn; extra == 'container'
|
|
68
71
|
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'container'
|
|
69
72
|
Provides-Extra: dev
|
|
70
73
|
Requires-Dist: anthropic; extra == 'dev'
|
|
@@ -101,6 +104,10 @@ Requires-Dist: tox==4.18.1; extra == 'dev'
|
|
|
101
104
|
Requires-Dist: types-tabulate; extra == 'dev'
|
|
102
105
|
Requires-Dist: uv==0.4.8; extra == 'dev'
|
|
103
106
|
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'dev'
|
|
107
|
+
Provides-Extra: embeddings
|
|
108
|
+
Requires-Dist: fast-hdbscan>=0.2.0; extra == 'embeddings'
|
|
109
|
+
Requires-Dist: numba>=0.60.0; extra == 'embeddings'
|
|
110
|
+
Requires-Dist: umap-learn; extra == 'embeddings'
|
|
104
111
|
Provides-Extra: evals
|
|
105
112
|
Provides-Extra: experimental
|
|
106
113
|
Provides-Extra: llama-index
|
|
@@ -62,6 +62,10 @@ dependencies = [
|
|
|
62
62
|
]
|
|
63
63
|
dynamic = ["version"]
|
|
64
64
|
|
|
65
|
+
[project.scripts]
|
|
66
|
+
arize-phoenix = "phoenix.server.main:main"
|
|
67
|
+
phoenix = "phoenix.server.main:main"
|
|
68
|
+
|
|
65
69
|
[project.optional-dependencies]
|
|
66
70
|
dev = [
|
|
67
71
|
"gcsfs",
|
|
@@ -99,6 +103,11 @@ dev = [
|
|
|
99
103
|
"uvloop; platform_system != 'Windows'",
|
|
100
104
|
"grpc-interceptor[testing]",
|
|
101
105
|
]
|
|
106
|
+
embeddings = [
|
|
107
|
+
"fast-hdbscan>=0.2.0",
|
|
108
|
+
"numba>=0.60.0", # https://github.com/astral-sh/uv/issues/6281
|
|
109
|
+
"umap-learn",
|
|
110
|
+
]
|
|
102
111
|
evals = []
|
|
103
112
|
experimental = []
|
|
104
113
|
llama-index = [
|
|
@@ -124,6 +133,9 @@ container = [
|
|
|
124
133
|
"py-grpc-prometheus",
|
|
125
134
|
"strawberry-graphql[opentelemetry]==0.243.1", # need to pin version because we're monkey-patching
|
|
126
135
|
"uvloop; platform_system != 'Windows'",
|
|
136
|
+
"fast-hdbscan>=0.2.0",
|
|
137
|
+
"numba>=0.60.0", # https://github.com/astral-sh/uv/issues/6281
|
|
138
|
+
"umap-learn",
|
|
127
139
|
]
|
|
128
140
|
test = [
|
|
129
141
|
]
|
|
@@ -632,6 +632,15 @@ def create_app(
|
|
|
632
632
|
oauth2_client_configs: Optional[List[OAuth2ClientConfig]] = None,
|
|
633
633
|
bulk_inserter_factory: Optional[Callable[..., BulkInserter]] = None,
|
|
634
634
|
) -> FastAPI:
|
|
635
|
+
if model.embedding_dimensions:
|
|
636
|
+
try:
|
|
637
|
+
import fast_hdbscan # noqa: F401
|
|
638
|
+
import umap # noqa: F401
|
|
639
|
+
except ImportError as exc:
|
|
640
|
+
raise ImportError(
|
|
641
|
+
"To visualize embeddings, please install `umap-learn` and `fast-hdbscan` "
|
|
642
|
+
"via `pip install arize-phoenix[embeddings]`"
|
|
643
|
+
) from exc
|
|
635
644
|
logger.info(f"Server umap params: {umap_params}")
|
|
636
645
|
bulk_inserter_factory = bulk_inserter_factory or BulkInserter
|
|
637
646
|
startup_callbacks_list: List[_Callback] = list(startup_callbacks)
|
|
@@ -2,7 +2,7 @@ import atexit
|
|
|
2
2
|
import codecs
|
|
3
3
|
import os
|
|
4
4
|
import sys
|
|
5
|
-
from argparse import ArgumentParser
|
|
5
|
+
from argparse import SUPPRESS, ArgumentParser
|
|
6
6
|
from importlib.metadata import version
|
|
7
7
|
from pathlib import Path
|
|
8
8
|
from threading import Thread
|
|
@@ -130,6 +130,9 @@ DEFAULT_UMAP_PARAMS_STR = f"{DEFAULT_MIN_DIST},{DEFAULT_N_NEIGHBORS},{DEFAULT_N_
|
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
def main() -> None:
|
|
133
|
+
initialize_settings()
|
|
134
|
+
setup_logging()
|
|
135
|
+
|
|
133
136
|
primary_inferences_name: str
|
|
134
137
|
reference_inferences_name: Optional[str]
|
|
135
138
|
trace_dataset_name: Optional[str] = None
|
|
@@ -138,23 +141,29 @@ def main() -> None:
|
|
|
138
141
|
reference_inferences: Optional[Inferences] = None
|
|
139
142
|
corpus_inferences: Optional[Inferences] = None
|
|
140
143
|
|
|
141
|
-
# automatically remove the pid file when the process is being gracefully terminated
|
|
142
144
|
atexit.register(_remove_pid_file)
|
|
143
145
|
|
|
144
|
-
parser = ArgumentParser()
|
|
145
|
-
parser.add_argument(
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
parser.add_argument("--
|
|
152
|
-
parser.add_argument("--
|
|
153
|
-
|
|
154
|
-
parser.add_argument("--
|
|
155
|
-
parser.add_argument("--
|
|
156
|
-
|
|
157
|
-
|
|
146
|
+
parser = ArgumentParser(usage="phoenix serve", add_help=False)
|
|
147
|
+
parser.add_argument(
|
|
148
|
+
"-h",
|
|
149
|
+
"--help",
|
|
150
|
+
action="help",
|
|
151
|
+
help=SUPPRESS,
|
|
152
|
+
)
|
|
153
|
+
parser.add_argument("--database-url", required=False, help=SUPPRESS)
|
|
154
|
+
parser.add_argument("--export_path", help=SUPPRESS)
|
|
155
|
+
parser.add_argument("--host", type=str, required=False, help=SUPPRESS)
|
|
156
|
+
parser.add_argument("--port", type=int, required=False, help=SUPPRESS)
|
|
157
|
+
parser.add_argument("--read-only", action="store_true", required=False, help=SUPPRESS)
|
|
158
|
+
parser.add_argument("--no-internet", action="store_true", help=SUPPRESS)
|
|
159
|
+
parser.add_argument(
|
|
160
|
+
"--umap_params", type=str, required=False, default=DEFAULT_UMAP_PARAMS_STR, help=SUPPRESS
|
|
161
|
+
)
|
|
162
|
+
parser.add_argument("--debug", action="store_true", help=SUPPRESS)
|
|
163
|
+
parser.add_argument("--dev", action="store_true", help=SUPPRESS)
|
|
164
|
+
parser.add_argument("--no-ui", action="store_true", help=SUPPRESS)
|
|
165
|
+
|
|
166
|
+
subparsers = parser.add_subparsers(dest="command", required=True, help=SUPPRESS)
|
|
158
167
|
|
|
159
168
|
serve_parser = subparsers.add_parser("serve")
|
|
160
169
|
serve_parser.add_argument(
|
|
@@ -186,7 +195,7 @@ def main() -> None:
|
|
|
186
195
|
)
|
|
187
196
|
serve_parser.add_argument(
|
|
188
197
|
"--force-fixture-ingestion",
|
|
189
|
-
action="store_true",
|
|
198
|
+
action="store_true",
|
|
190
199
|
required=False,
|
|
191
200
|
help=(
|
|
192
201
|
"Whether or not to check the database age before adding the fixtures. "
|
|
@@ -196,7 +205,7 @@ def main() -> None:
|
|
|
196
205
|
)
|
|
197
206
|
serve_parser.add_argument(
|
|
198
207
|
"--scaffold-datasets",
|
|
199
|
-
action="store_true",
|
|
208
|
+
action="store_true",
|
|
200
209
|
required=False,
|
|
201
210
|
help=(
|
|
202
211
|
"Whether or not to add any datasets defined in "
|
|
@@ -213,15 +222,13 @@ def main() -> None:
|
|
|
213
222
|
|
|
214
223
|
fixture_parser = subparsers.add_parser("fixture")
|
|
215
224
|
fixture_parser.add_argument("fixture", type=str, choices=[fixture.name for fixture in FIXTURES])
|
|
216
|
-
fixture_parser.add_argument("--primary-only", action="store_true")
|
|
225
|
+
fixture_parser.add_argument("--primary-only", action="store_true")
|
|
217
226
|
|
|
218
227
|
trace_fixture_parser = subparsers.add_parser("trace-fixture")
|
|
219
228
|
trace_fixture_parser.add_argument(
|
|
220
229
|
"fixture", type=str, choices=[fixture.name for fixture in TRACES_FIXTURES]
|
|
221
230
|
)
|
|
222
|
-
trace_fixture_parser.add_argument(
|
|
223
|
-
"--simulate-streaming", action="store_true"
|
|
224
|
-
) # Default is False
|
|
231
|
+
trace_fixture_parser.add_argument("--simulate-streaming", action="store_true")
|
|
225
232
|
|
|
226
233
|
demo_parser = subparsers.add_parser("demo")
|
|
227
234
|
demo_parser.add_argument("fixture", type=str, choices=[fixture.name for fixture in FIXTURES])
|
|
@@ -272,7 +279,6 @@ def main() -> None:
|
|
|
272
279
|
)
|
|
273
280
|
trace_dataset_name = args.trace_fixture
|
|
274
281
|
elif args.command == "serve":
|
|
275
|
-
# We use sets to avoid duplicates
|
|
276
282
|
if args.with_fixture:
|
|
277
283
|
primary_inferences, reference_inferences, corpus_inferences = get_inferences(
|
|
278
284
|
str(args.with_fixture),
|
|
@@ -293,7 +299,6 @@ def main() -> None:
|
|
|
293
299
|
scaffold_datasets = args.scaffold_datasets
|
|
294
300
|
host: Optional[str] = args.host or get_env_host()
|
|
295
301
|
if host == "::":
|
|
296
|
-
# TODO(dustin): why is this necessary? it's not type compliant
|
|
297
302
|
host = None
|
|
298
303
|
|
|
299
304
|
port = args.port or get_env_port()
|
|
@@ -416,6 +421,4 @@ def initialize_settings() -> None:
|
|
|
416
421
|
|
|
417
422
|
|
|
418
423
|
if __name__ == "__main__":
|
|
419
|
-
initialize_settings()
|
|
420
|
-
setup_logging()
|
|
421
424
|
main()
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-BqfGSfjl.js": {
|
|
3
|
+
"file": "assets/components-BqfGSfjl.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-WKqfwbiB.js",
|
|
7
|
+
"_vendor-arizeai-BCDjSYK3.js",
|
|
8
|
+
"_pages-CCfzLmwR.js",
|
|
9
|
+
"_vendor-three-DwGkEfCM.js",
|
|
10
|
+
"_vendor-codemirror-B_z6EOTv.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-CCfzLmwR.js": {
|
|
14
|
+
"file": "assets/pages-CCfzLmwR.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-WKqfwbiB.js",
|
|
18
|
+
"_vendor-arizeai-BCDjSYK3.js",
|
|
19
|
+
"_components-BqfGSfjl.js",
|
|
20
|
+
"_vendor-recharts-CJm3CJf0.js",
|
|
21
|
+
"_vendor-codemirror-B_z6EOTv.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-!~{003}~.js": {
|
|
25
|
+
"file": "assets/vendor-DxkFTwjz.css",
|
|
26
|
+
"src": "_vendor-!~{003}~.js"
|
|
27
|
+
},
|
|
28
|
+
"_vendor-WKqfwbiB.js": {
|
|
29
|
+
"file": "assets/vendor-WKqfwbiB.js",
|
|
30
|
+
"name": "vendor",
|
|
31
|
+
"imports": [
|
|
32
|
+
"_vendor-three-DwGkEfCM.js"
|
|
33
|
+
],
|
|
34
|
+
"css": [
|
|
35
|
+
"assets/vendor-DxkFTwjz.css"
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-BCDjSYK3.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-BCDjSYK3.js",
|
|
40
|
+
"name": "vendor-arizeai",
|
|
41
|
+
"imports": [
|
|
42
|
+
"_vendor-WKqfwbiB.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-B_z6EOTv.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-B_z6EOTv.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-WKqfwbiB.js"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"_vendor-recharts-CJm3CJf0.js": {
|
|
53
|
+
"file": "assets/vendor-recharts-CJm3CJf0.js",
|
|
54
|
+
"name": "vendor-recharts",
|
|
55
|
+
"imports": [
|
|
56
|
+
"_vendor-WKqfwbiB.js"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
"_vendor-three-DwGkEfCM.js": {
|
|
60
|
+
"file": "assets/vendor-three-DwGkEfCM.js",
|
|
61
|
+
"name": "vendor-three"
|
|
62
|
+
},
|
|
63
|
+
"index.tsx": {
|
|
64
|
+
"file": "assets/index-CCZJh73q.js",
|
|
65
|
+
"name": "index",
|
|
66
|
+
"src": "index.tsx",
|
|
67
|
+
"isEntry": true,
|
|
68
|
+
"imports": [
|
|
69
|
+
"_vendor-WKqfwbiB.js",
|
|
70
|
+
"_vendor-arizeai-BCDjSYK3.js",
|
|
71
|
+
"_pages-CCfzLmwR.js",
|
|
72
|
+
"_components-BqfGSfjl.js",
|
|
73
|
+
"_vendor-three-DwGkEfCM.js",
|
|
74
|
+
"_vendor-recharts-CJm3CJf0.js",
|
|
75
|
+
"_vendor-codemirror-B_z6EOTv.js"
|
|
76
|
+
]
|
|
77
|
+
}
|
|
78
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as Be,p as at,d as $e,r as g,j as e,R as W,n as U1,a as Pe,C as Oe,b as X,s as it,e as rt,f as de,g as _e,h as Xe,i as ze,k as ue,l as r1,m as lt,o as le,q as ot,t as st,u as l1,v as o,w as m,L as Q1,x as ct,N as dt,y as ut,z as mt,$ as N,A as Ze,B as pt,D as ht,E as gt,F as ft,G as w1,H as ce,I as he,J as Lt,K as j1,S as Ct,M as yt,Q as x1,O as vt,P as bt,T as kt,U as Je,V as q1,W as wt,X as xt,Y as St,Z as Mt,_ as Tt,a0 as It,a1 as Et,a2 as Dt,a3 as Vt,a4 as Te,a5 as P,a6 as W1,a7 as Ft,a8 as Pt,a9 as _t,aa as At,ab as Nt,ac as zt,ad as Rt}from"./vendor-
|
|
1
|
+
import{c as Be,p as at,d as $e,r as g,j as e,R as W,n as U1,a as Pe,C as Oe,b as X,s as it,e as rt,f as de,g as _e,h as Xe,i as ze,k as ue,l as r1,m as lt,o as le,q as ot,t as st,u as l1,v as o,w as m,L as Q1,x as ct,N as dt,y as ut,z as mt,$ as N,A as Ze,B as pt,D as ht,E as gt,F as ft,G as w1,H as ce,I as he,J as Lt,K as j1,S as Ct,M as yt,Q as x1,O as vt,P as bt,T as kt,U as Je,V as q1,W as wt,X as xt,Y as St,Z as Mt,_ as Tt,a0 as It,a1 as Et,a2 as Dt,a3 as Vt,a4 as Te,a5 as P,a6 as W1,a7 as Ft,a8 as Pt,a9 as _t,aa as At,ab as Nt,ac as zt,ad as Rt}from"./vendor-WKqfwbiB.js";import{u as Ot,A as Kt,I,a as x,_ as X1,b as v,c as D,d as b,e as K,f as q,T as B,g as Ht,h as Y,i as Ie,j as V,F as J1,k as z,l as Bt,m as $t,P as Zt,R as U,n as Ee,o as Gt,p as Ut,L as c1,q as ee,r as ne,s as De,t as Y1,v as en,E as nn,w as Qt,x as jt,y as qt,z as Wt,B as tn,C as d1,D as Xt,G as Jt,H as S1,J as Yt}from"./vendor-arizeai-BCDjSYK3.js";import{u as ea}from"./pages-CCfzLmwR.js";import{V as na}from"./vendor-three-DwGkEfCM.js";import{j as an,E as rn,l as ln,a as on,R as Ge,n as Ue,p as ta,b as aa}from"./vendor-codemirror-B_z6EOTv.js";const ia=n=>{const t=a=>({markdownDisplayMode:"text",setMarkdownDisplayMode:i=>{a({markdownDisplayMode:i})},traceStreamingEnabled:!0,setTraceStreamingEnabled:i=>{a({traceStreamingEnabled:i})},lastNTimeRangeKey:"7d",setLastNTimeRangeKey:i=>{a({lastNTimeRangeKey:i})},projectsAutoRefreshEnabled:!0,setProjectAutoRefreshEnabled:i=>{a({projectsAutoRefreshEnabled:i})},showSpanAside:!0,setShowSpanAside:i=>{a({showSpanAside:i})},showMetricsInTraceTree:!0,setShowMetricsInTraceTree:i=>{a({showMetricsInTraceTree:i})},...n});return Be()(at($e(t),{name:"arize-phoenix-preferences"}))},sn=g.createContext(null);function ol({children:n,...t}){const[a]=g.useState(()=>ia(t));return e(sn.Provider,{value:a,children:n})}function se(n,t){const a=W.useContext(sn);if(!a)throw new Error("Missing PreferencesContext.Provider in the tree");return U1(a,n,t)}var Q=(n=>(n.primary="primary",n.reference="reference",n.corpus="corpus",n))(Q||{});function R(n){throw new Error("Unreachable")}function u1(n){return typeof n=="number"||n===null}function ra(n){return typeof n=="string"||n===null}function sl(n){return Array.isArray(n)?n.every(t=>typeof t=="string"):!1}function la(n){return typeof n=="object"&&n!==null}const m1=g.createContext(null);function Qe(){const n=W.useContext(m1);if(n===null)throw new Error("useInferences must be used within a InferencesProvider");return n}function cl(n){return e(m1.Provider,{value:{primaryInferences:n.primaryInferences,referenceInferences:n.referenceInferences,corpusInferences:n.corpusInferences,getInferencesNameByRole:t=>{var a,i;switch(t){case Q.primary:return n.primaryInferences.name;case Q.reference:return((a=n.referenceInferences)==null?void 0:a.name)??"reference";case Q.corpus:return((i=n.corpusInferences)==null?void 0:i.name)??"corpus";default:R()}}},children:n.children})}const cn=function(){var n={defaultValue:null,kind:"LocalArgument",name:"clusters"},t={defaultValue:null,kind:"LocalArgument",name:"dataQualityMetricColumnName"},a={defaultValue:null,kind:"LocalArgument",name:"fetchDataQualityMetric"},i={defaultValue:null,kind:"LocalArgument",name:"fetchPerformanceMetric"},r={defaultValue:null,kind:"LocalArgument",name:"performanceMetric"},l=[{alias:null,args:null,kind:"ScalarField",name:"primaryValue",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"referenceValue",storageKey:null}],s=[{alias:null,args:[{kind:"Variable",name:"clusters",variableName:"clusters"}],concreteType:"Cluster",kind:"LinkedField",name:"clusters",plural:!0,selections:[{alias:null,args:null,kind:"ScalarField",name:"id",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"eventIds",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"driftRatio",storageKey:null},{alias:null,args:null,kind:"ScalarField",name:"primaryToCorpusRatio",storageKey:null},{condition:"fetchDataQualityMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"columnName",variableName:"dataQualityMetricColumnName"},{kind:"Literal",name:"metric",value:"mean"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"dataQualityMetric",plural:!1,selections:l,storageKey:null}]},{condition:"fetchPerformanceMetric",kind:"Condition",passingValue:!0,selections:[{alias:null,args:[{fields:[{kind:"Variable",name:"metric",variableName:"performanceMetric"}],kind:"ObjectValue",name:"metric"}],concreteType:"DatasetValues",kind:"LinkedField",name:"performanceMetric",plural:!1,selections:l,storageKey:null}]}],storageKey:null}];return{fragment:{argumentDefinitions:[n,t,a,i,r],kind:"Fragment",metadata:null,name:"pointCloudStore_clusterMetricsQuery",selections:s,type:"Query",abstractKey:null},kind:"Request",operation:{argumentDefinitions:[n,a,t,i,r],kind:"Operation",name:"pointCloudStore_clusterMetricsQuery",selections:s},params:{cacheID:"86666967012812887ac0a0149d2d2535",id:null,metadata:{},name:"pointCloudStore_clusterMetricsQuery",operationKind:"query",text:`query pointCloudStore_clusterMetricsQuery(
|
|
2
2
|
$clusters: [ClusterInput!]!
|
|
3
3
|
$fetchDataQualityMetric: Boolean!
|
|
4
4
|
$dataQualityMetricColumnName: String
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{j as e,w as h,aR as b,d6 as x,d7 as f,v as n,d8 as r,d9 as y,da as P,r as v,b as w,db as R}from"./vendor-
|
|
1
|
+
import{j as e,w as h,aR as b,d6 as x,d7 as f,v as n,d8 as r,d9 as y,da as P,r as v,b as w,db as R}from"./vendor-WKqfwbiB.js";import{v as L,a4 as z}from"./vendor-arizeai-BCDjSYK3.js";import{E,L as k,R as $,r as j,a as S,F as A,A as I,b as F,c as T,P as C,h as O,M as D,d,D as B,e as M,f as N,g as q,i as G,j as W,T as K,p as H,k as c,l as J,m as Q,n as p,o as U,q as m,s as g,t as V,v as X,w as Y,x as Z,y as _,z as ee,B as re,S as ae,C as oe,G as te}from"./pages-CCfzLmwR.js";import{bo as ne,i as se,R as le,bp as ie,bq as de}from"./components-BqfGSfjl.js";import"./vendor-three-DwGkEfCM.js";import"./vendor-recharts-CJm3CJf0.js";import"./vendor-codemirror-B_z6EOTv.js";(function(){const s=document.createElement("link").relList;if(s&&s.supports&&s.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))i(o);new MutationObserver(o=>{for(const t of o)if(t.type==="childList")for(const l of t.addedNodes)l.tagName==="LINK"&&l.rel==="modulepreload"&&i(l)}).observe(document,{childList:!0,subtree:!0});function u(o){const t={};return o.integrity&&(t.integrity=o.integrity),o.referrerPolicy&&(t.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?t.credentials="include":o.crossOrigin==="anonymous"?t.credentials="omit":t.credentials="same-origin",t}function i(o){if(o.ep)return;o.ep=!0;const t=u(o);fetch(o.href,t)}})();function ce(){return e(b,{styles:a=>h`
|
|
2
2
|
body {
|
|
3
3
|
background-color: var(--ac-global-color-grey-75);
|
|
4
4
|
color: var(--ac-global-text-color-900);
|