Rasa 3.6.11 (2023-10-05)
Bugfixes
-
#12722: Intent names will not be falsely abbreviated in interactive training (fixes OSS-413).
This will also fix a bug where forced user utterances (using the regex matcher) will
be reverted even though they are present in the domain. -
#12886: Cache
EndpointConfig
session object usingcached_property
decorator instead of recreating this object on every request.
Initialize these connection pools for action server and model server endpoints as part of the Sanicafter_server_start
listener.
Also close connection pools during Sanicafter_server_stop
listener.