Opik Dashboard:
- Added the option to sort the projects table by
Last updated,Created atandNamecolumns. - Updated the logic for displaying images, instead of relying on the format of the response, we now use regex rules to detect if the trace or span input includes a base64 encoded image or url.
- Improved performance of the Traces table by truncating trace inputs and outputs if they contain base64 encoded images.
- Fixed some issues with rendering trace input and outputs in YAML format.
- Added grouping and charts to the experiments page:

SDK:
-
New integration: Anthropic integration
-
Added a new
evaluate_experimentmethod in the SDK that can be used to re-score an existing experiment, learn more in the Update experiments guide.