How to link NLU and domain files which is stored in DB with rasa agent

Thank you @anoopshrma, I have tried the blog. It works wonderful. There are some tweaks I’m making to the script. I will share them here when I’m done.

Glad it helped you @namph-sgn

Sure

I have intents and responses in a database and i have a function which can collect the data from a database and form it into the yaml format as required like the nlu.yml file..

.

Could you please elaborate your query

@anoopshrma as I could see whenever the app starts the app loads the models and store its object in the dictionary. But my concern is whenever my Kubernetes pod scale that dictionary will reset. Thus the models will load once again, so the load will again increase on the server and eventually, pod will rescale again thus struck in an infinite loop.