Using rasa helpers with rasa version 3

Hi , Am trying to make my rasa bot multilingual, in English and Swahili languages, ive trained my separate nlu models and i have my nlu and nlg controls configurations yaml files, Am trying to start the servers using rasa helpers but i get dependency issues with the sanic module, rasa helpers supports upto v21.9 and rasa 3 open source and sdk support higher versions of sanic, How can i go about it and is their an alternative to this?

@stephens

I don’t know what you mean by “rasa helpers”. Sounds like you don’t have sanic installed.

More and more users are having success with single model for multi-language. This allows you to run a single instance if it works.

and in the event that i have two separate nlu models for each languages and a core model , how would i start up the nlu and nlg server to interact with the core model ,ask questions in any of the languages and still get the right response

in short am trying to interact with the agnostic core i have trained and saved

Deployment options are documented here.