Happy to announce the release of Rasa OSS 3.6; it comes with improvements like,
building docker containers for arm64, Updated knowledge base action docs to reflect the improvements made in knowledge base actions, updated tensorflow to 2.11.1 version, support for location data from WhatsApp on twilio channel, and much more. Check out the bug fixes and improvements here. Python 3.7 support is also removed as announced previously here.
Also, a major announcement regarding Markers, as markers, was an experimental feature, since itβs challenging to set up and use, It will be removed in the next version i.e., Rasa OSS 3.7.
I started using 3.6 version. My Action server is running but Iβm facing an error in custom actions server.
2023-06-26 18:01:48 INFO rasa_sdk.endpoint - Starting plugins...
2023-06-26 18:01:48 INFO rasa_sdk.plugin - No plugins found
Traceback (most recent call last):
File "C:\Users\hussain9453\Desktop\Rasa3.6\env\lib\site-packages\rasa_sdk\plugin.py", line 26, in _discover_plugins
import rasa_sdk_plugins
ModuleNotFoundError: No module named 'rasa_sdk_plugins'
2023-06-26 18:01:48 INFO rasa_sdk.endpoint - Action endpoint is up and running on http://0.0.0.0:5055