We are trying our hand at Rasa as our NLP. Our application have multiple chatbots managing different functionality. Currently we are managing different NLPs for each.
As Rasa is based on models, we are confused how we can handle multiple models in same Rasa instance.
Can we create separate models for each app in same Rasa instance and parse the model according to each chatbot.
And also can we customize the model name while creating it using the model/train API.
That means we need to create separate rasa instance for each applications right.
Also we could see --fixed-model-name for custom model name in rasa train command. Can we use the same parameter in model/train API. Or do we have any API for renaming the model