5.11.0 (2024-11-22)
Features
- add environment variable for default admin initial password (#5487) (748556e)
- playground: block navigation when runs are in progress (#5476) (930576f)
Bug Fixes
- add backup import for ujson_dumps from pandas.io.json (#5496) (c463d57)
- Allow arbitrary column resizing without tail cell (#5468) (5320343), closes #5455
- Allow shrinking of playground dataset table cells that have long text (#5450) (59ab037), closes #5444
- deselect dataset when selecting active dataset from dropdown (#5453) (d1b1ccc)
- eval dataframe should allow a column to be all null if type doesn't match expected (#5495) (69b6594)
- Parse instrumented tool result messages as tool role messages (#5471) (9933521)
- playground: add limit on the number of concurrent streams for streaming chat completions over a dataset (#5440) (46ea8e4)
- playground: add tool call id to input and output messages (#5400) (283c3e9)
- playground: allow serverside api keys (#5445) (dd6a830)
- playground: batch chat completion requests for mutation (#5477) (d8189ba)
- playground: fix tool call ui (#5467) (5c29240)
- playground: link to all experiments not just one when running multiple prompts on a dataset (#5492) (91d94a1)
- playground: return error messages for timeouts and unexpected errors during chat completion over dataset subscription (#5447) (5f6a521)
- playground: update error handling to show unhandled errors in playground (#5442) (cf24912)
- tighten up playground throttling (#5488) (2a3e60e)