Hi, I need some help loading the core model.
Earlier we were using some custom python script to load model to the rasa server, and we were maintaining a global dictionary to store the class object so that we don’t have to load the model on run-time. But now there is a problem, we have shifted our architecture from docker to Kubernetes, and due to this when the pod is upscale the global dictionary is set to empty and no model is detected.
Is there any way to store the rasa.core.agent object in some anyway or any other method to mitigate the problem. !