Skip to content

Releases: cleanlab/cleanlab-tlm

v1.1.0

21 Apr 23:13
b42c044

Choose a tag to compare

Changed

  • All .prompt() / .get_trustworthiness_score() / .generate() / .score() methods will now catch any errors and return null values alongside a log of why the exception occurred
  • try_ methods are deprecated and will share the same functionality as the "non-try" methods

v1.0.22

18 Apr 23:53
24e8f08

Choose a tag to compare

  • Update response_helpfulness default criteria

v1.0.21

18 Apr 17:44
bf01cea

Choose a tag to compare

Added

  • Add new OpenAI models: gpt-4.1, gpt-4.1-mini, gpt-4.1-nano, o3, o4-mini

v1.0.20

16 Apr 04:21
3fca77f

Choose a tag to compare

Added

  • Add new options for similarity_metric: code and discrepancy

Fixed

  • Better validation / error message for invalid evals arguments in TrustworthyRAG

v1.0.19

15 Apr 00:08
a04764d

Choose a tag to compare

Added

  • Add batch processing message

v1.0.18

12 Apr 04:59
6b041bd

Choose a tag to compare

Added

  • Add score_async method to TrustworthyRAG

v1.0.17

10 Apr 23:13
5801dc1

Choose a tag to compare

Added

  • TrustworthyRAG set retries

v1.0.16

02 Apr 05:42
27081bb

Choose a tag to compare

Added

  • TrustworthyRAG set retries

v1.0.15

01 Apr 20:54

Choose a tag to compare

Added

  • Update context_sufficiency default criteria

v1.0.14

01 Apr 18:37
e044df0

Choose a tag to compare

Added

  • Add batch support to TrustworthyRAG