Skip to content

TruLens Eval v0.9.0

Compare
Choose a tag to compare
@rshih32 rshih32 released this 10 Aug 22:39
· 948 commits to main since this release
9ddf355

Library containing evaluations of LLM Applications

Changelog

  • Allow custom feedback function naming
  • Allow multi output from feedback functions via key, value output
  • Display method name alongside class name in timeline view
  • Support for calls to langchain evaluation criteria
  • Allow instrumentation tracking of user defined classes for LLM apps

Examples

  • Added Langchain Agents example

Bug Fixes

  • Fix For get_records_and_feedback when supplying app_ids
  • Silence key not supplied errors on all API calls
  • Fix check on AzureOpenAI provider for groundedness feedback function