Skip to content

Commit

Permalink
docs: No subject (GITBOOK-369)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking authored and gitbook-bot committed Nov 21, 2023
1 parent d5bcaf8 commit 656b5c0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of contents

* [Phoenix: AI Observability & Evaluation](README.md)
* [Environments](environments.md)
* [Example Notebooks](notebooks.md)

## 🔑 Quickstart
Expand Down
24 changes: 24 additions & 0 deletions docs/environments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
description: >-
The Phoenix app can be run in various notebook environments such as colab and
SageMaker as well as be served via the terminal or a docker container
---

# Environments

Phoenix app is first and foremost an application that can be run just in in your notebook! This makes it an extremely flexible app since it can be accessed directly as you iterate on your AI-powered app!\


### Notebooks

Currently phoenix supports local, colab and SageMaker notebooks.



### Container

{% hint style="info" %}
Container images are still actively being worked on. If you are interested in hosted phoenix, please get in touch!
{% endhint %}

Phoenix server images are now available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix). The hosted phoenix server runs as a trace collector and can be used if you want observability for LLM traces via docker compose or simply want a long-running phoenix instance.

0 comments on commit 656b5c0

Please sign in to comment.