Hi,
I’m trying to fetch rasa trained model from S3 bucket in docker. I have provided the aws credentials in dockerfile. On running the below command:
rasa run -m 20220605-234203.tar.gz --remote-storage aws --enable-api -p 5005 --log-file rasa-server.log --endpoints endpoints.yml --debug
I’m getting this output:
ERROR rasa.core.agent - Could not load model due to 'ContentLength'.
UserWarning: The model at '20220605-234203.tar.gz' could not be loaded. Error: <class 'KeyError'>: 'ContentLength'
UserWarning: Agent could not be loaded with the provided configuration. Load default agent without any model.
I would really appreciate it if someone could tell me how to fetch the rasa model from S3 successfully.
Thanks.