Skip to content

Releases: trubrics/trubrics-sdk

v1.6.2

24 Oct 09:21
Compare
Choose a tag to compare

Added

  • Option to user text_area for textual feedback collection in Streamlit. Thanks @hamdan-27

v1.6.1

12 Sep 10:19
Compare
Choose a tag to compare

Fixed

  • Now compatible for pydantic>=1.5 (v1 and v2)

v1.6.0

08 Sep 08:17
Compare
Choose a tag to compare

streamlit-feedback has been revamped for tighter integration with st chat elements

Changed

  • fix dependency with streamlit-feedback==0.1.2
  • single_submit has been removed from .st_feedback(), and replaced with disable_with_score

Added

  • new streamlit chatbot streaming example

Fixed

  • streamlit llm examples

v1.5.2

04 Sep 14:32
Compare
Choose a tag to compare

Fixed

  • user_response is dict rather than Response for feedback_type="text"
  • collector.st_feedback(..., save_to_trubrics=False) returns a python dict
  • pydantic dependency updated and .dict() updated to .model_dump()

v1.5.1

29 Aug 09:31
Compare
Choose a tag to compare

Changed

  • Rename model_config with config_model for pydantic

v1.5.0

29 Aug 09:01
Compare
Choose a tag to compare

⚠️ This version has breaking changes.

Depreciated

  • All validations have been depreciated.

Added

  • New hierarchy for organising Projects in Trubrics
  • New log_prompts method for tracing user prompts and model generations

Changed

  • Updated API (Python SDK & Streamlit) for collecting feedback

v1.4.5

11 Aug 14:32
Compare
Choose a tag to compare

Changed

  • Added option to skip success or error message upon saving feedback to Trubrics

v1.4.4

08 Aug 07:04
Compare
Choose a tag to compare

Changed

  • Replaced streamlit python feedback components with React components

v1.4.3

17 Jul 11:10
Compare
Choose a tag to compare

Changed

  • Move all validations dependencies to "pip install trubrics[validations]"

v1.4.2

05 Jul 09:01
Compare
Choose a tag to compare

Changed

  • Make UTC default for saving feedback responses

Fixed

  • Use default factory for Feedback object created_on