I am trying to run RASA 3.6.0 on Google Cloud run. My issue is with the actions server in that it does not respond to requests. When I check the logs I get the following error: ModuleNotFoundError: No module named 'rasa_sdk_plugins'"
My requirements.txt is as follows for my Docker container:
fuzzywuzzy==0.18.0
rasa==3.6.0
sentence-transformers
huggingface_hub==0.0.17
pandas==1.3.4
rasa-sdk==3.6.0
scikit-learn
torch==1.10.0
openpyxl
I am not fully sure if this is the issue but would appreciate if anyone knew how to overcome the error of rasa_sdk_plugins not being found