Releases: cleanlab/cleanlab-codex
Releases · cleanlab/cleanlab-codex
v1.0.16
v1.0.15
- Update default thresholds for response helpfulness to 0.23 in
Validator
API. - Update
codex-sdk
dependency to0.1.0a19
.
v1.0.14
- Update
codex-sdk
dependency to0.1.0-alpha.17
. - Capture data for the number of times the validator API is called on a Codex project.
v1.0.13
- Update
cleanlab-tlm
dependancy to~=1.1
.
v1.0.12
- Support adding metadata in
validate()
method in Validator API.
v1.0.11
- Update default thresholds for custom evals to 0.0 in
Validator
API.
v1.0.10
- Add async support to
Validator
API.
v1.0.9
- Refactor threshold validation in the
Validator
class to only check user-provided metrics.
v1.0.8
- Update
Project.query()
method with optionalmetadata
property to log and store arbitrary metadata. - Remove
response_validation.py
module.
v1.0.7
- Update
Project.query()
method based on API changes from question grouping feature.