Hi All, can we save rasa model in s3 bucket ? rasa train --out [S3 BUCKET] How can i do this i wanna do it in automate way and thanks
If you’re looking for an automated way, this is how I achieved it using github actions: healthcheckbot/build.yaml at master · praekeltfoundation/healthcheckbot · GitHub
1 Like
i know it s just an exemple so i have deploy a rasa container in aws and i train model with the api can i save model in s3 ?
I don’t think the Rasa Open Source deployment itself needs to be on AWS, but it might make things simpler.