arize-phoenix 5.5.0__tar.gz → 5.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of arize-phoenix might be problematic. Click here for more details.
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/PKG-INFO +66 -7
- arize_phoenix-5.5.1/README.md +135 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/.vite/manifest.json +14 -14
- arize_phoenix-5.5.0/src/phoenix/server/static/assets/components-DOjuTDx9.js → arize_phoenix-5.5.1/src/phoenix/server/static/assets/components-mVBxvljU.js +1 -1
- arize_phoenix-5.5.0/src/phoenix/server/static/assets/index-C15MiAe0.js → arize_phoenix-5.5.1/src/phoenix/server/static/assets/index-BHfTZ6x_.js +1 -1
- arize_phoenix-5.5.0/src/phoenix/server/static/assets/pages-uwuWR0d3.js → arize_phoenix-5.5.1/src/phoenix/server/static/assets/pages-aAez_Ntk.js +2 -2
- arize_phoenix-5.5.0/src/phoenix/server/static/assets/vendor-arizeai-uC2sozJ6.js → arize_phoenix-5.5.1/src/phoenix/server/static/assets/vendor-arizeai-DRZuoyuF.js +26 -26
- arize_phoenix-5.5.1/src/phoenix/version.py +1 -0
- arize_phoenix-5.5.0/README.md +0 -76
- arize_phoenix-5.5.0/src/phoenix/version.py +0 -1
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/.gitignore +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/IP_NOTICE +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/LICENSE +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/pyproject.toml +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/auth.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/config.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/core/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/core/embedding_dimension.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/core/model.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/core/model_schema.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/core/model_schema_adapter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/datetime_utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/README.md +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/alembic.ini +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/bulk_inserter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/engines.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/enums.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/facilitator.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/helpers.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/constants.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/dataset.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/document_annotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/evaluation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/helpers.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/span.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/span_annotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/trace_annotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/insertion/types.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrate.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/env.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/script.py.mako +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/versions/10460e46d750_datasets.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/versions/3be8647b87d8_add_token_columns_to_spans_table.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/versions/cd164e83824f_users_and_tokens.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/migrations/versions/cf03bd6bae1d_init.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/db/models.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/exceptions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/evaluators/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/evaluators/base.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/evaluators/code_evaluators.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/evaluators/llm_evaluators.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/evaluators/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/functions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/tracing.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/types.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/experiments/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/errors.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/fixtures.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/inferences.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/schema.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/inferences/validation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/logging/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/logging/_config.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/logging/_filter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/logging/_formatter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/README.md +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/binning.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/metrics.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/mixins.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/retrieval_metrics.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/timeseries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/metrics/wrappers.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/pointcloud/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/pointcloud/clustering.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/pointcloud/pointcloud.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/pointcloud/projectors.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/pointcloud/umap_parameters.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/py.typed +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/README.md +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/auth.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/context.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/annotation_summaries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/average_experiment_run_latency.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/cache/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/cache/two_tier_cache.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/dataset_example_revisions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/dataset_example_spans.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/document_evaluation_summaries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/document_evaluations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/document_retrieval_metrics.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/experiment_annotation_summaries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/experiment_error_rates.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/experiment_run_annotations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/experiment_run_counts.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/experiment_sequence_number.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/latency_ms_quantile.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/min_start_or_max_end_times.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/project_by_name.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/record_counts.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/span_annotations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/span_dataset_examples.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/span_descendants.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/span_projects.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/token_counts.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/trace_row_ids.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/user_roles.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/dataloaders/users.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/exceptions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/helpers/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/helpers/dataset_helpers.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/AddExamplesToDatasetInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/AddSpansToDatasetInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/ChatCompletionMessageInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/ClearProjectInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/ClusterInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/Coordinates.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/CreateDatasetInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/CreateSpanAnnotationInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/CreateTraceAnnotationInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DataQualityMetricInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DatasetExampleInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DatasetSort.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DatasetVersionSort.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DeleteAnnotationsInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DeleteDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DeleteDatasetInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DeleteExperimentsInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DimensionFilter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/DimensionInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/Granularity.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/InvocationParameters.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/PatchAnnotationInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/PatchDatasetExamplesInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/PatchDatasetInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/PerformanceMetricInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/SpanAnnotationSort.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/SpanSort.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/TimeRange.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/TraceAnnotationSort.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/UserRoleInput.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/input_types/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/interceptor.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/api_key_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/dataset_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/experiment_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/export_events_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/project_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/span_annotations_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/trace_annotations_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/mutations/user_mutations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/openapi/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/openapi/main.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/openapi/schema.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/queries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/auth.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/embeddings.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/oauth2.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/datasets.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/evaluations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/experiment_evaluations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/experiment_runs.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/experiments.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/pydantic_compat.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/spans.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/traces.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/routers/v1/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/schema.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/subscriptions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Annotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/AnnotationSummary.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/AnnotatorKind.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ApiKey.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/AuthMethod.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ChatCompletionMessageRole.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Cluster.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/CreateDatasetPayload.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DataQualityMetric.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Dataset.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DatasetExample.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DatasetExampleRevision.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DatasetValues.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DatasetVersion.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Dimension.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DimensionDataType.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DimensionShape.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DimensionType.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DimensionWithValue.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DocumentEvaluationSummary.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/DocumentRetrievalMetrics.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/EmbeddingDimension.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/EmbeddingMetadata.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Evaluation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/EvaluationSummary.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Event.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/EventMetadata.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExampleRevisionInterface.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Experiment.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExperimentAnnotationSummary.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExperimentComparison.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExperimentRun.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExperimentRunAnnotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ExportedFile.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Functionality.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/GenerativeModel.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/GenerativeProvider.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Inferences.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/InferencesRole.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/LabelFraction.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/MimeType.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Model.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/NumericRange.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/PerformanceMetric.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Project.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/PromptResponse.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Retrieval.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ScalarDriftMetricEnum.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Segments.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/SortDir.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Span.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/SpanAnnotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/SystemApiKey.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/TimeSeries.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/Trace.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/TraceAnnotation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/UMAPPoints.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/User.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/UserApiKey.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/UserRole.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/ValidationResult.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/VectorDriftMetricEnum.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/node.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/types/pagination.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/api/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/app.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/bearer_auth.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/dml_event.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/dml_event_handler.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/email/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/email/sender.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/email/templates/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/email/templates/password_reset.html +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/email/types.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/grpc_server.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/jwt_store.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/main.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/oauth2.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/openapi/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/prometheus.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/rate_limiters.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-114x114.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-120x120.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-144x144.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-152x152.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-180x180.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-72x72.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon-76x76.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/apple-touch-icon.png +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/assets/vendor-6IcPAw_j.js +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/assets/vendor-DxkFTwjz.css +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/assets/vendor-codemirror-DVE2_WBr.js +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/assets/vendor-recharts-DwrexFA4.js +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/assets/vendor-three-DwGkEfCM.js +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/favicon.ico +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/static/modernizr.js +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/telemetry.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/templates/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/templates/index.html +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/thread_server.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/server/types.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/services.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/session/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/session/client.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/session/data_extractor.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/session/evaluation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/session/session.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/settings.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/attributes.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/dsl/README.md +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/dsl/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/dsl/filter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/dsl/helpers.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/dsl/query.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/errors.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/evaluation_conventions.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/exporter.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/fixtures.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/otel.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/projects.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/schemas.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/span_evaluations.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/span_json_decoder.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/span_json_encoder.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/trace_dataset.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/utils.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/v1/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/v1/evaluation_pb2.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/trace/v1/evaluation_pb2.pyi +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/__init__.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/client.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/deprecation.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/error_handling.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/json.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/logging.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/project.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/re.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/span_store.py +0 -0
- {arize_phoenix-5.5.0 → arize_phoenix-5.5.1}/src/phoenix/utilities/template_formatters.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 5.5.
|
|
3
|
+
Version: 5.5.1
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://docs.arize.com/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -156,12 +156,12 @@ Description-Content-Type: text/markdown
|
|
|
156
156
|
|
|
157
157
|
Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:
|
|
158
158
|
|
|
159
|
-
- **_Tracing_** - Trace your LLM application's runtime using OpenTelemetry-based instrumentation.
|
|
160
|
-
- **_Evaluation_** - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
|
|
161
|
-
- **_Datasets_** - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
|
|
162
|
-
- **_Experiments_** - Track and evaluate changes to prompts, LLMs, and retrieval.
|
|
159
|
+
- [**_Tracing_**](https://docs.arize.com/phoenix/tracing/integrations-tracing/llm-traces) - Trace your LLM application's runtime using OpenTelemetry-based instrumentation.
|
|
160
|
+
- [**_Evaluation_**](https://docs.arize.com/phoenix/evaluation/llm-evals) - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
|
|
161
|
+
- [**_Datasets_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
|
|
162
|
+
- [**_Experiments_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets#experiments) - Track and evaluate changes to prompts, LLMs, and retrieval.
|
|
163
163
|
|
|
164
|
-
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙LlamaIndex, 🦜⛓LangChain, Haystack, 🧩DSPy) and LLM providers (OpenAI, Bedrock, and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
164
|
+
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/dspy)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
165
165
|
|
|
166
166
|
Phoenix runs practically anywhere, including your Jupyter notebook, local machine, containerized deployment, or in the cloud.
|
|
167
167
|
|
|
@@ -177,6 +177,65 @@ pip install arize-phoenix
|
|
|
177
177
|
|
|
178
178
|
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
179
179
|
|
|
180
|
+
## Features
|
|
181
|
+
|
|
182
|
+
| Key Features | Availability |
|
|
183
|
+
| ---------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
184
|
+
| [Tracing](https://docs.arize.com/phoenix/tracing/concepts-tracing/what-are-traces) | ✅ |
|
|
185
|
+
| [Evaluation](https://docs.arize.com/phoenix/evaluation/llm-evals) | ✅ |
|
|
186
|
+
| [Retrieval (RAG) Analysis](https://docs.arize.com/phoenix/tracing/use-cases-tracing/rag-evaluation) | ✅ |
|
|
187
|
+
| [Datasets](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) | ✅ |
|
|
188
|
+
| [Fine-Tuning Export](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-datasets/exporting-datasets) | ✅ |
|
|
189
|
+
| [Annotations](https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces) | ✅ |
|
|
190
|
+
| [Human Feedback](https://docs.arize.com/phoenix/tracing/how-to-tracing/capture-feedback) | ✅ |
|
|
191
|
+
| [Experiments](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-experiments/run-experiments) | ✅ |
|
|
192
|
+
| [Embeddings Analysis](https://docs.arize.com/phoenix/inferences/phoenix-inferences) | ✅ |
|
|
193
|
+
| [Data Export](https://docs.arize.com/phoenix/tracing/how-to-tracing/extract-data-from-spans) | ✅ |
|
|
194
|
+
| REST API | ✅ |
|
|
195
|
+
| GraphQL API | ✅ |
|
|
196
|
+
| Data Retention | Costomizable |
|
|
197
|
+
| Authentication | ✅ |
|
|
198
|
+
| Social Login | ✅ |
|
|
199
|
+
| RBAC | ✅ |
|
|
200
|
+
| Projects | ✅ |
|
|
201
|
+
| [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
|
|
202
|
+
| Jupyter Notebooks | ✅ |
|
|
203
|
+
| [Sessions](https://github.com/Arize-ai/phoenix/issues/2619) | In Progress 🚧 |
|
|
204
|
+
| [Prompt Playground](https://github.com/Arize-ai/phoenix/issues/3435) | In Progress 🚧 |
|
|
205
|
+
| Prompt Management | Coming soon ⏱️ |
|
|
206
|
+
|
|
207
|
+
## Tracing Integrations
|
|
208
|
+
|
|
209
|
+
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic.
|
|
210
|
+
|
|
211
|
+
**Python**
|
|
212
|
+
| Integration | Package | Version Badge |
|
|
213
|
+
|------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
|
214
|
+
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai) | `openinference-instrumentation-openai` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
|
|
215
|
+
| [LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex) | `openinference-instrumentation-llama-index` | [](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
|
|
216
|
+
| [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
|
|
217
|
+
| [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |
|
|
218
|
+
| [LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain) | `openinference-instrumentation-langchain` | [](https://pypi.python.org/pypi/openinference-instrumentation-langchain) |
|
|
219
|
+
| [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai) | `openinference-instrumentation-mistralai` | [](https://pypi.python.org/pypi/openinference-instrumentation-mistralai) |
|
|
220
|
+
| [Guardrails](https://docs.arize.com/phoenix/tracing/integrations-tracing/guardrails) | `openinference-instrumentation-guardrails` | [](https://pypi.python.org/pypi/openinference-instrumentation-guardrails) |
|
|
221
|
+
| [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai) | `openinference-instrumentation-vertexai` | [](https://pypi.python.org/pypi/openinference-instrumentation-vertexai) |
|
|
222
|
+
| [CrewAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/crewai) | `openinference-instrumentation-crewai` | [](https://pypi.python.org/pypi/openinference-instrumentation-crewai) |
|
|
223
|
+
| [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack) | `openinference-instrumentation-haystack` | [](https://pypi.python.org/pypi/openinference-instrumentation-haystack) |
|
|
224
|
+
| [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm) | `openinference-instrumentation-litellm` | [](https://pypi.python.org/pypi/openinference-instrumentation-litellm) |
|
|
225
|
+
| [Groq](https://docs.arize.com/phoenix/tracing/integrations-tracing/groq) | `openinference-instrumentation-groq` | [](https://pypi.python.org/pypi/openinference-instrumentation-groq) |
|
|
226
|
+
| [Instructor](https://docs.arize.com/phoenix/tracing/integrations-tracing/instructor) | `openinference-instrumentation-instructor` | [](https://pypi.python.org/pypi/openinference-instrumentation-instructor) |
|
|
227
|
+
| [Anthropic](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) | `openinference-instrumentation-anthropic` | [](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
|
|
228
|
+
|
|
229
|
+
### JavaScript
|
|
230
|
+
|
|
231
|
+
| Integration | Package | Version Badge |
|
|
232
|
+
| ------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
233
|
+
| [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) |
|
|
234
|
+
| [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) |
|
|
235
|
+
| [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) |
|
|
236
|
+
|
|
237
|
+
For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
238
|
+
|
|
180
239
|
## Community
|
|
181
240
|
|
|
182
241
|
Join our community to connect with thousands of AI builders.
|
|
@@ -196,7 +255,7 @@ See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
|
196
255
|
|
|
197
256
|
## Copyright, Patent, and License
|
|
198
257
|
|
|
199
|
-
Copyright
|
|
258
|
+
Copyright 2024 Arize AI, Inc. All Rights Reserved.
|
|
200
259
|
|
|
201
260
|
Portions of this code are patent protected by one or more U.S. Patents. See [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE).
|
|
202
261
|
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a target="_blank" href="https://phoenix.arize.com" style="background:none">
|
|
3
|
+
<img alt="phoenix banner" src="https://github.com/Arize-ai/phoenix-assets/blob/main/images/socal/github-large-banner-phoenix.jpg?raw=true" width="auto" height="auto"></img>
|
|
4
|
+
</a>
|
|
5
|
+
<br/>
|
|
6
|
+
<br/>
|
|
7
|
+
<a href="https://docs.arize.com/phoenix/">
|
|
8
|
+
<img src="https://img.shields.io/static/v1?message=Docs&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAG4ElEQVR4nO2d4XHjNhCFcTf+b3ZgdWCmgmMqOKUC0xXYrsBOBVEqsFRB7ApCVRCygrMriFQBM7h5mNlwKBECARLg7jeDscamSQj7sFgsQfBL27ZK4MtXsT1vRADMEQEwRwTAHBEAc0QAzBEBMEcEwBwRAHNEAMwRATBnjAByFGE+MqVUMcYOY24GVUqpb/h8VErVKAf87QNFcEcbd4WSw+D6803njHscO5sATmGEURGBiCj6yUlv1uX2gv91FsDViArbcA2RUKF8QhAV8RQc0b15DcOt0VaTE1oAfWj3dYdCBfGGsmSM0XX5HsP3nEMAXbqCeCdiOERQPx9og5exGJ0S4zRQN9KrUupfpdQWjZciure/YIj7K0bjqwTyAHdovA805iqCOg2xgnB1nZ97IvaoSCURdIPG/IHGjTH/YAz/A8KdJai7lBQzgbpx/0Hg6DT18UzWMXxSjMkDrElPNEmKfAbl6znwI3IMU/OCa0/1nfckwWaSbvWYYDnEsvCMJDNckhqu7GCMKWYOBXp9yPGd5kvqUAKf6rkAk7M2SY9QDXdEr9wEOr9x96EiejMFnixBNteDISsyNw7hHRqc22evWcP4vt39O85bzZH30AKg4+eo8cQRI4bHAJ7hyYM3CNHrG9RrimSXuZmUkZjN/O6nAPpcwCcJNmipAle2QM/1GU3vITCXhvY91u9geN/jOY27VuTnYL1PCeAcRhwh7/Bl8Ai+IuxPiOCShtfX/sPDtY8w+sZjby86dw6dBeoigD7obd/Ko6fI4BF8DA9HnGdrcU0fLt+n4dfE6H5jpjYcVdu2L23b5lpjHoo+18FDbcszddF1rUee/4C6ZiO+80rHZmjDoIQUQLdRtm3brkcKIUPjjqVPBIUHgW1GGN4YfawAL2IqAVB8iEE31tvIelARlCPPVaFOLoIupzY6xVcM4MoRUyHXyHhslH6PaPl5RP1Lh4UsOeKR2e8dzC0Aiuvc2Nx3fwhfxf/hknouUYbWUk5GTAIwmOh5e+H0cor8vEL91hfOdEqINLq1AV+RKImJ6869f9tFIBVc6y7gd3lHfWyNX0LEr7EuDElhRdAlQjig0e/RU31xxDltM4pF7IY3pLIgxAhhgzF/iC2M0Hi4dkOGlyGMd/g7dsMbUlsR9ICe9WhxbA3DjRkSdjiHzQzlBSKNJsCzIcUlYdfI0dcWS8LMkPDkcJ0n/O+Qyy/IAtDkSPnp4Fu4WpthQR/zm2VcoI/51fI28iYld9/HEh4Pf7D0Bm845pwIPnHMUJSf45pT5x68s5T9AW6INzhHDeP1BYcNMew5SghkinWOwVnaBhHGG5ybMn70zBDe8buh8X6DqV0Sa/5tWOIOIbcWQ8KBiGBnMb/P0OuTd/lddCrY5jn/VLm3nL+fY4X4YREuv8vS9wh6HSkAExMs0viKySZRd44iyOH2FzPe98Fll7A7GNMmjay4GF9BAKGXesfCN0sRsDG+YrhP4O2ACFgZXzHdKPL2RMJoxc34ivFOod3AMMNUj5XxFfOtYrUIXvB5MandS+G+V/AzZ+MrEcBPlpoFtUIEwBwRAG+OIgDe1CIA5ogAmCMCYI4IgDkiAOaIAJgjAmCOCIA5IgDmiACYIwJgjgiAOSIA5ogAmCMCYI4IgDkiAOaIAJgjAmCOCIA5IgDmiACYIwJgjgiAOSIA5ogAmCMCYI4IgDkiAOaIAJgjAmDOVYBXvwvxQV8NWJOd0esvJ94babZaz7B5ovldxnlDpYhp0JFr/KTlLKcEMMQKpcDPXIQxGXsYmhZnXAXQh/EWBQrr3bc80mATyyrEvs4+BdBHgbdxFOIhrDkSg1/6Iu2LCS0AyoqI4ftUF00EY/Q3h1fRj2JKAVCMGErmnsH1lfnemEsAlByvgl0z2qx5B8OPCuB8EIMADBlEEOV79j1whNE3c/X2PmISAGUNr7CEmUSUhjfEKgBDAY+QohCiNrwhdgEYzPv7UxkadvBg0RrekMrNoAozh3vLN4DPhc7S/WL52vkoSO1u4BZC+DOCulC0KJ/gqWaP7C8hlSGgjxyCmDuPsEePT/KuasrrAcyr4H+f6fq01yd7Sz1lD0CZ2hs06PVJufs+lrIiyLwufjfBtXYpjvWnWIoHoJSYe4dIK/t4HX1ULFEACkPCm8e8wXFJvZ6y1EWhJkDcWxw7RINzLc74auGrgg8e4oIm9Sh/CA7LwkvHqaIJ9pLI6Lmy1BigDy2EV8tjdzh+8XB6MGSLKH4INsZXDJ8MGhIBK+Mrpo+GnRIBO+MrZjFAFxoTNBwCvj6u4qvSZJiM3iNX4yvmHoA9Sh4PF0QAzBEBMEcEwBwRAHNEAMwRAXBGKfUfr5hKvglRfO4AAAAASUVORK5CYII=&labelColor=grey&color=blue&logoColor=white&label=%20"/>
|
|
9
|
+
</a>
|
|
10
|
+
<a target="_blank" href="https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q">
|
|
11
|
+
<img src="https://img.shields.io/static/v1?message=Community&logo=slack&labelColor=grey&color=blue&logoColor=white&label=%20"/>
|
|
12
|
+
</a>
|
|
13
|
+
<a target="_blank" href="https://twitter.com/ArizePhoenix">
|
|
14
|
+
<img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=twitter">
|
|
15
|
+
</a>
|
|
16
|
+
<a target="_blank" href="https://pypi.org/project/arize-phoenix/">
|
|
17
|
+
<img src="https://img.shields.io/pypi/v/arize-phoenix?color=blue">
|
|
18
|
+
</a>
|
|
19
|
+
<a target="_blank" href="https://anaconda.org/conda-forge/arize-phoenix">
|
|
20
|
+
<img src="https://img.shields.io/conda/vn/conda-forge/arize-phoenix.svg?color=blue">
|
|
21
|
+
</a>
|
|
22
|
+
<a target="_blank" href="https://pypi.org/project/arize-phoenix/">
|
|
23
|
+
<img src="https://img.shields.io/pypi/pyversions/arize-phoenix">
|
|
24
|
+
</a>
|
|
25
|
+
<a target="_blank" href="https://hub.docker.com/r/arizephoenix/phoenix/tags">
|
|
26
|
+
<img src="https://img.shields.io/docker/v/arizephoenix/phoenix?sort=semver&logo=docker&label=image&color=blue">
|
|
27
|
+
</a>
|
|
28
|
+
</p>
|
|
29
|
+
|
|
30
|
+
Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:
|
|
31
|
+
|
|
32
|
+
- [**_Tracing_**](https://docs.arize.com/phoenix/tracing/integrations-tracing/llm-traces) - Trace your LLM application's runtime using OpenTelemetry-based instrumentation.
|
|
33
|
+
- [**_Evaluation_**](https://docs.arize.com/phoenix/evaluation/llm-evals) - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
|
|
34
|
+
- [**_Datasets_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
|
|
35
|
+
- [**_Experiments_**](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets#experiments) - Track and evaluate changes to prompts, LLMs, and retrieval.
|
|
36
|
+
|
|
37
|
+
Phoenix is vendor and language agnostic with out-of-the-box support for popular frameworks (🦙[LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/llamaindex), 🦜⛓[LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/langchain), [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/haystack), 🧩[DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/dspy)) and LLM providers ([OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/openai), [Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/bedrock), [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/mistralai), [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/vertexai), [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/integrations-tracing/litellm), and more). For details on auto-instrumentation, check out the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
38
|
+
|
|
39
|
+
Phoenix runs practically anywhere, including your Jupyter notebook, local machine, containerized deployment, or in the cloud.
|
|
40
|
+
|
|
41
|
+
<img alt="phoenix_overview.gif" width="100%" src="https://github.com/Arize-ai/phoenix-assets/blob/main/gifs/phoenix_overview.gif?raw=true">
|
|
42
|
+
|
|
43
|
+
## Installation
|
|
44
|
+
|
|
45
|
+
Install Phoenix via `pip` or `conda`
|
|
46
|
+
|
|
47
|
+
```shell
|
|
48
|
+
pip install arize-phoenix
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
52
|
+
|
|
53
|
+
## Features
|
|
54
|
+
|
|
55
|
+
| Key Features | Availability |
|
|
56
|
+
| ---------------------------------------------------------------------------------------------------------------- | -------------- |
|
|
57
|
+
| [Tracing](https://docs.arize.com/phoenix/tracing/concepts-tracing/what-are-traces) | ✅ |
|
|
58
|
+
| [Evaluation](https://docs.arize.com/phoenix/evaluation/llm-evals) | ✅ |
|
|
59
|
+
| [Retrieval (RAG) Analysis](https://docs.arize.com/phoenix/tracing/use-cases-tracing/rag-evaluation) | ✅ |
|
|
60
|
+
| [Datasets](https://docs.arize.com/phoenix/datasets-and-experiments/overview-datasets) | ✅ |
|
|
61
|
+
| [Fine-Tuning Export](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-datasets/exporting-datasets) | ✅ |
|
|
62
|
+
| [Annotations](https://docs.arize.com/phoenix/tracing/concepts-tracing/how-to-annotate-traces) | ✅ |
|
|
63
|
+
| [Human Feedback](https://docs.arize.com/phoenix/tracing/how-to-tracing/capture-feedback) | ✅ |
|
|
64
|
+
| [Experiments](https://docs.arize.com/phoenix/datasets-and-experiments/how-to-experiments/run-experiments) | ✅ |
|
|
65
|
+
| [Embeddings Analysis](https://docs.arize.com/phoenix/inferences/phoenix-inferences) | ✅ |
|
|
66
|
+
| [Data Export](https://docs.arize.com/phoenix/tracing/how-to-tracing/extract-data-from-spans) | ✅ |
|
|
67
|
+
| REST API | ✅ |
|
|
68
|
+
| GraphQL API | ✅ |
|
|
69
|
+
| Data Retention | Costomizable |
|
|
70
|
+
| Authentication | ✅ |
|
|
71
|
+
| Social Login | ✅ |
|
|
72
|
+
| RBAC | ✅ |
|
|
73
|
+
| Projects | ✅ |
|
|
74
|
+
| [Self-Hosting](https://docs.arize.com/phoenix/deployment) | ✅ |
|
|
75
|
+
| Jupyter Notebooks | ✅ |
|
|
76
|
+
| [Sessions](https://github.com/Arize-ai/phoenix/issues/2619) | In Progress 🚧 |
|
|
77
|
+
| [Prompt Playground](https://github.com/Arize-ai/phoenix/issues/3435) | In Progress 🚧 |
|
|
78
|
+
| Prompt Management | Coming soon ⏱️ |
|
|
79
|
+
|
|
80
|
+
## Tracing Integrations
|
|
81
|
+
|
|
82
|
+
Phoenix is built on top of OpenTelemetry and is vendor, language, and framework agnostic.
|
|
83
|
+
|
|
84
|
+
**Python**
|
|
85
|
+
| Integration | Package | Version Badge |
|
|
86
|
+
|------------------|-----------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------|
|
|
87
|
+
| [OpenAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/openai) | `openinference-instrumentation-openai` | [](https://pypi.python.org/pypi/openinference-instrumentation-openai) |
|
|
88
|
+
| [LlamaIndex](https://docs.arize.com/phoenix/tracing/integrations-tracing/llamaindex) | `openinference-instrumentation-llama-index` | [](https://pypi.python.org/pypi/openinference-instrumentation-llama-index) |
|
|
89
|
+
| [DSPy](https://docs.arize.com/phoenix/tracing/integrations-tracing/dspy) | `openinference-instrumentation-dspy` | [](https://pypi.python.org/pypi/openinference-instrumentation-dspy) |
|
|
90
|
+
| [AWS Bedrock](https://docs.arize.com/phoenix/tracing/integrations-tracing/bedrock) | `openinference-instrumentation-bedrock` | [](https://pypi.python.org/pypi/openinference-instrumentation-bedrock) |
|
|
91
|
+
| [LangChain](https://docs.arize.com/phoenix/tracing/integrations-tracing/langchain) | `openinference-instrumentation-langchain` | [](https://pypi.python.org/pypi/openinference-instrumentation-langchain) |
|
|
92
|
+
| [MistralAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/mistralai) | `openinference-instrumentation-mistralai` | [](https://pypi.python.org/pypi/openinference-instrumentation-mistralai) |
|
|
93
|
+
| [Guardrails](https://docs.arize.com/phoenix/tracing/integrations-tracing/guardrails) | `openinference-instrumentation-guardrails` | [](https://pypi.python.org/pypi/openinference-instrumentation-guardrails) |
|
|
94
|
+
| [VertexAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/vertexai) | `openinference-instrumentation-vertexai` | [](https://pypi.python.org/pypi/openinference-instrumentation-vertexai) |
|
|
95
|
+
| [CrewAI](https://docs.arize.com/phoenix/tracing/integrations-tracing/crewai) | `openinference-instrumentation-crewai` | [](https://pypi.python.org/pypi/openinference-instrumentation-crewai) |
|
|
96
|
+
| [Haystack](https://docs.arize.com/phoenix/tracing/integrations-tracing/haystack) | `openinference-instrumentation-haystack` | [](https://pypi.python.org/pypi/openinference-instrumentation-haystack) |
|
|
97
|
+
| [LiteLLM](https://docs.arize.com/phoenix/tracing/integrations-tracing/litellm) | `openinference-instrumentation-litellm` | [](https://pypi.python.org/pypi/openinference-instrumentation-litellm) |
|
|
98
|
+
| [Groq](https://docs.arize.com/phoenix/tracing/integrations-tracing/groq) | `openinference-instrumentation-groq` | [](https://pypi.python.org/pypi/openinference-instrumentation-groq) |
|
|
99
|
+
| [Instructor](https://docs.arize.com/phoenix/tracing/integrations-tracing/instructor) | `openinference-instrumentation-instructor` | [](https://pypi.python.org/pypi/openinference-instrumentation-instructor) |
|
|
100
|
+
| [Anthropic](https://docs.arize.com/phoenix/tracing/integrations-tracing/anthropic) | `openinference-instrumentation-anthropic` | [](https://pypi.python.org/pypi/openinference-instrumentation-anthropic) |
|
|
101
|
+
|
|
102
|
+
### JavaScript
|
|
103
|
+
|
|
104
|
+
| Integration | Package | Version Badge |
|
|
105
|
+
| ------------------------------------------------------------------------------------------ | -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
106
|
+
| [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) |
|
|
107
|
+
| [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) |
|
|
108
|
+
| [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) |
|
|
109
|
+
|
|
110
|
+
For details about tracing integrations and example applications, see the [OpenInference](https://github.com/Arize-ai/openinference) project.
|
|
111
|
+
|
|
112
|
+
## Community
|
|
113
|
+
|
|
114
|
+
Join our community to connect with thousands of AI builders.
|
|
115
|
+
|
|
116
|
+
- 🌍 Join our [Slack community](https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q).
|
|
117
|
+
- 📚 Read our [documentation](https://docs.arize.com/phoenix).
|
|
118
|
+
- 💡 Ask questions and provide feedback in the _#phoenix-support_ channel.
|
|
119
|
+
- 🌟 Leave a star on our [GitHub](https://github.com/Arize-ai/phoenix).
|
|
120
|
+
- 🐞 Report bugs with [GitHub Issues](https://github.com/Arize-ai/phoenix/issues).
|
|
121
|
+
- 𝕏 Follow us on [𝕏](https://twitter.com/ArizePhoenix).
|
|
122
|
+
- 💌️ Sign up for our [mailing list](https://phoenix.arize.com/#updates).
|
|
123
|
+
- 🗺️ Check out our [roadmap](https://github.com/orgs/Arize-ai/projects/45) to see where we're heading next.
|
|
124
|
+
|
|
125
|
+
## Breaking Changes
|
|
126
|
+
|
|
127
|
+
See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
128
|
+
|
|
129
|
+
## Copyright, Patent, and License
|
|
130
|
+
|
|
131
|
+
Copyright 2024 Arize AI, Inc. All Rights Reserved.
|
|
132
|
+
|
|
133
|
+
Portions of this code are patent protected by one or more U.S. Patents. See [IP_NOTICE](https://github.com/Arize-ai/phoenix/blob/main/IP_NOTICE).
|
|
134
|
+
|
|
135
|
+
This software is licensed under the terms of the Elastic License 2.0 (ELv2). See [LICENSE](https://github.com/Arize-ai/phoenix/blob/main/LICENSE).
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_components-
|
|
3
|
-
"file": "assets/components-
|
|
2
|
+
"_components-mVBxvljU.js": {
|
|
3
|
+
"file": "assets/components-mVBxvljU.js",
|
|
4
4
|
"name": "components",
|
|
5
5
|
"imports": [
|
|
6
6
|
"_vendor-6IcPAw_j.js",
|
|
7
|
-
"_vendor-arizeai-
|
|
8
|
-
"_pages-
|
|
7
|
+
"_vendor-arizeai-DRZuoyuF.js",
|
|
8
|
+
"_pages-aAez_Ntk.js",
|
|
9
9
|
"_vendor-three-DwGkEfCM.js",
|
|
10
10
|
"_vendor-codemirror-DVE2_WBr.js"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
|
-
"_pages-
|
|
14
|
-
"file": "assets/pages-
|
|
13
|
+
"_pages-aAez_Ntk.js": {
|
|
14
|
+
"file": "assets/pages-aAez_Ntk.js",
|
|
15
15
|
"name": "pages",
|
|
16
16
|
"imports": [
|
|
17
17
|
"_vendor-6IcPAw_j.js",
|
|
18
|
-
"_vendor-arizeai-
|
|
19
|
-
"_components-
|
|
18
|
+
"_vendor-arizeai-DRZuoyuF.js",
|
|
19
|
+
"_components-mVBxvljU.js",
|
|
20
20
|
"_vendor-recharts-DwrexFA4.js",
|
|
21
21
|
"_vendor-codemirror-DVE2_WBr.js"
|
|
22
22
|
]
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"assets/vendor-DxkFTwjz.css"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
-
"_vendor-arizeai-
|
|
39
|
-
"file": "assets/vendor-arizeai-
|
|
38
|
+
"_vendor-arizeai-DRZuoyuF.js": {
|
|
39
|
+
"file": "assets/vendor-arizeai-DRZuoyuF.js",
|
|
40
40
|
"name": "vendor-arizeai",
|
|
41
41
|
"imports": [
|
|
42
42
|
"_vendor-6IcPAw_j.js"
|
|
@@ -61,15 +61,15 @@
|
|
|
61
61
|
"name": "vendor-three"
|
|
62
62
|
},
|
|
63
63
|
"index.tsx": {
|
|
64
|
-
"file": "assets/index-
|
|
64
|
+
"file": "assets/index-BHfTZ6x_.js",
|
|
65
65
|
"name": "index",
|
|
66
66
|
"src": "index.tsx",
|
|
67
67
|
"isEntry": true,
|
|
68
68
|
"imports": [
|
|
69
69
|
"_vendor-6IcPAw_j.js",
|
|
70
|
-
"_vendor-arizeai-
|
|
71
|
-
"_pages-
|
|
72
|
-
"_components-
|
|
70
|
+
"_vendor-arizeai-DRZuoyuF.js",
|
|
71
|
+
"_pages-aAez_Ntk.js",
|
|
72
|
+
"_components-mVBxvljU.js",
|
|
73
73
|
"_vendor-three-DwGkEfCM.js",
|
|
74
74
|
"_vendor-recharts-DwrexFA4.js",
|
|
75
75
|
"_vendor-codemirror-DVE2_WBr.js"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as p,R as j,j as e,n as tn,a as ue,e as Ke,s as n1,b as Ze,c as me,d as c1,f as kt,g as oe,h as St,i as xt,k as d1,l as s,m as Mt,o as Te,C as Qe,p as Oe,q as De,t as X,u as Tt,v as It,w as an,x as m,L as rn,y as Et,N as Vt,z as Pt,A as Ot,$ as D,B as qe,D as Dt,E as _t,F as Ft,G as At,H as V1,I as de,J as ge,K as Rt,M as ln,S as Nt,O as zt,Q as P1,P as Ht,T as Kt,U as $t,V as t1,W as h1,X as Bt,Y as Zt,Z as Gt,_ as Qt,a0 as Ut,a1 as Wt,a2 as jt,a3 as qt,a4 as Xt,a5 as _e,a6 as _,a7 as on,a8 as Yt,a9 as Jt,aa as ea,ab as na,ac as ta,ad as aa,ae as ra,af as sn,ag as cn,ah as dn,ai as Y,aj as ia}from"./vendor-6IcPAw_j.js";import{u as la,A as oa,I as E,a as S,_ as un,b as y,c as M,d as v,e as H,f as q,T as $,g as sa,h as ee,i as we,j as P,F as mn,k as N,l as ca,m as da,P as ua,R as U,n as Fe,o as ma,p as pa,L as fe,q as ne,r as te,s as Ae,t as pn,v as hn,E as gn,w as ha,x as ga,y as fa,z as La,B as fn,C as g1,D as Ca,G as ba,H as O1,J as ya}from"./vendor-arizeai-
|
|
1
|
+
import{r as p,R as j,j as e,n as tn,a as ue,e as Ke,s as n1,b as Ze,c as me,d as c1,f as kt,g as oe,h as St,i as xt,k as d1,l as s,m as Mt,o as Te,C as Qe,p as Oe,q as De,t as X,u as Tt,v as It,w as an,x as m,L as rn,y as Et,N as Vt,z as Pt,A as Ot,$ as D,B as qe,D as Dt,E as _t,F as Ft,G as At,H as V1,I as de,J as ge,K as Rt,M as ln,S as Nt,O as zt,Q as P1,P as Ht,T as Kt,U as $t,V as t1,W as h1,X as Bt,Y as Zt,Z as Gt,_ as Qt,a0 as Ut,a1 as Wt,a2 as jt,a3 as qt,a4 as Xt,a5 as _e,a6 as _,a7 as on,a8 as Yt,a9 as Jt,aa as ea,ab as na,ac as ta,ad as aa,ae as ra,af as sn,ag as cn,ah as dn,ai as Y,aj as ia}from"./vendor-6IcPAw_j.js";import{u as la,A as oa,I as E,a as S,_ as un,b as y,c as M,d as v,e as H,f as q,T as $,g as sa,h as ee,i as we,j as P,F as mn,k as N,l as ca,m as da,P as ua,R as U,n as Fe,o as ma,p as pa,L as fe,q as ne,r as te,s as Ae,t as pn,v as hn,E as gn,w as ha,x as ga,y as fa,z as La,B as fn,C as g1,D as Ca,G as ba,H as O1,J as ya}from"./vendor-arizeai-DRZuoyuF.js";import{u as va}from"./pages-aAez_Ntk.js";import{V as wa}from"./vendor-three-DwGkEfCM.js";import{j as Ln,E as Cn,l as u1,a as bn,h as ka,b as Sa,c as xa,d as Ma,e as Ta,f as Ia,s as Ea,R as Re,g as yn,n as Ne,p as Va,i as Pa,L as vn,k as wn}from"./vendor-codemirror-DVE2_WBr.js";const kn=function(){var n={defaultValue:null,kind:"LocalArgument",name:"clusters"},t={defaultValue:null,kind:"LocalArgument",name:"dataQualityMetricColumnName"},a={defaultValue:null,kind:"LocalArgument",name:"fetchDataQualityMetric"},r={defaultValue:null,kind:"LocalArgument",name:"fetchPerformanceMetric"},i={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}],o=[{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,r,i],kind:"Fragment",metadata:null,name:"pointCloudStore_clusterMetricsQuery",selections:o,type:"Query",abstractKey:null},kind:"Request",operation:{argumentDefinitions:[n,a,t,r,i],kind:"Operation",name:"pointCloudStore_clusterMetricsQuery",selections:o},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,x as h,b7 as x,du as b,dv as f,l as n,dw as r,dx as y,dy as P,r as v,t as w,dz as R}from"./vendor-6IcPAw_j.js";import{v as L,a4 as z}from"./vendor-arizeai-
|
|
1
|
+
import{j as e,x as h,b7 as x,du as b,dv as f,l as n,dw as r,dx as y,dy as P,r as v,t as w,dz as R}from"./vendor-6IcPAw_j.js";import{v as L,a4 as z}from"./vendor-arizeai-DRZuoyuF.js";import{E as k,L as E,R as $,r as j,a as I,F as S,A,b as C,c as F,P as T,h as O,M as D,d,D as B,e as G,f as M,g as N,i as W,j as q,T as H,p as _,k as c,l as J,m as K,n as p,o as Q,q as m,s as g,t as U,v as V,w as X,x as Y,y as Z,z as ee,S as re,B as ae,C as oe,G as te,H as ne,I as se,J as le}from"./pages-aAez_Ntk.js";import{bG as ie,j as de,R as ce,bH as pe,bI as me}from"./components-mVBxvljU.js";import"./vendor-three-DwGkEfCM.js";import"./vendor-recharts-DwrexFA4.js";import"./vendor-codemirror-DVE2_WBr.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 ge(){return e(x,{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 u,j as e,R as Ke,n as ya,ak as Ms,l as s,I as U,x as C,al as Pe,z as Y,t as D,am as Pn,an as ln,$ as B,ao as ca,D as he,E as ke,H as Z,G as Rn,g as Ml,ap as Xe,aq as ue,ar as Ye,as as Ns,J as Ga,at as Cn,au as se,av as ve,a5 as Ie,a6 as G,a7 as Vs,aw as _e,ax as zs,ay as La,az as Pa,aA as wa,aB as Un,aC as fa,o as $s,aD as Os,aE as Qs,ab as js,ac as qs,aF as Us,p as Bs,q as Hs,aG as Gs,y as Ws,aH as O,aI as Js,aJ as Zs,aK as ml,aL as Xs,aM as Ys,aN as eo,aO as no,aP as ao,aQ as lo,aR as to,aS as io}from"./vendor-6IcPAw_j.js";import{C as H,d as F,K as Mn,D as W,c as h,I as P,a as I,J as Wa,G as Te,H as J,M as Ee,N as de,O as ro,m as ha,Q as na,P as tn,S as Be,i as Nn,j as re,q as Fn,r as Vn,v as ge,b as K,o as Nl,U as Me,L as Xn,V as Vl,e as M,t as ne,W as zl,X as $l,Y as so,Z as oo,h as kn,w as aa,T as Le,k as X,B as ka,s as ye,$ as V,a0 as Ja,E as ba,f as An,a1 as Za,a2 as co,z as la,u as uo,a3 as mo,R as ga,n as Ol}from"./vendor-arizeai-
|
|
1
|
+
import{r as u,j as e,R as Ke,n as ya,ak as Ms,l as s,I as U,x as C,al as Pe,z as Y,t as D,am as Pn,an as ln,$ as B,ao as ca,D as he,E as ke,H as Z,G as Rn,g as Ml,ap as Xe,aq as ue,ar as Ye,as as Ns,J as Ga,at as Cn,au as se,av as ve,a5 as Ie,a6 as G,a7 as Vs,aw as _e,ax as zs,ay as La,az as Pa,aA as wa,aB as Un,aC as fa,o as $s,aD as Os,aE as Qs,ab as js,ac as qs,aF as Us,p as Bs,q as Hs,aG as Gs,y as Ws,aH as O,aI as Js,aJ as Zs,aK as ml,aL as Xs,aM as Ys,aN as eo,aO as no,aP as ao,aQ as lo,aR as to,aS as io}from"./vendor-6IcPAw_j.js";import{C as H,d as F,K as Mn,D as W,c as h,I as P,a as I,J as Wa,G as Te,H as J,M as Ee,N as de,O as ro,m as ha,Q as na,P as tn,S as Be,i as Nn,j as re,q as Fn,r as Vn,v as ge,b as K,o as Nl,U as Me,L as Xn,V as Vl,e as M,t as ne,W as zl,X as $l,Y as so,Z as oo,h as kn,w as aa,T as Le,k as X,B as ka,s as ye,$ as V,a0 as Ja,E as ba,f as An,a1 as Za,a2 as co,z as la,u as uo,a3 as mo,R as ga,n as Ol}from"./vendor-arizeai-DRZuoyuF.js";import{c as go,N as po,T as yo,L as fe,u as ce,B as fo,a as mn,D as ho,G as ko,b as bo,d as So,S as vo,R as xe,e as Ve,f as He,g as Xa,P as Ql,h as jl,M as gl,i as pl,j as zn,k as Co,l as Fo,m as Q,n as ql,o as Ce,p as Sa,q as $n,r as Ul,s as On,t as Qn,v as Bl,w as Ge,x as Qe,C as pe,y as va,z as rn,A as Ya,E as We,F as Hl,H as Ko,I as xo,J as Do,K as To,O as Io,Q as Lo,U as je,V as me,W as Po,X as wo,Y as Gl,Z as Ao,_ as _o,$ as yl,a0 as Eo,a1 as Ro,a2 as Mo,a3 as No,a4 as Vo,a5 as zo,a6 as Wl,a7 as Kn,a8 as $o,a9 as Oo,aa as Qo,ab as jo,ac as qo,ad as bn,ae as el,af as Jl,ag as wn,ah as Qa,ai as In,aj as ze,ak as Uo,al as Bo,am as oe,an as Zl,ao as Ca,ap as we,aq as Fa,ar as xn,as as le,at as Je,au as Ho,av as nl,aw as Oe,ax as Re,ay as Sn,az as al,aA as Xl,aB as ll,aC as Go,aD as Yl,aE as Ae,aF as qe,aG as ta,aH as Wo,aI as ia,aJ as Ka,aK as et,aL as nt,aM as Jo,aN as at,aO as lt,aP as tt,aQ as jn,aR as en,aS as Ze,aT as Fe,aU as Zo,aV as fl,aW as it,aX as Xo,aY as Yo,aZ as ed,a_ as nd,a$ as ad,b0 as _n,b1 as pn,b2 as ja,b3 as yn,b4 as rt,b5 as ld,b6 as fn,b7 as td,b8 as xa,b9 as id,ba as tl,bb as rd,bc as il,bd as st,be as ot,bf as sd,bg as qa,bh as dt,bi as od,bj as dd,bk as ua,bl as cd,bm as ct,bn as ut,bo as ud,bp as mt,bq as md,br as Da,bs as gd,bt as pd,bu as yd,bv as fd,bw as gt,bx as hd,by as kd,bz as bd,bA as Sd,bB as vd,bC as Cd,bD as Fd,bE as hl,bF as Kd}from"./components-mVBxvljU.js";import{R as sn,C as ra,X as on,Y as Ne,a as dn,T as cn,B as En,A as Yn,b as pt,c as rl,L as yt,d as xd,P as Dd,e as Td,f as Id}from"./vendor-recharts-DwrexFA4.js";import{p as sl,R as sa,n as oa,j as Ld,E as ft,m as Pd,o as wd,g as Ad}from"./vendor-codemirror-DVE2_WBr.js";const ht=u.createContext(null);function Ey({children:n,...a}){const[l]=u.useState(()=>go(a));return e(ht.Provider,{value:l,children:n})}function Ua(n,a){const l=Ke.useContext(ht);if(!l)throw new Error("Missing CredentialsContext.Provider in the tree");return ya(l,n,a)}const kt="arize-phoenix-feature-flags",Aa={playground:!1,playgroundNonStreaming:!1,playgroundWithDatasets:!1};function _d(){const n=localStorage.getItem(kt);if(!n)return Aa;try{const a=JSON.parse(n);return Object.assign({},Aa,a)}catch{return Aa}}const bt=u.createContext(null);function St(){const n=Ke.useContext(bt);if(n===null)throw new Error("useFeatureFlags must be used within a FeatureFlagsProvider");return n}function Ta(n){const{featureFlags:a}=St();return a[n]}function Ry(n){const[a,l]=u.useState(_d()),t=i=>{localStorage.setItem(kt,JSON.stringify(i)),l(i)};return e(bt.Provider,{value:{featureFlags:a,setFeatureFlags:t},children:e(Ed,{children:n.children})})}function Ed(n){const{children:a}=n,{featureFlags:l,setFeatureFlags:t}=St(),[i,r]=u.useState(!1);return Ms("ctrl+shift+f",()=>r(!0)),s(U,{children:[a,e(W,{type:"modal",isDismissable:!0,onDismiss:()=>r(!1),children:i&&e(H,{title:"Feature Flags",children:e(F,{height:"size-1000",padding:"size-100",children:Object.keys(l).map(o=>e(Mn,{isSelected:l[o],onChange:c=>t({...l,[o]:c}),children:o},o))})})})]})}const vt=u.createContext(null);function Rd(){const n=u.useContext(vt);if(n===null)throw new Error("useFunctionality must be used within a FunctionalityProvider");return n}function My(n){return e(vt.Provider,{value:{authenticationEnabled:window.Config.authenticationEnabled},children:n.children})}const Md=C`
|
|
2
2
|
display: flex;
|
|
3
3
|
direction: row;
|
|
4
4
|
height: 100vh;
|
|
@@ -3436,7 +3436,7 @@ fragment UsersTable_users on Query {
|
|
|
3436
3436
|
// Hacky solution to make the text fields fill the remaining space
|
|
3437
3437
|
width: calc(100% - var(--ac-global-dimension-size-600));
|
|
3438
3438
|
}
|
|
3439
|
-
`;function df(){return e("main",{css:ap,children:e("div",{css:lp,children:s(h,{direction:"column",gap:"size-200",width:"100%",children:[e(V,{title:"Platform Settings",variant:"compact",children:s("form",{css:tp,children:[s(h,{direction:"row",gap:"size-100",alignItems:"end",children:[e(X,{label:"Hostname",value:ja,isReadOnly:!0,description:"Connect to Phoenix over HTTP"}),e(Oa,{text:ja})]}),s(h,{direction:"row",gap:"size-100",alignItems:"end",children:[e(X,{label:"Platform Version",isReadOnly:!0,value:ua,description:"The version of the Phoenix server"}),e(Oa,{text:ua})]}),s(h,{direction:"row",gap:"size-100",alignItems:"end",children:[e(X,{label:"Python Version",isReadOnly:!0,value:`pip install 'arize-phoenix==${ua}'`,description:"The version of the Python client library to use to connect to this Phoenix"}),e(Oa,{text:ua})]})]})}),e(rt,{children:s(U,{children:[e(qg,{}),e(np,{})]})})]})})})}function Oa(n){return e(F,{paddingBottom:"19px",children:e(le,{text:n.text,size:"default"})})}const Al=window.Config.basename,_l={width:"100%",height:"100%",border:"none",backgroundColor:"white"};function cf(){return s("div",{css:C`
|
|
3439
|
+
`;function df(){return e("main",{css:ap,children:e("div",{css:lp,children:s(h,{direction:"column",gap:"size-200",width:"100%",children:[e(V,{title:"Platform Settings",variant:"compact",children:s("form",{css:tp,children:[s(h,{direction:"row",gap:"size-100",alignItems:"end",children:[e(X,{label:"Hostname",value:ja,isReadOnly:!0,description:"Connect to Phoenix over HTTP"}),e(Oa,{text:ja})]}),s(h,{direction:"row",gap:"size-100",alignItems:"end",children:[e(X,{label:"Platform Version",isReadOnly:!0,value:ua,description:"The version of the Phoenix server"}),e(Oa,{text:ua})]}),s(h,{direction:"row",gap:"size-100",alignItems:"end",justifyContent:"center",children:[e(X,{label:"Python Version",isReadOnly:!0,value:`pip install 'arize-phoenix==${ua}'`,description:"The version of the Python client library to use to connect to this Phoenix"}),e(Oa,{text:ua})]})]})}),e(rt,{children:s(U,{children:[e(qg,{}),e(np,{})]})})]})})})}function Oa(n){return e(F,{paddingBottom:"19px",children:e(le,{text:n.text,size:"default"})})}const Al=window.Config.basename,_l={width:"100%",height:"100%",border:"none",backgroundColor:"white"};function cf(){return s("div",{css:C`
|
|
3440
3440
|
display: flex;
|
|
3441
3441
|
flex-direction: column;
|
|
3442
3442
|
flex: 1 1 auto;
|