How to automatically update rasa model

Hello, i deployed my model (it is the model which returns intents and entities, it’s not converational AI). after deploying it on github action server i want to update model once data yaml changes. my model currently is saved on s3, so when newly trained model appears i want to automatically download it and re-run:rasa run --enable-api. action. but i don’t know how it can be done

@datonefaridze you can use GitHub actions for the same.

Ref: carbon-bot/model_ci.yml at master · RasaHQ/carbon-bot · GitHub

You can train the model using Github Actions and run the following command, please see the above link in detail.

You can train the model using GitHub actions and upload to Rasa X and activate from there.

1 Like