arize-phoenix 5.2.1__tar.gz → 5.2.2__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.2.1 → arize_phoenix-5.2.2}/PKG-INFO +3 -3
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/pyproject.toml +5 -5
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/config.py +24 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/app.py +33 -0
- arize_phoenix-5.2.2/src/phoenix/server/static/.vite/manifest.json +78 -0
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/components-BqfGSfjl.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/components-CPkaHQZs.js +1 -1
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/index-CCZJh73q.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/index-D4G-kYL9.js +1 -1
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/pages-CCfzLmwR.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/pages-B3HCyYqg.js +1 -1
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-arizeai-BCDjSYK3.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/vendor-arizeai-D0FocbYu.js +1 -1
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-WKqfwbiB.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/vendor-c0HJYYGN.js +58 -58
- arize_phoenix-5.2.2/src/phoenix/server/static/assets/vendor-codemirror-BbCMI-_D.js +30 -0
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-recharts-CJm3CJf0.js → arize_phoenix-5.2.2/src/phoenix/server/static/assets/vendor-recharts-JMOLUxWG.js +1 -1
- arize_phoenix-5.2.2/src/phoenix/version.py +1 -0
- arize_phoenix-5.2.1/src/phoenix/server/static/.vite/manifest.json +0 -78
- arize_phoenix-5.2.1/src/phoenix/server/static/assets/vendor-codemirror-B_z6EOTv.js +0 -27
- arize_phoenix-5.2.1/src/phoenix/version.py +0 -1
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/.gitignore +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/IP_NOTICE +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/LICENSE +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/README.md +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/auth.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/py.typed +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/trace_row_ids.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/pydantic_compat.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/assets/vendor-DxkFTwjz.css +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/assets/vendor-three-DwGkEfCM.js +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/services.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/settings.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-5.2.1 → arize_phoenix-5.2.2}/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.2.
|
|
3
|
+
Version: 5.2.2
|
|
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
|
|
@@ -38,7 +38,7 @@ Requires-Dist: opentelemetry-proto>=1.12.0
|
|
|
38
38
|
Requires-Dist: opentelemetry-sdk
|
|
39
39
|
Requires-Dist: opentelemetry-semantic-conventions
|
|
40
40
|
Requires-Dist: pandas>=1.0
|
|
41
|
-
Requires-Dist: protobuf<6.0,>=3.20
|
|
41
|
+
Requires-Dist: protobuf<6.0,>=3.20.2
|
|
42
42
|
Requires-Dist: psutil
|
|
43
43
|
Requires-Dist: pyarrow
|
|
44
44
|
Requires-Dist: pydantic!=2.0.*,<3,>=1.0
|
|
@@ -96,7 +96,7 @@ Requires-Dist: pytest-cov; extra == 'dev'
|
|
|
96
96
|
Requires-Dist: pytest-postgresql; extra == 'dev'
|
|
97
97
|
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
98
98
|
Requires-Dist: pytest==8.3.3; extra == 'dev'
|
|
99
|
-
Requires-Dist: ruff==0.6.
|
|
99
|
+
Requires-Dist: ruff==0.6.9; extra == 'dev'
|
|
100
100
|
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.243.1; extra == 'dev'
|
|
101
101
|
Requires-Dist: tabulate; extra == 'dev'
|
|
102
102
|
Requires-Dist: tox-uv==1.11.3; extra == 'dev'
|
|
@@ -36,7 +36,7 @@ dependencies = [
|
|
|
36
36
|
"typing-extensions>=4.6",
|
|
37
37
|
"scipy",
|
|
38
38
|
"wrapt",
|
|
39
|
-
"protobuf>=3.20, <6.0",
|
|
39
|
+
"protobuf>=3.20.2, <6.0",
|
|
40
40
|
"grpcio",
|
|
41
41
|
"grpc-interceptor",
|
|
42
42
|
"tqdm",
|
|
@@ -75,7 +75,7 @@ dev = [
|
|
|
75
75
|
"uv==0.4.8",
|
|
76
76
|
"jupyter",
|
|
77
77
|
"nbqa",
|
|
78
|
-
"ruff==0.6.
|
|
78
|
+
"ruff==0.6.9",
|
|
79
79
|
"mypy==1.11.2",
|
|
80
80
|
"pandas>=1.0",
|
|
81
81
|
"tabulate", # used by DataFrame.to_markdown()
|
|
@@ -195,7 +195,7 @@ dependencies = [
|
|
|
195
195
|
"litellm>=1.0.3",
|
|
196
196
|
"openai>=1.0.0",
|
|
197
197
|
"tenacity",
|
|
198
|
-
"protobuf==3.20", # version minimum (for tests)
|
|
198
|
+
"protobuf==3.20.2", # version minimum (for tests)
|
|
199
199
|
"grpc-interceptor[testing]",
|
|
200
200
|
"responses",
|
|
201
201
|
"tiktoken",
|
|
@@ -244,7 +244,7 @@ python = ["3.9", "3.12"]
|
|
|
244
244
|
[tool.hatch.envs.style]
|
|
245
245
|
detached = true
|
|
246
246
|
dependencies = [
|
|
247
|
-
"ruff==0.6.
|
|
247
|
+
"ruff==0.6.9",
|
|
248
248
|
]
|
|
249
249
|
|
|
250
250
|
[[tool.hatch.envs.style.matrix]]
|
|
@@ -443,7 +443,7 @@ exclude = [
|
|
|
443
443
|
"docs/",
|
|
444
444
|
]
|
|
445
445
|
line-length = 100
|
|
446
|
-
target-version = "
|
|
446
|
+
target-version = "py39"
|
|
447
447
|
|
|
448
448
|
[tool.ruff.lint.per-file-ignores]
|
|
449
449
|
"*.ipynb" = ["E402", "E501"]
|
|
@@ -107,6 +107,14 @@ ENV_PHOENIX_PASSWORD_RESET_TOKEN_EXPIRY_MINUTES = "PHOENIX_PASSWORD_RESET_TOKEN_
|
|
|
107
107
|
"""
|
|
108
108
|
The duration, in minutes, before password reset tokens expire.
|
|
109
109
|
"""
|
|
110
|
+
ENV_PHOENIX_CSRF_TRUSTED_ORIGINS = "PHOENIX_CSRF_TRUSTED_ORIGINS"
|
|
111
|
+
"""
|
|
112
|
+
A comma-separated list of origins allowed to bypass Cross-Site Request Forgery (CSRF)
|
|
113
|
+
protection. This setting is recommended when configuring OAuth2 clients or sending
|
|
114
|
+
password reset emails. If this variable is left unspecified or contains no origins, CSRF
|
|
115
|
+
protection will not be enabled. In such cases, when a request includes `origin` or `referer`
|
|
116
|
+
headers, those values will not be validated.
|
|
117
|
+
"""
|
|
110
118
|
|
|
111
119
|
# SMTP settings
|
|
112
120
|
ENV_PHOENIX_SMTP_HOSTNAME = "PHOENIX_SMTP_HOSTNAME"
|
|
@@ -321,6 +329,22 @@ def get_env_refresh_token_expiry() -> timedelta:
|
|
|
321
329
|
return timedelta(minutes=minutes)
|
|
322
330
|
|
|
323
331
|
|
|
332
|
+
def get_env_csrf_trusted_origins() -> List[str]:
|
|
333
|
+
origins: List[str] = []
|
|
334
|
+
if not (csrf_trusted_origins := os.getenv(ENV_PHOENIX_CSRF_TRUSTED_ORIGINS)):
|
|
335
|
+
return origins
|
|
336
|
+
for origin in csrf_trusted_origins.split(","):
|
|
337
|
+
if not origin:
|
|
338
|
+
continue
|
|
339
|
+
if not urlparse(origin).hostname:
|
|
340
|
+
raise ValueError(
|
|
341
|
+
f"The environment variable `{ENV_PHOENIX_CSRF_TRUSTED_ORIGINS}` contains a url "
|
|
342
|
+
f"with missing hostname. Please ensure that each url has a valid hostname."
|
|
343
|
+
)
|
|
344
|
+
origins.append(origin)
|
|
345
|
+
return sorted(set(origins))
|
|
346
|
+
|
|
347
|
+
|
|
324
348
|
def get_env_smtp_username() -> str:
|
|
325
349
|
return os.getenv(ENV_PHOENIX_SMTP_USERNAME) or ""
|
|
326
350
|
|
|
@@ -27,6 +27,7 @@ from typing import (
|
|
|
27
27
|
Union,
|
|
28
28
|
cast,
|
|
29
29
|
)
|
|
30
|
+
from urllib.parse import urlparse
|
|
30
31
|
|
|
31
32
|
import strawberry
|
|
32
33
|
from fastapi import APIRouter, Depends, FastAPI
|
|
@@ -42,6 +43,7 @@ from starlette.middleware.base import BaseHTTPMiddleware, RequestResponseEndpoin
|
|
|
42
43
|
from starlette.requests import Request
|
|
43
44
|
from starlette.responses import PlainTextResponse, Response
|
|
44
45
|
from starlette.staticfiles import StaticFiles
|
|
46
|
+
from starlette.status import HTTP_401_UNAUTHORIZED
|
|
45
47
|
from starlette.templating import Jinja2Templates
|
|
46
48
|
from starlette.types import Scope, StatefulLifespan
|
|
47
49
|
from strawberry.extensions import SchemaExtension
|
|
@@ -53,8 +55,10 @@ import phoenix
|
|
|
53
55
|
import phoenix.trace.v1 as pb
|
|
54
56
|
from phoenix.config import (
|
|
55
57
|
DEFAULT_PROJECT_NAME,
|
|
58
|
+
ENV_PHOENIX_CSRF_TRUSTED_ORIGINS,
|
|
56
59
|
SERVER_DIR,
|
|
57
60
|
OAuth2ClientConfig,
|
|
61
|
+
get_env_csrf_trusted_origins,
|
|
58
62
|
get_env_host,
|
|
59
63
|
get_env_port,
|
|
60
64
|
server_instrumentation_is_enabled,
|
|
@@ -226,6 +230,25 @@ class Static(StaticFiles):
|
|
|
226
230
|
return response
|
|
227
231
|
|
|
228
232
|
|
|
233
|
+
class RequestOriginHostnameValidator(BaseHTTPMiddleware):
|
|
234
|
+
def __init__(self, trusted_hostnames: List[str], *args: Any, **kwargs: Any) -> None:
|
|
235
|
+
super().__init__(*args, **kwargs)
|
|
236
|
+
self._trusted_hostnames = trusted_hostnames
|
|
237
|
+
|
|
238
|
+
async def dispatch(
|
|
239
|
+
self,
|
|
240
|
+
request: Request,
|
|
241
|
+
call_next: RequestResponseEndpoint,
|
|
242
|
+
) -> Response:
|
|
243
|
+
headers = request.headers
|
|
244
|
+
for key in "origin", "referer":
|
|
245
|
+
if not (url := headers.get(key)):
|
|
246
|
+
continue
|
|
247
|
+
if urlparse(url).hostname not in self._trusted_hostnames:
|
|
248
|
+
return Response(f"untrusted {key}", status_code=HTTP_401_UNAUTHORIZED)
|
|
249
|
+
return await call_next(request)
|
|
250
|
+
|
|
251
|
+
|
|
229
252
|
class HeadersMiddleware(BaseHTTPMiddleware):
|
|
230
253
|
async def dispatch(
|
|
231
254
|
self,
|
|
@@ -660,6 +683,16 @@ def create_app(
|
|
|
660
683
|
)
|
|
661
684
|
last_updated_at = LastUpdatedAt()
|
|
662
685
|
middlewares: List[Middleware] = [Middleware(HeadersMiddleware)]
|
|
686
|
+
if origins := get_env_csrf_trusted_origins():
|
|
687
|
+
trusted_hostnames = [h for o in origins if o and (h := urlparse(o).hostname)]
|
|
688
|
+
middlewares.append(Middleware(RequestOriginHostnameValidator, trusted_hostnames))
|
|
689
|
+
elif email_sender or oauth2_client_configs:
|
|
690
|
+
logger.warning(
|
|
691
|
+
"CSRF protection can be enabled by listing trusted origins via "
|
|
692
|
+
f"the `{ENV_PHOENIX_CSRF_TRUSTED_ORIGINS}` environment variable. "
|
|
693
|
+
"This is recommended when setting up OAuth2 clients or sending "
|
|
694
|
+
"password reset emails."
|
|
695
|
+
)
|
|
663
696
|
if authentication_enabled and secret:
|
|
664
697
|
token_store = JwtStore(db, secret)
|
|
665
698
|
middlewares.append(
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_components-CPkaHQZs.js": {
|
|
3
|
+
"file": "assets/components-CPkaHQZs.js",
|
|
4
|
+
"name": "components",
|
|
5
|
+
"imports": [
|
|
6
|
+
"_vendor-c0HJYYGN.js",
|
|
7
|
+
"_vendor-arizeai-D0FocbYu.js",
|
|
8
|
+
"_pages-B3HCyYqg.js",
|
|
9
|
+
"_vendor-three-DwGkEfCM.js",
|
|
10
|
+
"_vendor-codemirror-BbCMI-_D.js"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"_pages-B3HCyYqg.js": {
|
|
14
|
+
"file": "assets/pages-B3HCyYqg.js",
|
|
15
|
+
"name": "pages",
|
|
16
|
+
"imports": [
|
|
17
|
+
"_vendor-c0HJYYGN.js",
|
|
18
|
+
"_vendor-arizeai-D0FocbYu.js",
|
|
19
|
+
"_components-CPkaHQZs.js",
|
|
20
|
+
"_vendor-recharts-JMOLUxWG.js",
|
|
21
|
+
"_vendor-codemirror-BbCMI-_D.js"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
"_vendor-!~{003}~.js": {
|
|
25
|
+
"file": "assets/vendor-DxkFTwjz.css",
|
|
26
|
+
"src": "_vendor-!~{003}~.js"
|
|
27
|
+
},
|
|
28
|
+
"_vendor-arizeai-D0FocbYu.js": {
|
|
29
|
+
"file": "assets/vendor-arizeai-D0FocbYu.js",
|
|
30
|
+
"name": "vendor-arizeai",
|
|
31
|
+
"imports": [
|
|
32
|
+
"_vendor-c0HJYYGN.js"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"_vendor-c0HJYYGN.js": {
|
|
36
|
+
"file": "assets/vendor-c0HJYYGN.js",
|
|
37
|
+
"name": "vendor",
|
|
38
|
+
"imports": [
|
|
39
|
+
"_vendor-three-DwGkEfCM.js"
|
|
40
|
+
],
|
|
41
|
+
"css": [
|
|
42
|
+
"assets/vendor-DxkFTwjz.css"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
"_vendor-codemirror-BbCMI-_D.js": {
|
|
46
|
+
"file": "assets/vendor-codemirror-BbCMI-_D.js",
|
|
47
|
+
"name": "vendor-codemirror",
|
|
48
|
+
"imports": [
|
|
49
|
+
"_vendor-c0HJYYGN.js"
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
"_vendor-recharts-JMOLUxWG.js": {
|
|
53
|
+
"file": "assets/vendor-recharts-JMOLUxWG.js",
|
|
54
|
+
"name": "vendor-recharts",
|
|
55
|
+
"imports": [
|
|
56
|
+
"_vendor-c0HJYYGN.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-D4G-kYL9.js",
|
|
65
|
+
"name": "index",
|
|
66
|
+
"src": "index.tsx",
|
|
67
|
+
"isEntry": true,
|
|
68
|
+
"imports": [
|
|
69
|
+
"_vendor-c0HJYYGN.js",
|
|
70
|
+
"_vendor-arizeai-D0FocbYu.js",
|
|
71
|
+
"_pages-B3HCyYqg.js",
|
|
72
|
+
"_components-CPkaHQZs.js",
|
|
73
|
+
"_vendor-three-DwGkEfCM.js",
|
|
74
|
+
"_vendor-recharts-JMOLUxWG.js",
|
|
75
|
+
"_vendor-codemirror-BbCMI-_D.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-c0HJYYGN.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-D0FocbYu.js";import{u as ea}from"./pages-B3HCyYqg.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-BbCMI-_D.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,
|
|
1
|
+
import{j as e,w as h,aR as b,d7 as x,d8 as f,v as n,d9 as r,da as y,db as P,r as v,b as w,dc as R}from"./vendor-c0HJYYGN.js";import{v as L,a4 as z}from"./vendor-arizeai-D0FocbYu.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-B3HCyYqg.js";import{bo as ne,i as se,R as le,bp as ie,bq as de}from"./components-CPkaHQZs.js";import"./vendor-three-DwGkEfCM.js";import"./vendor-recharts-JMOLUxWG.js";import"./vendor-codemirror-BbCMI-_D.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);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as m,j as e,ae as os,v as s,H as j,R as Ce,w as C,af as Te,y as ee,b as T,ag as xn,ah as Ye,$ as W,ai as ta,B as ge,D as pe,G as H,F as wn,o as Kl,aj as Ge,ak as re,al as We,am as ds,I as Va,an as An,ao as ue,ap as xe,a4 as Fe,a5 as q,a6 as cs,aq as sn,ar as us,as as Sa,at as va,au as Ca,av as zn,aw as oa,n as za,a as ms,ax as gs,ay as ps,aa as ys,ab as fs,az as hs,c as ks,d as bs,aA as Ss,x as vs}from"./vendor-
|
|
1
|
+
import{r as m,j as e,ae as os,v as s,H as j,R as Ce,w as C,af as Te,y as ee,b as T,ag as xn,ah as Ye,$ as W,ai as ta,B as ge,D as pe,G as H,F as wn,o as Kl,aj as Ge,ak as re,al as We,am as ds,I as Va,an as An,ao as ue,ap as xe,a4 as Fe,a5 as q,a6 as cs,aq as sn,ar as us,as as Sa,at as va,au as Ca,av as zn,aw as oa,n as za,a as ms,ax as gs,ay as ps,aa as ys,ab as fs,az as hs,c as ks,d as bs,aA as Ss,x as vs}from"./vendor-c0HJYYGN.js";import{C as U,d as F,K as Jn,D as G,c as h,I as R,a as L,J as $a,G as Se,H as B,M as un,N as he,O as Cs,m as Qa,Q as Zn,P as hn,S as Oe,i as xl,j as te,q as Pn,r as _n,v as oe,b as K,o as Dl,U as Ne,L as Bn,V as Tl,e as M,t as Y,W as Il,X as Ll,Y as Fs,Z as Ks,h as In,w as Xn,T as Le,k as Z,B as da,s as ve,$ as z,a0 as wl,E as ca,f as Hn,a1 as Oa,a2 as xs,z as ua,u as Ds,a3 as Ts,R as nl,n as Is}from"./vendor-arizeai-D0FocbYu.js";import{N as Ls,T as ws,L as me,u as de,B as As,a as on,D as Ps,G as _s,b as Es,c as Rs,S as Ms,R as Ke,d as Pe,e as je,f as ja,P as Al,g as Pl,M as al,h as ll,i as Yn,j as Ns,k as Vs,l as Q,m as _l,n as De,o as ma,p as En,q as El,r as Rn,s as Mn,t as Rl,v as qe,w as Ve,C as ce,x as ga,y as en,z as qa,A as Ue,E as Ml,F as zs,H as $s,I as Qs,J as Os,K as js,O as qs,Q as ze,U as se,V as Us,W as Bs,X as Nl,Y as Hs,Z as Gs,_ as tl,$ as Ws,a0 as Js,a1 as Zs,a2 as Xs,a3 as Ys,a4 as eo,a5 as Vl,a6 as kn,a7 as no,a8 as ao,a9 as lo,aa as to,ab as io,ac as pn,ad as Ua,ae as zl,af as Dn,ag as _a,ah as Fn,ai as _e,aj as ro,ak as so,al as ie,am as $l,an as pa,ao as we,ap as Ba,aq as bn,ar as ne,as as Be,at as oo,au as Ha,av as Re,aw as Me,ax as yn,ay as Ga,az as Ql,aA as co,aB as Ol,aC as Ie,aD as $e,aE as ea,aF as uo,aG as na,aH as ya,aI as jl,aJ as ql,aK as mo,aL as Ul,aM as Bl,aN as Hl,aO as Nn,aP as Je,aQ as He,aR as ke,aS as go,aT as il,aU as Gl,aV as po,aW as yo,aX as fo,aY as ho,aZ as ko,a_ as Tn,a$ as cn,b0 as Ea,b1 as Sn,b2 as Wl,b3 as bo,b4 as mn,b5 as So,b6 as fa,b7 as vo,b8 as Wa,b9 as Co,ba as Ja,bb as Jl,bc as Zl,bd as Fo,be as Ra,bf as Xl,bg as Ko,bh as xo,bi as ia,bj as Do,bk as Yl,bl as et,bm as To,bn as Io}from"./components-CPkaHQZs.js";import{R as nn,C as aa,X as an,Y as Ae,a as ln,T as tn,B as Ln,A as Gn,b as nt,c as Za,L as at,d as Lo,P as wo,e as Ao,f as Po}from"./vendor-recharts-JMOLUxWG.js";import{p as Xa,R as ha,n as ka,j as _o,E as Eo,k as Ro,c as Mo}from"./vendor-codemirror-BbCMI-_D.js";const lt="arize-phoenix-feature-flags",Fa={playground:!1};function No(){const n=localStorage.getItem(lt);if(!n)return Fa;try{const a=JSON.parse(n);return Object.assign({},Fa,a)}catch{return Fa}}const tt=m.createContext(null);function it(){const n=Ce.useContext(tt);if(n===null)throw new Error("useFeatureFlags must be used within a FeatureFlagsProvider");return n}function Vo(n){const{featureFlags:a}=it();return a[n]}function Vg(n){const[a,l]=m.useState(No()),t=i=>{localStorage.setItem(lt,JSON.stringify(i)),l(i)};return e(tt.Provider,{value:{featureFlags:a,setFeatureFlags:t},children:e(zo,{children:n.children})})}function zo(n){const{children:a}=n,{featureFlags:l,setFeatureFlags:t}=it(),[i,r]=m.useState(!1);return os("ctrl+shift+f",()=>r(!0)),s(j,{children:[a,e(G,{type:"modal",isDismissable:!0,onDismiss:()=>r(!1),children:i&&e(U,{title:"Feature Flags",children:e(F,{height:"size-1000",padding:"size-100",children:Object.keys(l).map(o=>e(Jn,{isSelected:l[o],onChange:u=>t({...l,[o]:u}),children:o},o))})})})]})}const rt=m.createContext(null);function $o(){const n=m.useContext(rt);if(n===null)throw new Error("useFunctionality must be used within a FunctionalityProvider");return n}function zg(n){return e(rt.Provider,{value:{authenticationEnabled:window.Config.authenticationEnabled},children:n.children})}const Qo=C`
|
|
2
2
|
display: flex;
|
|
3
3
|
direction: row;
|
|
4
4
|
height: 100vh;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{w as x,T as ce,ad as se,r as C,aB as Re,aC as a,aD as F1,aE as ka,aF as N1,aG as Wa,R as O,a6 as H,aH as ba,aI as va,aJ as _1,aK as Oe,aL as La,aM as na,aN as Y,aO as Ua,aP as D1,aQ as He,aR as E1,aS as Ve,aT as Ie,aU as Fe,aV as Sa,aW as T1,aX as $1,aY as Q1,aZ as Ga,a_ as W1,a$ as U1,b0 as G1,b1 as Z1,b2 as Y1,b3 as K1,b4 as ha,b5 as j1,b6 as X1,b7 as Za,b8 as q1,b9 as J1,ba as ar,bb as er,bc as Ne,bd as rr,be as or,bf as lr,bg as tr,bh as Aa,bi as ir,bj as nr,bk as cr,bl as _e,bm as sr,bn as dr,bo as gr,bp as br,bq as ur,br as vr,bs as hr,bt as de,bu as pr,bv as mr,bw as fr,bx as Cr,by as Ya,bz as wr,bA as De,bB as yr,bC as ge,bD as xr,bE as Ar,bF as zr,bG as kr,bH as Lr,bI as Sr,bJ as Br,bK as Mr}from"./vendor-
|
|
1
|
+
import{w as x,T as ce,ad as se,r as C,aB as Re,aC as a,aD as F1,aE as ka,aF as N1,aG as Wa,R as O,a6 as H,aH as ba,aI as va,aJ as _1,aK as Oe,aL as La,aM as na,aN as Y,aO as Ua,aP as D1,aQ as He,aR as E1,aS as Ve,aT as Ie,aU as Fe,aV as Sa,aW as T1,aX as $1,aY as Q1,aZ as Ga,a_ as W1,a$ as U1,b0 as G1,b1 as Z1,b2 as Y1,b3 as K1,b4 as ha,b5 as j1,b6 as X1,b7 as Za,b8 as q1,b9 as J1,ba as ar,bb as er,bc as Ne,bd as rr,be as or,bf as lr,bg as tr,bh as Aa,bi as ir,bj as nr,bk as cr,bl as _e,bm as sr,bn as dr,bo as gr,bp as br,bq as ur,br as vr,bs as hr,bt as de,bu as pr,bv as mr,bw as fr,bx as Cr,by as Ya,bz as wr,bA as De,bB as yr,bC as ge,bD as xr,bE as Ar,bF as zr,bG as kr,bH as Lr,bI as Sr,bJ as Br,bK as Mr}from"./vendor-c0HJYYGN.js";function Ea(){Ea=function(){return r};var e,r={},o=Object.prototype,l=o.hasOwnProperty,t=Object.defineProperty||function(m,p,w){m[p]=w.value},i=typeof Symbol=="function"?Symbol:{},s=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",d=i.toStringTag||"@@toStringTag";function n(m,p,w){return Object.defineProperty(m,p,{value:w,enumerable:!0,configurable:!0,writable:!0}),m[p]}try{n({},"")}catch{n=function(p,w,R){return p[w]=R}}function g(m,p,w,R){var S=p&&p.prototype instanceof B?p:B,I=Object.create(S.prototype),N=new Z(R||[]);return t(I,"_invoke",{value:Q(m,w,N)}),I}function b(m,p,w){try{return{type:"normal",arg:m.call(p,w)}}catch(R){return{type:"throw",arg:R}}}r.wrap=g;var u="suspendedStart",f="suspendedYield",h="executing",y="completed",A={};function B(){}function L(){}function k(){}var M={};n(M,s,function(){return this});var V=Object.getPrototypeOf,P=V&&V(V(G([])));P&&P!==o&&l.call(P,s)&&(M=P);var F=k.prototype=B.prototype=Object.create(M);function $(m){["next","throw","return"].forEach(function(p){n(m,p,function(w){return this._invoke(p,w)})})}function E(m,p){function w(S,I,N,W){var U=b(m[S],m,I);if(U.type!=="throw"){var ea=U.arg,ca=ea.value;return ca&&typeof ca=="object"&&l.call(ca,"__await")?p.resolve(ca.__await).then(function(la){w("next",la,N,W)},function(la){w("throw",la,N,W)}):p.resolve(ca).then(function(la){ea.value=la,N(ea)},function(la){return w("throw",la,N,W)})}W(U.arg)}var R;t(this,"_invoke",{value:function(S,I){function N(){return new p(function(W,U){w(S,I,W,U)})}return R=R?R.then(N,N):N()}})}function Q(m,p,w){var R=u;return function(S,I){if(R===h)throw Error("Generator is already running");if(R===y){if(S==="throw")throw I;return{value:e,done:!0}}for(w.method=S,w.arg=I;;){var N=w.delegate;if(N){var W=T(N,w);if(W){if(W===A)continue;return W}}if(w.method==="next")w.sent=w._sent=w.arg;else if(w.method==="throw"){if(R===u)throw R=y,w.arg;w.dispatchException(w.arg)}else w.method==="return"&&w.abrupt("return",w.arg);R=h;var U=b(m,p,w);if(U.type==="normal"){if(R=w.done?y:f,U.arg===A)continue;return{value:U.arg,done:w.done}}U.type==="throw"&&(R=y,w.method="throw",w.arg=U.arg)}}}function T(m,p){var w=p.method,R=m.iterator[w];if(R===e)return p.delegate=null,w==="throw"&&m.iterator.return&&(p.method="return",p.arg=e,T(m,p),p.method==="throw")||w!=="return"&&(p.method="throw",p.arg=new TypeError("The iterator does not provide a '"+w+"' method")),A;var S=b(R,m.iterator,p.arg);if(S.type==="throw")return p.method="throw",p.arg=S.arg,p.delegate=null,A;var I=S.arg;return I?I.done?(p[m.resultName]=I.value,p.next=m.nextLoc,p.method!=="return"&&(p.method="next",p.arg=e),p.delegate=null,A):I:(p.method="throw",p.arg=new TypeError("iterator result is not an object"),p.delegate=null,A)}function X(m){var p={tryLoc:m[0]};1 in m&&(p.catchLoc=m[1]),2 in m&&(p.finallyLoc=m[2],p.afterLoc=m[3]),this.tryEntries.push(p)}function K(m){var p=m.completion||{};p.type="normal",delete p.arg,m.completion=p}function Z(m){this.tryEntries=[{tryLoc:"root"}],m.forEach(X,this),this.reset(!0)}function G(m){if(m||m===""){var p=m[s];if(p)return p.call(m);if(typeof m.next=="function")return m;if(!isNaN(m.length)){var w=-1,R=function S(){for(;++w<m.length;)if(l.call(m,w))return S.value=m[w],S.done=!1,S;return S.value=e,S.done=!0,S};return R.next=R}}throw new TypeError(typeof m+" is not iterable")}return L.prototype=k,t(F,"constructor",{value:k,configurable:!0}),t(k,"constructor",{value:L,configurable:!0}),L.displayName=n(k,d,"GeneratorFunction"),r.isGeneratorFunction=function(m){var p=typeof m=="function"&&m.constructor;return!!p&&(p===L||(p.displayName||p.name)==="GeneratorFunction")},r.mark=function(m){return Object.setPrototypeOf?Object.setPrototypeOf(m,k):(m.__proto__=k,n(m,d,"GeneratorFunction")),m.prototype=Object.create(F),m},r.awrap=function(m){return{__await:m}},$(E.prototype),n(E.prototype,c,function(){return this}),r.AsyncIterator=E,r.async=function(m,p,w,R,S){S===void 0&&(S=Promise);var I=new E(g(m,p,w,R),S);return r.isGeneratorFunction(p)?I:I.next().then(function(N){return N.done?N.value:I.next()})},$(F),n(F,d,"Generator"),n(F,s,function(){return this}),n(F,"toString",function(){return"[object Generator]"}),r.keys=function(m){var p=Object(m),w=[];for(var R in p)w.push(R);return w.reverse(),function S(){for(;w.length;){var I=w.pop();if(I in p)return S.value=I,S.done=!1,S}return S.done=!0,S}},r.values=G,Z.prototype={constructor:Z,reset:function(m){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(K),!m)for(var p in this)p.charAt(0)==="t"&&l.call(this,p)&&!isNaN(+p.slice(1))&&(this[p]=e)},stop:function(){this.done=!0;var m=this.tryEntries[0].completion;if(m.type==="throw")throw m.arg;return this.rval},dispatchException:function(m){if(this.done)throw m;var p=this;function w(U,ea){return I.type="throw",I.arg=m,p.next=U,ea&&(p.method="next",p.arg=e),!!ea}for(var R=this.tryEntries.length-1;R>=0;--R){var S=this.tryEntries[R],I=S.completion;if(S.tryLoc==="root")return w("end");if(S.tryLoc<=this.prev){var N=l.call(S,"catchLoc"),W=l.call(S,"finallyLoc");if(N&&W){if(this.prev<S.catchLoc)return w(S.catchLoc,!0);if(this.prev<S.finallyLoc)return w(S.finallyLoc)}else if(N){if(this.prev<S.catchLoc)return w(S.catchLoc,!0)}else{if(!W)throw Error("try statement without catch or finally");if(this.prev<S.finallyLoc)return w(S.finallyLoc)}}}},abrupt:function(m,p){for(var w=this.tryEntries.length-1;w>=0;--w){var R=this.tryEntries[w];if(R.tryLoc<=this.prev&&l.call(R,"finallyLoc")&&this.prev<R.finallyLoc){var S=R;break}}S&&(m==="break"||m==="continue")&&S.tryLoc<=p&&p<=S.finallyLoc&&(S=null);var I=S?S.completion:{};return I.type=m,I.arg=p,S?(this.method="next",this.next=S.finallyLoc,A):this.complete(I)},complete:function(m,p){if(m.type==="throw")throw m.arg;return m.type==="break"||m.type==="continue"?this.next=m.arg:m.type==="return"?(this.rval=this.arg=m.arg,this.method="return",this.next="end"):m.type==="normal"&&p&&(this.next=p),A},finish:function(m){for(var p=this.tryEntries.length-1;p>=0;--p){var w=this.tryEntries[p];if(w.finallyLoc===m)return this.complete(w.completion,w.afterLoc),K(w),A}},catch:function(m){for(var p=this.tryEntries.length-1;p>=0;--p){var w=this.tryEntries[p];if(w.tryLoc===m){var R=w.completion;if(R.type==="throw"){var S=R.arg;K(w)}return S}}throw Error("illegal catch attempt")},delegateYield:function(m,p,w){return this.delegate={iterator:G(m),resultName:p,nextLoc:w},this.method==="next"&&(this.arg=e),A}},r}function v(){return v=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var o=arguments[r];for(var l in o)Object.prototype.hasOwnProperty.call(o,l)&&(e[l]=o[l])}return e},v.apply(this,arguments)}function Pr(e,r){e.prototype=Object.create(r.prototype),e.prototype.constructor=e,Ta(e,r)}function Ta(e,r){return Ta=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(l,t){return l.__proto__=t,l},Ta(e,r)}function Rr(e){if(e==null)throw new TypeError("Cannot destructure "+e)}function D(e,r){if(e==null)return{};var o={};for(var l in e)if(Object.prototype.hasOwnProperty.call(e,l)){if(r.indexOf(l)>=0)continue;o[l]=e[l]}return o}function ua(e,r){return r||(r=e.slice(0)),e.raw=r,e}function Or(e,r){if(e){if(typeof e=="string")return be(e,r);var o=Object.prototype.toString.call(e).slice(8,-1);if(o==="Object"&&e.constructor&&(o=e.constructor.name),o==="Map"||o==="Set")return Array.from(e);if(o==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o))return be(e,r)}}function be(e,r){(r==null||r>e.length)&&(r=e.length);for(var o=0,l=new Array(r);o<r;o++)l[o]=e[o];return l}function Ee(e,r){var o=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(o)return(o=o.call(e)).next.bind(o);if(Array.isArray(e)||(o=Or(e))||r){o&&(e=o);var l=0;return function(){return l>=e.length?{done:!0}:{done:!1,value:e[l++]}}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
2
2
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Hr={name:"9rndb8",styles:":root{--ac-global-dimension-scale-factor:1;--ac-global-dimension-size-0:0px;--ac-global-dimension-size-10:1px;--ac-global-dimension-size-25:2px;--ac-global-dimension-size-30:2px;--ac-global-dimension-size-40:3px;--ac-global-dimension-size-50:4px;--ac-global-dimension-size-65:5px;--ac-global-dimension-size-75:6px;--ac-global-dimension-size-85:7px;--ac-global-dimension-size-100:8px;--ac-global-dimension-size-115:9px;--ac-global-dimension-size-125:10px;--ac-global-dimension-size-130:11px;--ac-global-dimension-size-150:12px;--ac-global-dimension-size-160:13px;--ac-global-dimension-size-175:14px;--ac-global-dimension-size-185:15px;--ac-global-dimension-size-200:16px;--ac-global-dimension-size-225:18px;--ac-global-dimension-size-250:20px;--ac-global-dimension-size-275:22px;--ac-global-dimension-size-300:24px;--ac-global-dimension-size-325:26px;--ac-global-dimension-size-350:28px;--ac-global-dimension-size-400:32px;--ac-global-dimension-size-450:36px;--ac-global-dimension-size-500:40px;--ac-global-dimension-size-550:44px;--ac-global-dimension-size-600:48px;--ac-global-dimension-size-650:52px;--ac-global-dimension-size-675:54px;--ac-global-dimension-size-700:56px;--ac-global-dimension-size-750:60px;--ac-global-dimension-size-800:64px;--ac-global-dimension-size-900:72px;--ac-global-dimension-size-1000:80px;--ac-global-dimension-size-1125:90px;--ac-global-dimension-size-1200:96px;--ac-global-dimension-size-1250:100px;--ac-global-dimension-size-1600:128px;--ac-global-dimension-size-1700:136px;--ac-global-dimension-size-1800:144px;--ac-global-dimension-size-2000:160px;--ac-global-dimension-size-2400:192px;--ac-global-dimension-size-2500:200px;--ac-global-dimension-size-3000:240px;--ac-global-dimension-size-3400:272px;--ac-global-dimension-size-3600:288px;--ac-global-dimension-size-4600:368px;--ac-global-dimension-size-5000:400px;--ac-global-dimension-size-6000:480px;}"},Vr={name:"1vqwjre",styles:":root{--ac-global-static-color-white-900:rgba(255, 255, 255, 0.9);--ac-global-static-color-white-700:rgba(255, 255, 255, 0.7);--ac-global-static-color-white-300:rgba(255, 255, 255, 0.3);--ac-global-static-color-black-900:rgba(0, 0, 0, 0.9);--ac-global-static-color-black-700:rgba(0, 0, 0, 0.7);--ac-global-static-color-black-300:rgba(0, 0, 0, 0.3);}"},Ir={name:"15o57dn",styles:":root{--ac-global-dimension-static-size-0:0px;--ac-global-dimension-static-size-10:1px;--ac-global-dimension-static-size-25:2px;--ac-global-dimension-static-size-50:4px;--ac-global-dimension-static-size-40:3px;--ac-global-dimension-static-size-65:5px;--ac-global-dimension-static-size-100:8px;--ac-global-dimension-static-size-115:9px;--ac-global-dimension-static-size-125:10px;--ac-global-dimension-static-size-130:11px;--ac-global-dimension-static-size-150:12px;--ac-global-dimension-static-size-160:13px;--ac-global-dimension-static-size-175:14px;--ac-global-dimension-static-size-200:16px;--ac-global-dimension-static-size-225:18px;--ac-global-dimension-static-size-250:20px;--ac-global-dimension-static-size-300:24px;--ac-global-dimension-static-size-400:32px;--ac-global-dimension-static-size-450:36px;--ac-global-dimension-static-size-500:40px;--ac-global-dimension-static-size-550:44px;--ac-global-dimension-static-size-600:48px;--ac-global-dimension-static-size-700:56px;--ac-global-dimension-static-size-800:64px;--ac-global-dimension-static-size-900:72px;--ac-global-dimension-static-size-1000:80px;--ac-global-dimension-static-size-1200:96px;--ac-global-dimension-static-size-1700:136px;--ac-global-dimension-static-size-2400:192px;--ac-global-dimension-static-size-2600:208px;--ac-global-dimension-static-size-3400:272px;--ac-global-dimension-static-size-3600:288px;--ac-global-dimension-static-size-4600:368px;--ac-global-dimension-static-size-5000:400px;--ac-global-dimension-static-size-6000:480px;--ac-global-dimension-static-font-size-50:11px;--ac-global-dimension-static-font-size-75:12px;--ac-global-dimension-static-font-size-100:14px;--ac-global-dimension-static-font-size-150:15px;--ac-global-dimension-static-font-size-200:16px;--ac-global-dimension-static-font-size-300:18px;--ac-global-dimension-static-font-size-400:20px;--ac-global-dimension-static-font-size-500:22px;--ac-global-dimension-static-font-size-600:25px;--ac-global-dimension-static-font-size-700:28px;--ac-global-dimension-static-font-size-800:32px;--ac-global-dimension-static-font-size-900:36px;--ac-global-dimension-static-font-size-1000:40px;--ac-global-dimension-static-percent-50:50%;--ac-global-dimension-static-percent-100:100%;--ac-global-dimension-static-breakpoint-xsmall:304px;--ac-global-dimension-static-breakpoint-small:768px;--ac-global-dimension-static-breakpoint-medium:1280px;--ac-global-dimension-static-breakpoint-large:1768px;--ac-global-dimension-static-breakpoint-xlarge:2160px;--ac-global-dimension-static-grid-columns:12;--ac-global-dimension-static-grid-fluid-width:100%;--ac-global-dimension-static-grid-fixed-max-width:1280px;--ac-global-dimension-font-size-25:10px;--ac-global-dimension-font-size-50:11px;--ac-global-dimension-font-size-75:12px;--ac-global-dimension-font-size-100:14px;--ac-global-dimension-font-size-150:15px;--ac-global-dimension-font-size-200:16px;--ac-global-dimension-font-size-300:18px;--ac-global-dimension-font-size-400:20px;--ac-global-dimension-font-size-500:22px;--ac-global-dimension-font-size-600:25px;--ac-global-dimension-font-size-700:28px;--ac-global-dimension-font-size-800:32px;--ac-global-dimension-font-size-900:36px;--ac-global-dimension-font-size-1000:40px;--ac-global-dimension-font-size-1100:45px;--ac-global-dimension-font-size-1200:50px;--ac-global-dimension-font-size-1300:60px;}"},Fr={name:"xwbvnd",styles:`:root,.ac-theme--dark{--ac-global-color-primary:rgb(114, 217, 255);--ac-global-color-primary-900:rgba(114, 217, 255, 0.9);--ac-global-color-primary-700:rgba(114, 217, 255, 0.7);--ac-global-color-primary-500:rgba(114, 217, 255, 0.5);--ac-global-color-primary-300:rgba(114, 217, 255, 0.3);--ac-global-color-gray-900:#181b1f;--ac-global-color-gray-800:#1d2126;--ac-global-color-gray-700:#23282e;--ac-global-color-gray-600:#282e35;--ac-global-color-gray-500:#2f353d;--ac-global-color-gray-400:#3d434a;--ac-global-color-gray-300:#4a5057;--ac-global-color-gray-200:#585d64;--ac-global-color-gray-100:#666b71;--ac-global-color-grey-50-rgb:0,0,0;--ac-global-color-grey-50:rgb(var(--ac-global-color-grey-50-rgb));--ac-global-color-grey-75-rgb:14,14,14;--ac-global-color-grey-75:rgb(var(--ac-global-color-grey-75-rgb));--ac-global-color-grey-100-rgb:29,29,29;--ac-global-color-grey-100:rgb(var(--ac-global-color-grey-100-rgb));--ac-global-color-grey-200-rgb:48,48,48;--ac-global-color-grey-200:rgb(var(--ac-global-color-grey-200-rgb));--ac-global-color-grey-300-rgb:75,75,75;--ac-global-color-grey-300:rgb(var(--ac-global-color-grey-300-rgb));--ac-global-color-grey-400-rgb:106,106,106;--ac-global-color-grey-400:rgb(var(--ac-global-color-grey-400-rgb));--ac-global-color-grey-500-rgb:141,141,141;--ac-global-color-grey-500:rgb(var(--ac-global-color-grey-500-rgb));--ac-global-color-grey-600-rgb:176,176,176;--ac-global-color-grey-600:rgb(var(--ac-global-color-grey-600-rgb));--ac-global-color-grey-700-rgb:208,208,208;--ac-global-color-grey-700:rgb(var(--ac-global-color-grey-700-rgb));--ac-global-color-grey-800-rgb:235,235,235;--ac-global-color-grey-800:rgb(var(--ac-global-color-grey-800-rgb));--ac-global-color-grey-900-rgb:255,255,255;--ac-global-color-grey-900:rgb(var(--ac-global-color-grey-900-rgb));--ac-global-color-red-100-rgb:87,0,0;--ac-global-color-red-100:rgb(var(--ac-global-color-red-100-rgb));--ac-global-color-red-200-rgb:110,0,0;--ac-global-color-red-200:rgb(var(--ac-global-color-red-200-rgb));--ac-global-color-red-300-rgb:138,0,0;--ac-global-color-red-300:rgb(var(--ac-global-color-red-300-rgb));--ac-global-color-red-400-rgb:167,0,0;--ac-global-color-red-400:rgb(var(--ac-global-color-red-400-rgb));--ac-global-color-red-500-rgb:196,7,6;--ac-global-color-red-500:rgb(var(--ac-global-color-red-500-rgb));--ac-global-color-red-600-rgb:221,33,24;--ac-global-color-red-600:rgb(var(--ac-global-color-red-600-rgb));--ac-global-color-red-700-rgb:238,67,49;--ac-global-color-red-700:rgb(var(--ac-global-color-red-700-rgb));--ac-global-color-red-800-rgb:249,99,76;--ac-global-color-red-800:rgb(var(--ac-global-color-red-800-rgb));--ac-global-color-red-900-rgb:255,129,107;--ac-global-color-red-900:rgb(var(--ac-global-color-red-900-rgb));--ac-global-color-red-1000-rgb:255,158,140;--ac-global-color-red-1000:rgb(var(--ac-global-color-red-1000-rgb));--ac-global-color-red-1100-rgb:255,183,169;--ac-global-color-red-1100:rgb(var(--ac-global-color-red-1100-rgb));--ac-global-color-red-1200-rgb:255,205,195;--ac-global-color-red-1200:rgb(var(--ac-global-color-red-1200-rgb));--ac-global-color-red-1300-rgb:255,223,217;--ac-global-color-red-1300:rgb(var(--ac-global-color-red-1300-rgb));--ac-global-color-red-1400-rgb:255,237,234;--ac-global-color-red-1400:rgb(var(--ac-global-color-red-1400-rgb));--ac-global-color-orange-100-rgb:72,24,1;--ac-global-color-orange-100:rgb(var(--ac-global-color-orange-100-rgb));--ac-global-color-orange-200-rgb:92,32,0;--ac-global-color-orange-200:rgb(var(--ac-global-color-orange-200-rgb));--ac-global-color-orange-300-rgb:115,43,0;--ac-global-color-orange-300:rgb(var(--ac-global-color-orange-300-rgb));--ac-global-color-orange-400-rgb:138,55,0;--ac-global-color-orange-400:rgb(var(--ac-global-color-orange-400-rgb));--ac-global-color-orange-500-rgb:162,68,0;--ac-global-color-orange-500:rgb(var(--ac-global-color-orange-500-rgb));--ac-global-color-orange-600-rgb:186,82,0;--ac-global-color-orange-600:rgb(var(--ac-global-color-orange-600-rgb));--ac-global-color-orange-700-rgb:210,98,0;--ac-global-color-orange-700:rgb(var(--ac-global-color-orange-700-rgb));--ac-global-color-orange-800-rgb:232,116,0;--ac-global-color-orange-800:rgb(var(--ac-global-color-orange-800-rgb));--ac-global-color-orange-900-rgb:249,137,23;--ac-global-color-orange-900:rgb(var(--ac-global-color-orange-900-rgb));--ac-global-color-orange-1000-rgb:255,162,59;--ac-global-color-orange-1000:rgb(var(--ac-global-color-orange-1000-rgb));--ac-global-color-orange-1100-rgb:255,188,102;--ac-global-color-orange-1100:rgb(var(--ac-global-color-orange-1100-rgb));--ac-global-color-orange-1200-rgb:253,210,145;--ac-global-color-orange-1200:rgb(var(--ac-global-color-orange-1200-rgb));--ac-global-color-orange-1300-rgb:255,226,181;--ac-global-color-orange-1300:rgb(var(--ac-global-color-orange-1300-rgb));--ac-global-color-orange-1400-rgb:255,239,213;--ac-global-color-orange-1400:rgb(var(--ac-global-color-orange-1400-rgb));--ac-global-color-yellow-100-rgb:53,36,0;--ac-global-color-yellow-100:rgb(var(--ac-global-color-yellow-100-rgb));--ac-global-color-yellow-200-rgb:68,47,0;--ac-global-color-yellow-200:rgb(var(--ac-global-color-yellow-200-rgb));--ac-global-color-yellow-300-rgb:86,62,0;--ac-global-color-yellow-300:rgb(var(--ac-global-color-yellow-300-rgb));--ac-global-color-yellow-400-rgb:103,77,0;--ac-global-color-yellow-400:rgb(var(--ac-global-color-yellow-400-rgb));--ac-global-color-yellow-500-rgb:122,92,0;--ac-global-color-yellow-500:rgb(var(--ac-global-color-yellow-500-rgb));--ac-global-color-yellow-600-rgb:141,108,0;--ac-global-color-yellow-600:rgb(var(--ac-global-color-yellow-600-rgb));--ac-global-color-yellow-700-rgb:161,126,0;--ac-global-color-yellow-700:rgb(var(--ac-global-color-yellow-700-rgb));--ac-global-color-yellow-800-rgb:180,144,0;--ac-global-color-yellow-800:rgb(var(--ac-global-color-yellow-800-rgb));--ac-global-color-yellow-900-rgb:199,162,0;--ac-global-color-yellow-900:rgb(var(--ac-global-color-yellow-900-rgb));--ac-global-color-yellow-1000-rgb:216,181,0;--ac-global-color-yellow-1000:rgb(var(--ac-global-color-yellow-1000-rgb));--ac-global-color-yellow-1100-rgb:233,199,0;--ac-global-color-yellow-1100:rgb(var(--ac-global-color-yellow-1100-rgb));--ac-global-color-yellow-1200-rgb:247,216,4;--ac-global-color-yellow-1200:rgb(var(--ac-global-color-yellow-1200-rgb));--ac-global-color-yellow-1300-rgb:249,233,97;--ac-global-color-yellow-1300:rgb(var(--ac-global-color-yellow-1300-rgb));--ac-global-color-yellow-1400-rgb:252,243,170;--ac-global-color-yellow-1400:rgb(var(--ac-global-color-yellow-1400-rgb));--ac-global-color-chartreuse-100-rgb:32,43,0;--ac-global-color-chartreuse-100:rgb(
|
|
3
3
|
var(--ac-global-color-chartreuse-100-rgb)
|
|
4
4
|
);--ac-global-color-chartreuse-200-rgb:42,56,0;--ac-global-color-chartreuse-200:rgb(
|