Skip to content

2.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 16:05
· 6141 commits to main since this release
02b7b1c

Bugfixes

  • #8046: ResponseSelector can now be trained with the transformer enabled (i.e. when a positive
    number_of_transformer_layers is provided) even if one doesn't specify the transformer's
    size. Previously, not specifying transformer_size led to an error.
  • #8386: Return EntityEvaluationResult during evaluation of test stories only if parsed_message is not None.
  • #8546: Ignore OSError in Sentry reporting.
  • #8547: Replaced ValueError with RasaException in TED model _check_data method.
  • #8639: Changed import to fix agent creation in Jupyter.

Miscellaneous internal changes