arize-phoenix-client-v1.22.0
📦 arize-phoenixView on GitHub →
✨ 4 features🐛 2 fixes🔧 1 symbols
Summary
Version 1.22.0 introduces several new features including binding examples to evaluators, prompt metadata, and resuming experiments. It also includes bug fixes related to error messaging and input softening for dataset creation.
Migration Steps
- If you rely on the error handling for non-existent prompts, note that the error message is now clearer instead of a generic HTTP 404.
- Review usage of `create_dataset` method in the client to ensure compatibility with softened input types.
✨ New Features
- Bind example to evaluators
- Add metadata support for prompts
- Enable querying examples by splits
- Introduce functionality to resume experiments and evaluations
🐛 Bug Fixes
- Provide a clearer error message when prompts do not exist, instead of returning an HTTP 404 error
- Soften input type requirements for the create_dataset method in the client
🔧 Affected Symbols
create_dataset