--- description: AI Observability and Evaluation --- # Arize Phoenix Phoenix is an open-source observability library designed for experimentation, evaluation, and troubleshooting. It allows AI Engineers and Data Scientists to quickly visualize their data, evaluate performance, track down issues, and export data to improve.\ \ Phoenix is built by [Arize AI](https://www.arize.com), the company behind the industry-leading AI observability platform, and a set of core contributors. ## Install Phoenix {% tabs %} {% tab title="pip" %} In your Python, Jupyter, or Colab environment, run the following command to install. ```sh pip install arize-phoenix ``` For full details on how to run phoenix in various environments such as Databricks, consult our [environments guide.](environments.md) {% endtab %} {% tab title="conda" %} ```sh conda install -c conda-forge arize-phoenix[evals] ``` {% endtab %} {% tab title="Container" %} Phoenix can also run via a container. The image can be found at: {% embed url="https://hub.docker.com/r/arizephoenix/phoenix" %} Images for phoenix are published to dockerhub {% endembed %} Checkout the [environments section](environments.md) and [deployment guide](deployment/deploying-phoenix.md) for details. {% endtab %} {% tab title="TypeScript" %} The Phoenix server can be run as a [#container](./#container "mention")and be interacted with using the phoenix-client and OpenTelelemetry. See [#packages](./#packages "mention") below. {% endtab %} {% endtabs %} Phoenix works with OpenTelemetry and [OpenInference](https://github.com/Arize-ai/openinference) instrumentation. If you are looking to deploy phoenix as a service rather than a library, see [deployment](deployment/ "mention") ## Quickstarts Running Phoenix for the first time? Select a quickstart below.
| Tracing | llm-traces-1.md | Screenshot 2023-09-27 at 1.51.45 PM.png |
| Prompt Playground | quickstart-prompts.md | prompt_playground.png |
| Datasets and Experiments | quickstart-datasets.md | experiments_preview.png |
| Evaluation | evals.md | evals.png |
| Inferences | phoenix-inferences.md | Screenshot 2023-09-27 at 1.53.06 PM.png |
Running and connecting to the Phoenix client. Used:
- Self-hosting Phoenix
- Connecting to a Phoenix client (either Phoenix Developer Edition or self-hosted) to query spans, run evaluations, generate datasets, etc.
*arize-phoenix automatically includes arize-phoenix-otel and arize-phoenix evals
Running and connecting to the Phoenix client. Used:
- Self-hosting Phoenix
- Connecting to a Phoenix client (either Phoenix Developer Edition or self-hosted) to query spans, run evaluations, generate datasets, etc.
*arize-phoenix automatically includes arize-phoenix-otel and arize-phoenix evals