Hello,
I want to deploy rasa onto my existing website.
Actually, in the current scenario, I am using two rasa projects for different languages running on different ports:
- English Language (i.e.English action → port-5056 & English rasa → port-5005)
- Hindi Language (i.e. Hindi action → port-5057 & Hindi rasa → port-5007)
So I need to merge them & deploy them to my existing website.
Thanks