Hi, I have developed my own Rasa Chatbot and would like to integrate it to my Django website. I did follow tutorials by Rasa and other sources on how this can be done but they all start by initialising a new rasa bot (rasa init). Does anyone know if there is another step for me to integrate my already built chatbot to django please? Thank you!
Welcome to the forum
Of course you can do it with an existing bot. Keep following the tutorials without the rasa init
part.
Here’s another tutorial: Integrating RASA Chatbot with Django Web Framework | by DLMade | Analytics Vidhya | Medium - Just don’t do rasa init
.
1 Like