Automated rasa train

Hello everyone, I was wondering if there is a way to automate the training of the model using the rasa train command ? I’m using rasa version: “3.1” and Python 3.11.0

And thank you

Hi @Mehyar, what do you mean by this?

Hi, @rasa_learner So I have a python script that creates a lookup.yml file and populates it from a database. That database gets updated every six months and with it a new lookup.yml file is created. Now to my understanding is that every change that happens to the training data needs to be followed by the “rasa train” command. I’m looking for a way to automate that last part in order for the rasa assistant to function properly.