TruLens Eval v0.8.0
rshih32
released this
03 Aug 20:41
·
948 commits
to main
since this release
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