arize-phoenix 8.13.2__tar.gz → 8.14.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.13.2 → arize_phoenix-8.14.0}/PKG-INFO +11 -36
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/README.md +10 -35
- arize_phoenix-8.14.0/src/phoenix/server/static/.vite/manifest.json +87 -0
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/components-BwK8mVUO.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/components-E6p--qL4.js +553 -553
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/index-Dp1bkaPS.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/index-BZg1KoYU.js +10 -10
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/pages-CZ1DOKbD.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/pages-BsPyKRtU.js +537 -533
- arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-BT2CVKel.js +905 -0
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-arizeai-bw-hz0cw.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-arizeai-Dzsaenki.js +2 -2
- arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-codemirror-D2R3PB3i.js +33 -0
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-recharts-BMT-13Pz.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-recharts-DetvdWCF.js +2 -2
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-shiki-CevgDqNV.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-shiki-dzrzjP7E.js +1 -1
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-three-C-AGeJYv.js → arize_phoenix-8.14.0/src/phoenix/server/static/assets/vendor-three-C5WAXd5r.js +1 -1
- arize_phoenix-8.14.0/src/phoenix/version.py +1 -0
- arize_phoenix-8.13.2/src/phoenix/server/static/.vite/manifest.json +0 -87
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-CwOvppSU.js +0 -902
- arize_phoenix-8.13.2/src/phoenix/server/static/assets/vendor-codemirror-Du5cjwoZ.js +0 -24
- arize_phoenix-8.13.2/src/phoenix/version.py +0 -1
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/.gitignore +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/IP_NOTICE +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/LICENSE +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/pyproject.toml +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/auth.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/config.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/data_migration_scripts/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/data_migration_scripts/populate_project_sessions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/4ded9e43755f_create_project_sessions_table.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/bc8fea3c2bc8_add_prompt_tables.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/types/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/types/identifier.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/db/types/model_provider.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/py.typed +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/num_child_spans.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/num_spans_per_trace.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/prompt_version_sequence_number.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/session_io.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/session_num_traces.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/session_num_traces_with_error.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/session_token_usages.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/session_trace_latency_ms_quantile.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/span_by_id.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/table_fields.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/trace_by_trace_ids.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/trace_root_spans.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/experiment_run_filters.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/playground_clients.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/playground_registry.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/playground_spans.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/prompts/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/prompts/conversions/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/prompts/conversions/anthropic.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/prompts/conversions/openai.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/helpers/prompts/models.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/ChatCompletionInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/GenerativeModelInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/ProjectSessionSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PromptTemplateOptions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/PromptVersionInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/chat_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/prompt_label_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/prompt_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/prompt_version_tag_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/trace_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/models.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/prompts.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ChatCompletionSubscriptionPayload.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Identifier.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ProjectSession.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Prompt.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PromptLabel.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PromptVersion.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PromptVersionTag.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/PromptVersionTemplate.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ResponseFormat.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/SpanIOValue.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/TokenUsage.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ToolDefinition.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/assets/vendor-Cg6lcjUC.css +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/services.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/settings.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.0}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-8.13.2 → arize_phoenix-8.14.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.14.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
|
|
@@ -167,9 +167,7 @@ Phoenix is an open-source AI observability platform designed for experimentation
|
|
|
167
167
|
|
|
168
168
|
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy), 🤗[smolagents](https://docs.arize.com/phoenix/tracing/integrations-tracing/hfsmolagents)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
169
169
|
|
|
170
|
-
Phoenix runs practically anywhere, including your Jupyter notebook,
|
|
171
|
-
|
|
172
|
-
<img alt="phoenix_overview.gif" width="100%" src="https://github.com/Arize-ai/phoenix-assets/blob/main/gifs/phoenix_overview.gif?raw=true">
|
|
170
|
+
Phoenix runs practically anywhere, including your local machine, a Jupyter notebook, a containerized deployment, or in the cloud.
|
|
173
171
|
|
|
174
172
|
## Installation
|
|
175
173
|
|
|
@@ -181,41 +179,15 @@ pip install arize-phoenix
|
|
|
181
179
|
|
|
182
180
|
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
183
181
|
|
|
184
|
-
## Features
|
|
185
|
-
|
|
186
|
-
| Key Features | Availability |
|
|
187
|
-
| ---------------------------------------------------------------------------------------------------------------- | ------------ |
|
|
188
|
-
| [Tracing](https://docs.arize.com/phoenix/tracing/concepts-tracing/what-are-traces) | ✅ |
|
|
189
|
-
| [Evaluation](https://docs.arize.com/phoenix/evaluation/llm-evals) | ✅ |
|
|
190
|
-
| [Retrieval (RAG) Analysis](https://docs.arize.com/phoenix/tracing/use-cases-tracing/rag-evaluation) | ✅ |
|
|
191
|
-
| [Datasets](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) | ✅ |
|
|
192
|
-
| [Fine-Tuning Export](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-datasets/exporting-datasets) | ✅ |
|
|
193
|
-
| [Annotations](https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces) | ✅ |
|
|
194
|
-
| [Human Feedback](https://docs.arize.com/phoenix/tracing/how-to-tracing/capture-feedback) | ✅ |
|
|
195
|
-
| [Experiments](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-experiments/run-experiments) | ✅ |
|
|
196
|
-
| [Embeddings Analysis](https://docs.arize.com/phoenix/inferences/phoenix-inferences) | ✅ |
|
|
197
|
-
| [Data Export](https://docs.arize.com/phoenix/tracing/how-to-tracing/extract-data-from-spans) | ✅ |
|
|
198
|
-
| REST API | ✅ |
|
|
199
|
-
| GraphQL API | ✅ |
|
|
200
|
-
| Data Retention | Customizable |
|
|
201
|
-
| [Authentication](https://docs.arize.com/phoenix/deployment/authentication) | ✅ |
|
|
202
|
-
| [Social Login](https://docs.arize.com/phoenix/deployment/authentication#configuring-oauth2-identity-providers) | ✅ |
|
|
203
|
-
| [RBAC](https://docs.arize.com/phoenix/deployment/authentication#permissions) | ✅ |
|
|
204
|
-
| Projects | ✅ |
|
|
205
|
-
| [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
|
|
206
|
-
| Jupyter Notebooks | ✅ |
|
|
207
|
-
| [Prompt Playground](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
208
|
-
| [Sessions](https://docs.arize.com/phoenix/tracing/how-to-tracing/setup-sessions) | ✅ |
|
|
209
|
-
| [Prompt Management](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
210
|
-
|
|
211
182
|
## Tracing Integrations
|
|
212
183
|
|
|
213
|
-
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic.
|
|
184
|
+
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic. For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
214
185
|
|
|
215
|
-
**Python**
|
|
186
|
+
**Python Integrations**
|
|
216
187
|
| Integration | Package | Version Badge |
|
|
217
188
|
|------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
|
218
189
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai) | `openinference-instrumentation-openai` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
|
|
190
|
+
| [OpenAI Agents](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk) | `openinference-instrumentation-openai-agents` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai-agents) |
|
|
219
191
|
| [LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex) | `openinference-instrumentation-llama-index` | [](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
|
|
220
192
|
| [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
|
|
221
193
|
| [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |
|
|
@@ -231,15 +203,18 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
231
203
|
| [Anthropic](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) | `openinference-instrumentation-anthropic` | [](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
|
|
232
204
|
| [Smolagents](https://huggingface.co/docs/smolagents/en/tutorials/inspect_runs) | `openinference-instrumentation-smolagents` | [](https://pypi.python.org/pypi/openinference-instrumentation-smolagents) |
|
|
233
205
|
|
|
234
|
-
### JavaScript
|
|
206
|
+
### JavaScript Integrations
|
|
235
207
|
|
|
236
208
|
| Integration | Package | Version Badge |
|
|
237
209
|
| ------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
238
210
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-node-sdk) | `@arizeai/openinference-instrumentation-openai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-openai) |
|
|
239
211
|
| [LangChain.js](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain.js) | `@arizeai/openinference-instrumentation-langchain` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-langchain) |
|
|
240
212
|
| [Vercel AI SDK](https://docs.arize.com/phoenix/tracing/integrations-tracing/vercel-ai-sdk) | `@arizeai/openinference-vercel` | [](https://www.npmjs.com/package/@arizeai/openinference-vercel) |
|
|
213
|
+
| [BeeAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/beeai) | `@arizeai/openinference-instrumentation-beeai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-beeai) |
|
|
214
|
+
|
|
215
|
+
### Platforms
|
|
241
216
|
|
|
242
|
-
|
|
217
|
+
Phoenix has native integrations with [LangFlow](https://docs.arize.com/phoenix/tracing/integrations-tracing/langflow), LiteLLM Proxy, and [BeeAI](https://docs.beeai.dev/observability/agents-traceability).
|
|
243
218
|
|
|
244
219
|
## Community
|
|
245
220
|
|
|
@@ -259,7 +234,7 @@ See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
|
259
234
|
|
|
260
235
|
## Copyright, Patent, and License
|
|
261
236
|
|
|
262
|
-
Copyright
|
|
237
|
+
Copyright 2025 Arize AI, Inc. All Rights Reserved.
|
|
263
238
|
|
|
264
239
|
Portions of this code are patent protected by one or more U.S. Patents. See the [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE).
|
|
265
240
|
|
|
@@ -38,9 +38,7 @@ Phoenix is an open-source AI observability platform designed for experimentation
|
|
|
38
38
|
|
|
39
39
|
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy), 🤗[smolagents](https://docs.arize.com/phoenix/tracing/integrations-tracing/hfsmolagents)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
40
40
|
|
|
41
|
-
Phoenix runs practically anywhere, including your Jupyter notebook,
|
|
42
|
-
|
|
43
|
-
<img alt="phoenix_overview.gif" width="100%" src="https://github.com/Arize-ai/phoenix-assets/blob/main/gifs/phoenix_overview.gif?raw=true">
|
|
41
|
+
Phoenix runs practically anywhere, including your local machine, a Jupyter notebook, a containerized deployment, or in the cloud.
|
|
44
42
|
|
|
45
43
|
## Installation
|
|
46
44
|
|
|
@@ -52,41 +50,15 @@ pip install arize-phoenix
|
|
|
52
50
|
|
|
53
51
|
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
54
52
|
|
|
55
|
-
## Features
|
|
56
|
-
|
|
57
|
-
| Key Features | Availability |
|
|
58
|
-
| ---------------------------------------------------------------------------------------------------------------- | ------------ |
|
|
59
|
-
| [Tracing](https://docs.arize.com/phoenix/tracing/concepts-tracing/what-are-traces) | ✅ |
|
|
60
|
-
| [Evaluation](https://docs.arize.com/phoenix/evaluation/llm-evals) | ✅ |
|
|
61
|
-
| [Retrieval (RAG) Analysis](https://docs.arize.com/phoenix/tracing/use-cases-tracing/rag-evaluation) | ✅ |
|
|
62
|
-
| [Datasets](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) | ✅ |
|
|
63
|
-
| [Fine-Tuning Export](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-datasets/exporting-datasets) | ✅ |
|
|
64
|
-
| [Annotations](https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces) | ✅ |
|
|
65
|
-
| [Human Feedback](https://docs.arize.com/phoenix/tracing/how-to-tracing/capture-feedback) | ✅ |
|
|
66
|
-
| [Experiments](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-experiments/run-experiments) | ✅ |
|
|
67
|
-
| [Embeddings Analysis](https://docs.arize.com/phoenix/inferences/phoenix-inferences) | ✅ |
|
|
68
|
-
| [Data Export](https://docs.arize.com/phoenix/tracing/how-to-tracing/extract-data-from-spans) | ✅ |
|
|
69
|
-
| REST API | ✅ |
|
|
70
|
-
| GraphQL API | ✅ |
|
|
71
|
-
| Data Retention | Customizable |
|
|
72
|
-
| [Authentication](https://docs.arize.com/phoenix/deployment/authentication) | ✅ |
|
|
73
|
-
| [Social Login](https://docs.arize.com/phoenix/deployment/authentication#configuring-oauth2-identity-providers) | ✅ |
|
|
74
|
-
| [RBAC](https://docs.arize.com/phoenix/deployment/authentication#permissions) | ✅ |
|
|
75
|
-
| Projects | ✅ |
|
|
76
|
-
| [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
|
|
77
|
-
| Jupyter Notebooks | ✅ |
|
|
78
|
-
| [Prompt Playground](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
79
|
-
| [Sessions](https://docs.arize.com/phoenix/tracing/how-to-tracing/setup-sessions) | ✅ |
|
|
80
|
-
| [Prompt Management](https://docs.arize.com/phoenix/prompt-engineering/overview-prompts) | ✅ |
|
|
81
|
-
|
|
82
53
|
## Tracing Integrations
|
|
83
54
|
|
|
84
|
-
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic.
|
|
55
|
+
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic. For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
85
56
|
|
|
86
|
-
**Python**
|
|
57
|
+
**Python Integrations**
|
|
87
58
|
| Integration | Package | Version Badge |
|
|
88
59
|
|------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
|
89
60
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai) | `openinference-instrumentation-openai` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
|
|
61
|
+
| [OpenAI Agents](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-agents-sdk) | `openinference-instrumentation-openai-agents` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai-agents) |
|
|
90
62
|
| [LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex) | `openinference-instrumentation-llama-index` | [](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
|
|
91
63
|
| [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
|
|
92
64
|
| [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |
|
|
@@ -102,15 +74,18 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
102
74
|
| [Anthropic](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) | `openinference-instrumentation-anthropic` | [](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
|
|
103
75
|
| [Smolagents](https://huggingface.co/docs/smolagents/en/tutorials/inspect_runs) | `openinference-instrumentation-smolagents` | [](https://pypi.python.org/pypi/openinference-instrumentation-smolagents) |
|
|
104
76
|
|
|
105
|
-
### JavaScript
|
|
77
|
+
### JavaScript Integrations
|
|
106
78
|
|
|
107
79
|
| Integration | Package | Version Badge |
|
|
108
80
|
| ------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
109
81
|
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai-node-sdk) | `@arizeai/openinference-instrumentation-openai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-openai) |
|
|
110
82
|
| [LangChain.js](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain.js) | `@arizeai/openinference-instrumentation-langchain` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-langchain) |
|
|
111
83
|
| [Vercel AI SDK](https://docs.arize.com/phoenix/tracing/integrations-tracing/vercel-ai-sdk) | `@arizeai/openinference-vercel` | [](https://www.npmjs.com/package/@arizeai/openinference-vercel) |
|
|
84
|
+
| [BeeAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/beeai) | `@arizeai/openinference-instrumentation-beeai` | [](https://www.npmjs.com/package/@arizeai/openinference-instrumentation-beeai) |
|
|
85
|
+
|
|
86
|
+
### Platforms
|
|
112
87
|
|
|
113
|
-
|
|
88
|
+
Phoenix has native integrations with [LangFlow](https://docs.arize.com/phoenix/tracing/integrations-tracing/langflow), LiteLLM Proxy, and [BeeAI](https://docs.beeai.dev/observability/agents-traceability).
|
|
114
89
|
|
|
115
90
|
## Community
|
|
116
91
|
|
|
@@ -130,7 +105,7 @@ See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
|
130
105
|
|
|
131
106
|
## Copyright, Patent, and License
|
|
132
107
|
|
|
133
|
-
Copyright
|
|
108
|
+
Copyright 2025 Arize AI, Inc. All Rights Reserved.
|
|
134
109
|
|
|
135
110
|
Portions of this code are patent protected by one or more U.S. Patents. See the [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE).
|
|
136
111
|
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-E6p--qL4.js": {
|
|
3
|
+
"file": "assets/components-E6p--qL4.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-BT2CVKel.js",
|
|
7
|
+
"_pages-BsPyKRtU.js",
|
|
8
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
9
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
10
|
+
"_vendor-three-C5WAXd5r.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-BsPyKRtU.js": {
|
|
14
|
+
"file": "assets/pages-BsPyKRtU.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-BT2CVKel.js",
|
|
18
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
19
|
+
"_components-E6p--qL4.js",
|
|
20
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
21
|
+
"_vendor-recharts-DetvdWCF.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-BT2CVKel.js": {
|
|
25
|
+
"file": "assets/vendor-BT2CVKel.js",
|
|
26
|
+
"name": "vendor",
|
|
27
|
+
"imports": [
|
|
28
|
+
"_vendor-three-C5WAXd5r.js"
|
|
29
|
+
],
|
|
30
|
+
"css": [
|
|
31
|
+
"assets/vendor-Cg6lcjUC.css"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"_vendor-Cg6lcjUC.css": {
|
|
35
|
+
"file": "assets/vendor-Cg6lcjUC.css",
|
|
36
|
+
"src": "_vendor-Cg6lcjUC.css"
|
|
37
|
+
},
|
|
38
|
+
"_vendor-arizeai-Dzsaenki.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-Dzsaenki.js",
|
|
40
|
+
"name": "vendor-arizeai",
|
|
41
|
+
"imports": [
|
|
42
|
+
"_vendor-BT2CVKel.js"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-D2R3PB3i.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-D2R3PB3i.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-BT2CVKel.js",
|
|
50
|
+
"_vendor-shiki-dzrzjP7E.js"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"_vendor-recharts-DetvdWCF.js": {
|
|
54
|
+
"file": "assets/vendor-recharts-DetvdWCF.js",
|
|
55
|
+
"name": "vendor-recharts",
|
|
56
|
+
"imports": [
|
|
57
|
+
"_vendor-BT2CVKel.js"
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
"_vendor-shiki-dzrzjP7E.js": {
|
|
61
|
+
"file": "assets/vendor-shiki-dzrzjP7E.js",
|
|
62
|
+
"name": "vendor-shiki",
|
|
63
|
+
"imports": [
|
|
64
|
+
"_vendor-BT2CVKel.js"
|
|
65
|
+
]
|
|
66
|
+
},
|
|
67
|
+
"_vendor-three-C5WAXd5r.js": {
|
|
68
|
+
"file": "assets/vendor-three-C5WAXd5r.js",
|
|
69
|
+
"name": "vendor-three"
|
|
70
|
+
},
|
|
71
|
+
"index.tsx": {
|
|
72
|
+
"file": "assets/index-BZg1KoYU.js",
|
|
73
|
+
"name": "index",
|
|
74
|
+
"src": "index.tsx",
|
|
75
|
+
"isEntry": true,
|
|
76
|
+
"imports": [
|
|
77
|
+
"_vendor-BT2CVKel.js",
|
|
78
|
+
"_vendor-arizeai-Dzsaenki.js",
|
|
79
|
+
"_pages-BsPyKRtU.js",
|
|
80
|
+
"_components-E6p--qL4.js",
|
|
81
|
+
"_vendor-three-C5WAXd5r.js",
|
|
82
|
+
"_vendor-codemirror-D2R3PB3i.js",
|
|
83
|
+
"_vendor-shiki-dzrzjP7E.js",
|
|
84
|
+
"_vendor-recharts-DetvdWCF.js"
|
|
85
|
+
]
|
|
86
|
+
}
|
|
87
|
+
}
|