phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

AI Observability & Evaluation

Results 215 phoenix issues
Sort by recently updated
recently updated
newest added

curl --request POST \ --url /v1/datasets/upload \ --header 'Content-Type: multipart/form-data' \ Response ```JSON { "name": "…", "description": null, "created_at": "…", "data_type": "kv", "id": "…", "tenant_id": "…", "example_count": 1, "session_count": 1,...

As a user, I'd like to have the notion of a dataset of records over which I can run an application or a set of evals. Common dataset purposes are:...

roadmap

Get a specific dataset. Path Parameters dataset_id REQUIRED string · uuid Responses ```JSON { "name": "…", "description": null, "created_at": "…", "id": "…", "record_count": 1, "modified_at": "…", } ```

As a user of phoenix, I want to be able to associate multiple traces (e.g. conversational flows) under a single session_id. This way I can track the back and forth...

roadmap
c/traces

add a swagger UI like doc site that showcases the REST APIs

enhancement

``` --------------------------------------------------------------------------- ProtocolError Traceback (most recent call last) File [~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/requests/models.py:816](https://file+.vscode-resource.vscode-cdn.net/Users/mikeldking/work/phoenix/tutorials/tracing/~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/requests/models.py:816), in Response.iter_content..generate() [815](https://file+.vscode-resource.vscode-cdn.net/Users/mikeldking/work/phoenix/tutorials/tracing/~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/requests/models.py:815) try: --> [816](https://file+.vscode-resource.vscode-cdn.net/Users/mikeldking/work/phoenix/tutorials/tracing/~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/requests/models.py:816) yield from self.raw.stream(chunk_size, decode_content=True) [817](https://file+.vscode-resource.vscode-cdn.net/Users/mikeldking/work/phoenix/tutorials/tracing/~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/requests/models.py:817) except ProtocolError as e: File [~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/urllib3/response.py:1040](https://file+.vscode-resource.vscode-cdn.net/Users/mikeldking/work/phoenix/tutorials/tracing/~/anaconda3/envs/phoenix-persist/lib/python3.11/site-packages/urllib3/response.py:1040), in HTTPResponse.stream(self, amt,...

bug

:robot: I have created a release *beep* *boop* --- ## [3.25.0](https://github.com/Arize-ai/phoenix/compare/arize-phoenix-v3.24.0...arize-phoenix-v3.25.0) (2024-04-30) ### Features * add bedrock claude tracing tutorial ([#2919](https://github.com/Arize-ai/phoenix/issues/2919)) ([b8b5240](https://github.com/Arize-ai/phoenix/commit/b8b524045fd7531a82f02a82bc5c0659c263621e)) ### Documentation * **development:** make it explicit that...

autorelease: pending
size:S

start_time and end_time filter on get_spans() transforms to iso_time which is in the user's timezone. The Phoenix UI also shows it on the users timezone, however, the filtering uses UTC...

bug
needs information