Skip to content

2.2.6

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 14:38
· 8426 commits to main since this release
ca12efb

Bugfixes

  • #7717: Fix wrong warning The method 'EventBroker.close' was changed to be asynchronous when
    the EventBroker.close was actually asynchronous.

  • #7720: Fix incremental training for cases when training data does not contain entities but DIETClassifier is configured to perform entity recognition also.

    Now, the instance of RasaModelData inside DIETClassifier does not contain entities as a feature for training if there is no training data present for entity recognition.