arize-phoenix 11.34.0__py3-none-any.whl → 11.35.0__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-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/METADATA +12 -9
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/RECORD +8 -8
- phoenix/server/thread_server.py +1 -2
- phoenix/version.py +1 -1
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/WHEEL +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/entry_points.txt +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/licenses/IP_NOTICE +0 -0
- {arize_phoenix-11.34.0.dist-info → arize_phoenix-11.35.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arize-phoenix
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.35.0
|
|
4
4
|
Summary: AI Observability and Evaluation
|
|
5
5
|
Project-URL: Documentation, https://arize.com/docs/phoenix/
|
|
6
6
|
Project-URL: Issues, https://github.com/Arize-ai/phoenix/issues
|
|
@@ -21,7 +21,7 @@ Requires-Dist: aioitertools
|
|
|
21
21
|
Requires-Dist: aiosqlite
|
|
22
22
|
Requires-Dist: alembic<2,>=1.3.0
|
|
23
23
|
Requires-Dist: arize-phoenix-client
|
|
24
|
-
Requires-Dist: arize-phoenix-evals>=0.
|
|
24
|
+
Requires-Dist: arize-phoenix-evals>=2.0.0
|
|
25
25
|
Requires-Dist: arize-phoenix-otel>=0.10.3
|
|
26
26
|
Requires-Dist: authlib
|
|
27
27
|
Requires-Dist: cachetools
|
|
@@ -121,12 +121,6 @@ Requires-Dist: numba>=0.60.0; extra == 'embeddings'
|
|
|
121
121
|
Requires-Dist: umap-learn; extra == 'embeddings'
|
|
122
122
|
Provides-Extra: evals
|
|
123
123
|
Provides-Extra: experimental
|
|
124
|
-
Provides-Extra: llama-index
|
|
125
|
-
Requires-Dist: llama-index-agent-openai>=0.2.7; extra == 'llama-index'
|
|
126
|
-
Requires-Dist: llama-index-embeddings-openai>=0.1.10; extra == 'llama-index'
|
|
127
|
-
Requires-Dist: llama-index-llms-openai>=0.1.24; extra == 'llama-index'
|
|
128
|
-
Requires-Dist: llama-index-readers-file>=0.1.25; extra == 'llama-index'
|
|
129
|
-
Requires-Dist: llama-index==0.11.0; extra == 'llama-index'
|
|
130
124
|
Provides-Extra: pg
|
|
131
125
|
Requires-Dist: asyncpg; extra == 'pg'
|
|
132
126
|
Requires-Dist: psycopg[binary,pool]; extra == 'pg'
|
|
@@ -241,6 +235,15 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
241
235
|
| [Autogen AgentChat](https://arize.com/docs/phoenix/integrations/frameworks/autogen/autogen-tracing) | `openinference-instrumentation-autogen-agentchat` | [](https://pypi.python.org/pypi/openinference-instrumentation-autogen-agentchat) |
|
|
242
236
|
| [Portkey](https://arize.com/docs/phoenix/integrations/portkey) | `openinference-instrumentation-portkey` | [](https://pypi.python.org/pypi/openinference-instrumentation-portkey) |
|
|
243
237
|
|
|
238
|
+
## Span Processors
|
|
239
|
+
|
|
240
|
+
Normalize and convert data across other instrumentation libraries by adding span processors that unify data.
|
|
241
|
+
|
|
242
|
+
| Package | Description | Version |
|
|
243
|
+
| ----------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
244
|
+
| [`openinference-instrumentation-openlit`](./python/instrumentation/openinference-instrumentation-openlit) | OpenInference Span Processor for OpenLIT traces. | [](https://pypi.python.org/pypi/openinference-instrumentation-openlit) |
|
|
245
|
+
| [`openinference-instrumentation-openllmetry`](./python/instrumentation/openinference-instrumentation-openllmetry) | OpenInference Span Processor for OpenLLMetry (Traceloop) traces. | [](https://pypi.python.org/pypi/openinference-instrumentation-openllmetry) |
|
|
246
|
+
|
|
244
247
|
### JavaScript Integrations
|
|
245
248
|
|
|
246
249
|
| Integration | Package | Version Badge |
|
|
@@ -256,7 +259,7 @@ Phoenix is built on top of OpenTelemetry and is vendor, language, and framework
|
|
|
256
259
|
| Integration | Package | Version Badge |
|
|
257
260
|
| --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
258
261
|
| [LangChain4j](https://github.com/Arize-ai/openinference/tree/main/java/instrumentation/openinference-instrumentation-langchain4j) | `openinference-instrumentation-langchain4j` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-langchain4j) |
|
|
259
|
-
|
|
|
262
|
+
| SpringAI | `openinference-instrumentation-springAI` | [](https://central.sonatype.com/artifact/com.arize/openinference-instrumentation-springAI) |
|
|
260
263
|
|
|
261
264
|
### Platforms
|
|
262
265
|
|
|
@@ -6,7 +6,7 @@ phoenix/exceptions.py,sha256=n2L2KKuecrdflB9MsCdAYCiSEvGJptIsfRkXMoJle7A,169
|
|
|
6
6
|
phoenix/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
7
7
|
phoenix/services.py,sha256=ngkyKGVatX3cO2WJdo2hKdaVKP-xJCMvqthvga6kJss,5196
|
|
8
8
|
phoenix/settings.py,sha256=2kHfT3BNOVd4dAO1bq-syEQbHSG8oX2-7NhOwK2QREk,896
|
|
9
|
-
phoenix/version.py,sha256=
|
|
9
|
+
phoenix/version.py,sha256=RJFnwmqSmKmJQDpkbU6omf53SgvFxHMmwQOK75tvJYM,24
|
|
10
10
|
phoenix/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
phoenix/core/embedding_dimension.py,sha256=zKGbcvwOXgLf-yrJBpQyKtd-LEOPRKHnUToyAU8Owis,87
|
|
12
12
|
phoenix/core/model.py,sha256=qBFraOtmwCCnWJltKNP18DDG0mULXigytlFsa6YOz6k,4837
|
|
@@ -105,7 +105,7 @@ phoenix/server/rate_limiters.py,sha256=cFc73D2NaxqNZZDbwfIDw4So-fRVOJPBtqxOZ8Qky
|
|
|
105
105
|
phoenix/server/retention.py,sha256=MQe1FWuc_NxhqgIq5q2hfFhWT8ddAmpppgI74xYEQ6c,3064
|
|
106
106
|
phoenix/server/session_filters.py,sha256=zEJHnF2sDCxjWti2eOz1Yx4r4-zS1rAzq0oUxzl0gEY,1697
|
|
107
107
|
phoenix/server/telemetry.py,sha256=4EluDDrhdDPxAjaW6lVSbi73xkB5XeUCZWOmZGdk0hg,2755
|
|
108
|
-
phoenix/server/thread_server.py,sha256=
|
|
108
|
+
phoenix/server/thread_server.py,sha256=W3U8aASh-vA01tvEnHfE9GpsOowINAATYt7ezjKSWvI,2088
|
|
109
109
|
phoenix/server/types.py,sha256=j8erl9iRNaR8t0DCQG84-uDVbHy9Qnm7T2EuTtDNNsU,8013
|
|
110
110
|
phoenix/server/api/README.md,sha256=Pyq1PLPgTzXAswrfIhGXrjI3Skq8it2jTVnanT6Ba4Q,1162
|
|
111
111
|
phoenix/server/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -451,9 +451,9 @@ phoenix/utilities/project.py,sha256=auVpARXkDb-JgeX5f2aStyFIkeKvGwN9l7qrFeJMVxI,
|
|
|
451
451
|
phoenix/utilities/re.py,sha256=6YyUWIkv0zc2SigsxfOWIHzdpjKA_TZo2iqKq7zJKvw,2081
|
|
452
452
|
phoenix/utilities/span_store.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
453
453
|
phoenix/utilities/template_formatters.py,sha256=gh9PJD6WEGw7TEYXfSst1UR4pWWwmjxMLrDVQ_CkpkQ,2779
|
|
454
|
-
arize_phoenix-11.
|
|
455
|
-
arize_phoenix-11.
|
|
456
|
-
arize_phoenix-11.
|
|
457
|
-
arize_phoenix-11.
|
|
458
|
-
arize_phoenix-11.
|
|
459
|
-
arize_phoenix-11.
|
|
454
|
+
arize_phoenix-11.35.0.dist-info/METADATA,sha256=xS7hzRKWSqDhACjwfYoslteLqm7z6LzDigKI74ei-rg,34045
|
|
455
|
+
arize_phoenix-11.35.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
456
|
+
arize_phoenix-11.35.0.dist-info/entry_points.txt,sha256=Pgpn8Upxx9P8z8joPXZWl2LlnAlGc3gcQoVchb06X1Q,94
|
|
457
|
+
arize_phoenix-11.35.0.dist-info/licenses/IP_NOTICE,sha256=JBqyyCYYxGDfzQ0TtsQgjts41IJoa-hiwDrBjCb9gHM,469
|
|
458
|
+
arize_phoenix-11.35.0.dist-info/licenses/LICENSE,sha256=HFkW9REuMOkvKRACuwLPT0hRydHb3zNg-fdFt94td18,3794
|
|
459
|
+
arize_phoenix-11.35.0.dist-info/RECORD,,
|
phoenix/server/thread_server.py
CHANGED
|
@@ -6,7 +6,6 @@ from time import sleep, time
|
|
|
6
6
|
|
|
7
7
|
from fastapi import FastAPI
|
|
8
8
|
from uvicorn import Config, Server
|
|
9
|
-
from uvicorn.config import LoopSetupType
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
def _nest_asyncio_applied() -> bool:
|
|
@@ -31,7 +30,7 @@ class ThreadServer(Server):
|
|
|
31
30
|
) -> None:
|
|
32
31
|
# Must use asyncio loop if nest_asyncio is applied
|
|
33
32
|
# Otherwise the app crashes when the server is run in a thread
|
|
34
|
-
loop
|
|
33
|
+
loop = "asyncio" if _nest_asyncio_applied() else "auto"
|
|
35
34
|
config = Config(
|
|
36
35
|
app=app,
|
|
37
36
|
host=host,
|
phoenix/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "11.
|
|
1
|
+
__version__ = "11.35.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|