Skip to content

TruLens Eval v0.11.0

Compare
Choose a tag to compare
@rshih32 rshih32 released this 31 Aug 23:19
· 1 commit to releases/rc-trulens-eval-0.11.0 since this release

Changelog

  • Add ability to add metadata to records
  • Add Feedback functions for bertscore, rouge, and bleu scores
  • More instrumentation for Langchain Agents
  • Added capability to instrument more than the default calls such as LangchainP Prompt Templates
  • Added support for tracking via python context managers
  • Added badges showing test results on documentation page

Examples

  • Added Llama Index RAG application with a vector store using Milvus

Bug Fixes

  • Fix for multi-result introduced in 0.10.0
  • Allow FeedbackCall to have JSON args
  • Fix error for OpenAi Chat LLM with ChatPromptTemplate