Skip to content

TruLens Eval v0.8.0

Compare
Choose a tag to compare
@rshih32 rshih32 released this 03 Aug 20:41
· 948 commits to main since this release
9d476d6

Library containing evaluations of LLM Applications

Changelog

  • Support for asynch calls for both langchain (acall) and llama-index (aquery)
  • Support for streaming and chat for llama-index (chat, achat, stream_chat, astream_chat)
  • Support for user subclassed components for both langchain and llama index
  • Support for specifying a db file via Tru(database_file=“dbfile”)

Examples

  • Added a FAISS example
  • Examples added for asynch
  • Fix reference to correct literature - Alice in Wonderland in llama-index subquestion example
  • Add groundedness to pinecone and agents examples
  • Add colab links to examples

Bug Fixes

  • Fix AzureOpenAI to take deployment_id
  • Fix code bugs