Skip to content

Releases: truera/trulens

trulens-eval-0.22.0

03 Feb 15:01
Compare
Choose a tag to compare

What's Changed

Examples

Bug Fixes

Full Changelog: trulens-eval-0.21.0...trulens-eval-0.22.0

TruLens Eval v0.21.0

26 Jan 16:25
Compare
Choose a tag to compare

What's changed

Examples

  • Expand evaluation docs by @joshreini1 in #823 including:
    • Running Feedback Functions
    • Feedback Function Selectors
    • Feedback Function Providers
    • Feedback Implementations
    • Generating Test Cases
    • Feedback Evaluations

Bug Fixes

New contributors

Notes

  • When feedback mode is set to WITH_APP_THREAD, feedback may be computed more eagerly than expected.

TruLens Eval v0.20.3

10 Jan 18:04
cd96d3d
Compare
Choose a tag to compare

What's changed

Examples

  • Update langchain retrieval agents example to show validation of tool selection and tool input, work with openai > 1.0 by @piotrm0 @joshreini1 in #778
  • Update AWS examples with changes to Bedrock API, other bug fixes by @joshreini1 in #788

Bug Fixes

  • Removed optional imports from utility import (defined by init) by @piotrm0 in #786
  • Fix missing f-strings in warning when app_id not yet present in the logging db by @andrewisplinghoff in #790

New contributors

TruLens Eval v0.20.2

09 Jan 19:06
Compare
Choose a tag to compare

What's changed

  • Changed bedrock default model to "amazon.titan-text-lite-v1" by @rajib76 in #774
  • Documented outstanding tech debt by @piotrm0 in #771

Bug Fixes

  • Fix paths to components if an app gets garbage collected by @piotrm0 in #771
  • Wrapped openai imports and jupyter notebook related imports in optional contexts by @piotrm0 in #770
  • Fix to issubclass by @piotrm0 in #770
  • Address issue with select_context where the retriever is hidden by an excluded attribute by @piotrm0 in #768

New contributors

TruLens Eval v0.20.1

05 Jan 01:30
Compare
Choose a tag to compare

What's changed

  • Added instructions for installing from github by @piotrm0 in #740
  • Updated instrumentation docs by @joshreini1 in #737
  • Update structured extraction and chain of thought prompting for better results across providers by @joshreini1 in #732

Examples

  • Improve clarity of human feedback notebook by @piotrm0 in #746

Bug Fixes

TruLens Eval 0.20.0

23 Dec 01:36
b8fd623
Compare
Choose a tag to compare

What's Changed

Bugfixes

Examples

New Contributors

Full Changelog: trulens-eval-0.19.2...trulens-eval-0.20.0

TruLens Eval v0.19.2

18 Dec 22:37
Compare
Choose a tag to compare

Changelog

  • Add port and server to Tru.run_dashboard (#686)
  • Instrument langchain expression language based apps (#691) (#686)
  • extract query_str from query bundle as main input for llama_index apps (#690)

Examples

  • Change LangChain Quickstart to LCEL-RAG based example (#691)

Bug Fixes

  • Better messages for optional imports (#688)

TruLens-Eval-0.19.1

15 Dec 19:09
Compare
Choose a tag to compare

Changelog:

  • Remove cohere provider

TruLens-Eval v0.19.0

15 Dec 19:08
Compare
Choose a tag to compare

Changelog:

  • Add support for Pydantic v2
  • Improving handling/messages for openai client users
  • Add Langchain Feedback Provider

Bug Fixes:

  • Fix llama-index LLMBase import
  • Use union to support python versions < 3.10

TruLens-Eval-0.18.3

07 Dec 17:52
Compare
Choose a tag to compare

Changelog:

  • Migrate LiteLLM to v1 (#644)
  • Migrate AzureOpenAI to v1 (#640)
  • Expand groundedness smoke testing (#634)

Bug Fixes:

  • Fix Langchain-based evals so that data is properly evaluated (#636)
  • Fix escape unicode on records table (#632)
  • Catch more endpoint exceptions when tracking costs (#627)
  • Add wrapper for dynamically generated functions in boto3 (#626)
  • Update AzureOpenAI example (#647)