DocumentationAPI ReferenceRelease Notes
DocumentationLog In
Release Notes

0.9.0 Release Notes

This page includes includes updates from our 0.9.0 Release, which includes new features, stability and performance improvements.

0.8.0 Release Notes

This page includes includes updates from our 0.8.0 Release, which includes new features, stability and performance improvements.

0.7.0 Release Notes

This page includes includes updates from our 0.7.0 Release, which includes new features, stability and performance improvements.

deprecated

0.7.0 API Changes (breaking 0.6.0)

🚧

Summary of Changes

  1. ext_interaction_id was changed into user_interaction_id - This id must be unique within a single version and can be set by the consumer (otherwise deepchecks will generate one for you). This is the only unique id of the interaction.
  2. We've made some name changes - user_input is now input, and response is not output. Additional changes that affect SDK and REST API users are listed below.
  3. We've added an option to set the annotation to None and differentiated it from Unknown.
    1. None - Deepchecks will try to estimate the annotation.
    2. Unknown- the interaction input/output where reviewed, and the annotation for that interaction can't be defined as "Good" or "Bad". Deepchecks will not try to estimate an annotation for this sample.