arize-phoenix 5.4.0__py3-none-any.whl → 5.5.1__py3-none-any.whl
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.1.dist-info/METADATA +262 -0
- {arize_phoenix-5.4.0.dist-info → arize_phoenix-5.5.1.dist-info}/RECORD +13 -13
- phoenix/server/api/subscriptions.py +227 -94
- phoenix/server/static/.vite/manifest.json +14 -14
- phoenix/server/static/assets/{components-8zh9kCOG.js → components-mVBxvljU.js} +2 -2
- phoenix/server/static/assets/{index-Ci93KI-L.js → index-BHfTZ6x_.js} +1 -1
- phoenix/server/static/assets/{pages-CFNU-U_5.js → pages-aAez_Ntk.js} +173 -173
- phoenix/server/static/assets/{vendor-arizeai-uC2sozJ6.js → vendor-arizeai-DRZuoyuF.js} +26 -26
- phoenix/version.py +1 -1
- arize_phoenix-5.4.0.dist-info/METADATA +0 -202
- {arize_phoenix-5.4.0.dist-info → arize_phoenix-5.5.1.dist-info}/WHEEL +0 -0
- {arize_phoenix-5.4.0.dist-info → arize_phoenix-5.5.1.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-5.4.0.dist-info → arize_phoenix-5.5.1.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-5.4.0.dist-info → arize_phoenix-5.5.1.dist-info}/licenses/LICENSE +0 -0
phoenix/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "5.
|
|
1
|
+
__version__ = "5.5.1"
|
|
@@ -1,202 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.3
|
|
2
|
-
Name: arize-phoenix
|
|
3
|
-
Version: 5.4.0
|
|
4
|
-
Summary: AI Observability and Evaluation
|
|
5
|
-
Project-URL: Documentation, https://docs.arize.com/phoenix/
|
|
6
|
-
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
7
|
-
Project-URL: Source, https://github.com/Arize-ai/phoenix
|
|
8
|
-
Author-email: Arize AI <phoenix-devs@arize.com>
|
|
9
|
-
License: Elastic-2.0
|
|
10
|
-
License-File: IP_NOTICE
|
|
11
|
-
License-File: LICENSE
|
|
12
|
-
Keywords: Explainability,Monitoring,Observability
|
|
13
|
-
Classifier: Programming Language :: Python
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
-
Requires-Python: <3.13,>=3.9
|
|
19
|
-
Requires-Dist: aioitertools
|
|
20
|
-
Requires-Dist: aiosqlite
|
|
21
|
-
Requires-Dist: alembic<2,>=1.3.0
|
|
22
|
-
Requires-Dist: arize-phoenix-evals>=0.13.1
|
|
23
|
-
Requires-Dist: arize-phoenix-otel>=0.5.1
|
|
24
|
-
Requires-Dist: authlib
|
|
25
|
-
Requires-Dist: cachetools
|
|
26
|
-
Requires-Dist: fast-hdbscan>=0.2.0
|
|
27
|
-
Requires-Dist: fastapi
|
|
28
|
-
Requires-Dist: grpc-interceptor
|
|
29
|
-
Requires-Dist: grpcio
|
|
30
|
-
Requires-Dist: httpx
|
|
31
|
-
Requires-Dist: jinja2
|
|
32
|
-
Requires-Dist: numba>=0.60.0
|
|
33
|
-
Requires-Dist: numpy!=2.0.0
|
|
34
|
-
Requires-Dist: openinference-instrumentation>=0.1.12
|
|
35
|
-
Requires-Dist: openinference-semantic-conventions>=0.1.9
|
|
36
|
-
Requires-Dist: opentelemetry-exporter-otlp
|
|
37
|
-
Requires-Dist: opentelemetry-proto>=1.12.0
|
|
38
|
-
Requires-Dist: opentelemetry-sdk
|
|
39
|
-
Requires-Dist: opentelemetry-semantic-conventions
|
|
40
|
-
Requires-Dist: pandas>=1.0
|
|
41
|
-
Requires-Dist: protobuf<6.0,>=3.20.2
|
|
42
|
-
Requires-Dist: psutil
|
|
43
|
-
Requires-Dist: pyarrow
|
|
44
|
-
Requires-Dist: pydantic!=2.0.*,<3,>=1.0
|
|
45
|
-
Requires-Dist: python-multipart
|
|
46
|
-
Requires-Dist: scikit-learn
|
|
47
|
-
Requires-Dist: scipy
|
|
48
|
-
Requires-Dist: sqlalchemy[asyncio]<3,>=2.0.4
|
|
49
|
-
Requires-Dist: sqlean-py>=3.45.1
|
|
50
|
-
Requires-Dist: starlette
|
|
51
|
-
Requires-Dist: strawberry-graphql==0.243.1
|
|
52
|
-
Requires-Dist: tqdm
|
|
53
|
-
Requires-Dist: typing-extensions>=4.6
|
|
54
|
-
Requires-Dist: umap-learn
|
|
55
|
-
Requires-Dist: uvicorn
|
|
56
|
-
Requires-Dist: websockets
|
|
57
|
-
Requires-Dist: wrapt
|
|
58
|
-
Provides-Extra: container
|
|
59
|
-
Requires-Dist: fast-hdbscan>=0.2.0; extra == 'container'
|
|
60
|
-
Requires-Dist: numba>=0.60.0; extra == 'container'
|
|
61
|
-
Requires-Dist: openai>=1.0.0; extra == 'container'
|
|
62
|
-
Requires-Dist: opentelemetry-exporter-otlp; extra == 'container'
|
|
63
|
-
Requires-Dist: opentelemetry-instrumentation-fastapi; extra == 'container'
|
|
64
|
-
Requires-Dist: opentelemetry-instrumentation-grpc; extra == 'container'
|
|
65
|
-
Requires-Dist: opentelemetry-instrumentation-sqlalchemy; extra == 'container'
|
|
66
|
-
Requires-Dist: opentelemetry-proto>=1.12.0; extra == 'container'
|
|
67
|
-
Requires-Dist: opentelemetry-sdk; extra == 'container'
|
|
68
|
-
Requires-Dist: opentelemetry-semantic-conventions; extra == 'container'
|
|
69
|
-
Requires-Dist: prometheus-client; extra == 'container'
|
|
70
|
-
Requires-Dist: py-grpc-prometheus; extra == 'container'
|
|
71
|
-
Requires-Dist: strawberry-graphql[opentelemetry]==0.243.1; extra == 'container'
|
|
72
|
-
Requires-Dist: umap-learn; extra == 'container'
|
|
73
|
-
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'container'
|
|
74
|
-
Provides-Extra: dev
|
|
75
|
-
Requires-Dist: anthropic; extra == 'dev'
|
|
76
|
-
Requires-Dist: arize[autoembeddings,llm-evaluation]; extra == 'dev'
|
|
77
|
-
Requires-Dist: asgi-lifespan; extra == 'dev'
|
|
78
|
-
Requires-Dist: asyncpg; extra == 'dev'
|
|
79
|
-
Requires-Dist: faker>=30.1.0; extra == 'dev'
|
|
80
|
-
Requires-Dist: gcsfs; extra == 'dev'
|
|
81
|
-
Requires-Dist: google-cloud-aiplatform>=1.3; extra == 'dev'
|
|
82
|
-
Requires-Dist: grpc-interceptor[testing]; extra == 'dev'
|
|
83
|
-
Requires-Dist: hatch; extra == 'dev'
|
|
84
|
-
Requires-Dist: jupyter; extra == 'dev'
|
|
85
|
-
Requires-Dist: langchain>=0.0.334; extra == 'dev'
|
|
86
|
-
Requires-Dist: litellm>=1.0.3; extra == 'dev'
|
|
87
|
-
Requires-Dist: llama-index>=0.10.3; extra == 'dev'
|
|
88
|
-
Requires-Dist: mypy==1.11.2; extra == 'dev'
|
|
89
|
-
Requires-Dist: nbqa; extra == 'dev'
|
|
90
|
-
Requires-Dist: pandas-stubs==2.2.2.240603; extra == 'dev'
|
|
91
|
-
Requires-Dist: pandas>=1.0; extra == 'dev'
|
|
92
|
-
Requires-Dist: portpicker; extra == 'dev'
|
|
93
|
-
Requires-Dist: pre-commit; extra == 'dev'
|
|
94
|
-
Requires-Dist: prometheus-client; extra == 'dev'
|
|
95
|
-
Requires-Dist: psycopg[binary,pool]; extra == 'dev'
|
|
96
|
-
Requires-Dist: pytest-asyncio; extra == 'dev'
|
|
97
|
-
Requires-Dist: pytest-cov; extra == 'dev'
|
|
98
|
-
Requires-Dist: pytest-postgresql; extra == 'dev'
|
|
99
|
-
Requires-Dist: pytest-xdist; extra == 'dev'
|
|
100
|
-
Requires-Dist: pytest==8.3.3; extra == 'dev'
|
|
101
|
-
Requires-Dist: ruff==0.6.9; extra == 'dev'
|
|
102
|
-
Requires-Dist: strawberry-graphql[debug-server,opentelemetry]==0.243.1; extra == 'dev'
|
|
103
|
-
Requires-Dist: tabulate; extra == 'dev'
|
|
104
|
-
Requires-Dist: tox-uv==1.11.3; extra == 'dev'
|
|
105
|
-
Requires-Dist: tox==4.18.1; extra == 'dev'
|
|
106
|
-
Requires-Dist: types-tabulate; extra == 'dev'
|
|
107
|
-
Requires-Dist: uv==0.4.8; extra == 'dev'
|
|
108
|
-
Requires-Dist: uvloop; (platform_system != 'Windows') and extra == 'dev'
|
|
109
|
-
Provides-Extra: embeddings
|
|
110
|
-
Requires-Dist: fast-hdbscan>=0.2.0; extra == 'embeddings'
|
|
111
|
-
Requires-Dist: numba>=0.60.0; extra == 'embeddings'
|
|
112
|
-
Requires-Dist: umap-learn; extra == 'embeddings'
|
|
113
|
-
Provides-Extra: evals
|
|
114
|
-
Provides-Extra: experimental
|
|
115
|
-
Provides-Extra: llama-index
|
|
116
|
-
Requires-Dist: llama-index-agent-openai==0.2.7; extra == 'llama-index'
|
|
117
|
-
Requires-Dist: llama-index-embeddings-openai==0.1.10; extra == 'llama-index'
|
|
118
|
-
Requires-Dist: llama-index-llms-openai==0.1.24; extra == 'llama-index'
|
|
119
|
-
Requires-Dist: llama-index-readers-file==0.1.25; extra == 'llama-index'
|
|
120
|
-
Requires-Dist: llama-index==0.10.51; extra == 'llama-index'
|
|
121
|
-
Provides-Extra: pg
|
|
122
|
-
Requires-Dist: asyncpg; extra == 'pg'
|
|
123
|
-
Requires-Dist: psycopg[binary,pool]; extra == 'pg'
|
|
124
|
-
Provides-Extra: test
|
|
125
|
-
Description-Content-Type: text/markdown
|
|
126
|
-
|
|
127
|
-
<p align="center">
|
|
128
|
-
<a target="_blank" href="https://phoenix.arize.com" style="background:none">
|
|
129
|
-
<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>
|
|
130
|
-
</a>
|
|
131
|
-
<br/>
|
|
132
|
-
<br/>
|
|
133
|
-
<a href="https://docs.arize.com/phoenix/">
|
|
134
|
-
<img src="https://img.shields.io/static/v1?message=Docs&logo=data:image/png;base64,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&labelColor=grey&color=blue&logoColor=white&label=%20"/>
|
|
135
|
-
</a>
|
|
136
|
-
<a target="_blank" href="https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q">
|
|
137
|
-
<img src="https://img.shields.io/static/v1?message=Community&logo=slack&labelColor=grey&color=blue&logoColor=white&label=%20"/>
|
|
138
|
-
</a>
|
|
139
|
-
<a target="_blank" href="https://twitter.com/ArizePhoenix">
|
|
140
|
-
<img src="https://img.shields.io/badge/-ArizePhoenix-blue.svg?color=blue&labelColor=gray&logo=twitter">
|
|
141
|
-
</a>
|
|
142
|
-
<a target="_blank" href="https://pypi.org/project/arize-phoenix/">
|
|
143
|
-
<img src="https://img.shields.io/pypi/v/arize-phoenix?color=blue">
|
|
144
|
-
</a>
|
|
145
|
-
<a target="_blank" href="https://anaconda.org/conda-forge/arize-phoenix">
|
|
146
|
-
<img src="https://img.shields.io/conda/vn/conda-forge/arize-phoenix.svg?color=blue">
|
|
147
|
-
</a>
|
|
148
|
-
<a target="_blank" href="https://pypi.org/project/arize-phoenix/">
|
|
149
|
-
<img src="https://img.shields.io/pypi/pyversions/arize-phoenix">
|
|
150
|
-
</a>
|
|
151
|
-
<a target="_blank" href="https://hub.docker.com/r/arizephoenix/phoenix/tags">
|
|
152
|
-
<img src="https://img.shields.io/docker/v/arizephoenix/phoenix?sort=semver&logo=docker&label=image&color=blue">
|
|
153
|
-
</a>
|
|
154
|
-
</p>
|
|
155
|
-
|
|
156
|
-
Phoenix is an open-source AI observability platform designed for experimentation, evaluation, and troubleshooting. It provides:
|
|
157
|
-
|
|
158
|
-
- **_Tracing_** - Trace your LLM application's runtime using OpenTelemetry-based instrumentation.
|
|
159
|
-
- **_Evaluation_** - Leverage LLMs to benchmark your application's performance using response and retrieval evals.
|
|
160
|
-
- **_Datasets_** - Create versioned datasets of examples for experimentation, evaluation, and fine-tuning.
|
|
161
|
-
- **_Experiments_** - Track and evaluate changes to prompts, LLMs, and retrieval.
|
|
162
|
-
|
|
163
|
-
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
|
-
|
|
165
|
-
Phoenix runs practically anywhere, including your Jupyter notebook, local machine, containerized deployment, or in the cloud.
|
|
166
|
-
|
|
167
|
-
<img alt="phoenix_overview.gif" width="100%" src="https://github.com/Arize-ai/phoenix-assets/blob/main/gifs/phoenix_overview.gif?raw=true">
|
|
168
|
-
|
|
169
|
-
## Installation
|
|
170
|
-
|
|
171
|
-
Install Phoenix via `pip` or `conda`
|
|
172
|
-
|
|
173
|
-
```shell
|
|
174
|
-
pip install arize-phoenix
|
|
175
|
-
```
|
|
176
|
-
|
|
177
|
-
Phoenix container images are available via [Docker Hub](https://hub.docker.com/r/arizephoenix/phoenix) and can be deployed using Docker or Kubernetes.
|
|
178
|
-
|
|
179
|
-
## Community
|
|
180
|
-
|
|
181
|
-
Join our community to connect with thousands of AI builders.
|
|
182
|
-
|
|
183
|
-
- 🌍 Join our [Slack community](https://join.slack.com/t/arize-ai/shared_invite/zt-1px8dcmlf-fmThhDFD_V_48oU7ALan4Q).
|
|
184
|
-
- 📚 Read our [documentation](https://docs.arize.com/phoenix).
|
|
185
|
-
- 💡 Ask questions and provide feedback in the _#phoenix-support_ channel.
|
|
186
|
-
- 🌟 Leave a star on our [GitHub](https://github.com/Arize-ai/phoenix).
|
|
187
|
-
- 🐞 Report bugs with [GitHub Issues](https://github.com/Arize-ai/phoenix/issues).
|
|
188
|
-
- 𝕏 Follow us on [𝕏](https://twitter.com/ArizePhoenix).
|
|
189
|
-
- 💌️ Sign up for our [mailing list](https://phoenix.arize.com/#updates).
|
|
190
|
-
- 🗺️ Check out our [roadmap](https://github.com/orgs/Arize-ai/projects/45) to see where we're heading next.
|
|
191
|
-
|
|
192
|
-
## Breaking Changes
|
|
193
|
-
|
|
194
|
-
See the [migration guide](./MIGRATION.md) for a list of breaking changes.
|
|
195
|
-
|
|
196
|
-
## Copyright, Patent, and License
|
|
197
|
-
|
|
198
|
-
Copyright 2023 Arize AI, Inc. All Rights Reserved.
|
|
199
|
-
|
|
200
|
-
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).
|
|
201
|
-
|
|
202
|
-
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).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|