Skip to content

Releases: truera/trulens

trulens-eval-0.24.0

23 Feb 18:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: trulens-eval-0.23.0...trulens-eval-0.24.0

trulens-eval-0.23.0

16 Feb 21:06
89a28ad
Compare
Choose a tag to compare

What's Changed

Examples

Bug Fixes

Full Changelog: trulens-eval-0.22.2...trulens-eval-0.23.0

trulens-eval-0.22.2

13 Feb 19:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: trulens-eval-0.22.1...trulens-eval-0.22.2

trulens-eval-0.22.1

09 Feb 19:26
3a9d0d4
Compare
Choose a tag to compare

What's Changed

Changelog

  • Improved scalability by adding in a non-threaded pacer by @piotrm0 in #874
  • Fixed warning due to streamlit params -> query params by @joshreini1 in #860
  • Improved deferred evaluation and status checks by @piotrm0 in #807 and #879
  • Allow different schemas for Bedrock provider calls by @joshreini1 in #878

Examples

Bugfixes

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

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