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

```graphql createDataset(name, description, examples) { dataset { id } } ```

when the unique constraint is violated in postgres, postgres correctly rejects the update on the span, but spits out an unhandled exception in the logs ``` ERROR [phoenix.db.bulk_inserter] Failed to...

bug

**Describe the bug** I am querying DSPy with Phoenix as the UI to visualize the queries. This tool has been a real game changer! I cannot help but notice that...

enhancement
c/ui

While testing out pagination, I've noticed that the last row in the traces and spans table tends to be partially obstructed. To reproduce, work on the llama-index trace fixture and...

bug
c/ui

Spans can appear more than once when paginating, probably due to a floating point rounding issue. To reproduce: - Check out out ae0ac67b99aae73da06d5dfb60c786ce90e8e296 on the `pagination` branch. - Sort by...

bug

it would be helpful to have a configuration option to disable caching for development and debugging purposes.

enhancement
c/dx