Guide for end to end chat bot development using RASA

I am trying to find a good tutorial on RASA from creating the chatbot and deploying it with continuous integration.

I have checked the RASA master class on YouTube but found that most of the stuff is depreciated.

I was wondering if you could refer me to a guide like that which uses the latest version of RASA.

1 Like

Hi @navendu-pottekkat, our walkthrough doc provides a good high-level overview of what’s needed to set up a CI/CD pipeline.

We also have an example Github Actions pipeline for our Sara demo bot here that’s a great reference.

1 Like

Thank you, I will check it out. One more question. If I have to use multiple chatbots, do I have to host multiple servers? Like in the RASA masterclass video in YouTube where you use GCP to create virtual machines to host the action server. So if I want to use multiple chatbots I have to host the servers on different machines right?

I know this is not a RASA related question but I wanted to know how it is done by the RASA devs.

Hey @navendu-pottekkat. Please check out youtube videos by Innovate Yourself playlist. It’s pretty cool tbh. https://www.youtube.com/watch?v=OkWcHr2XDxE&list=PLtFHvora00y8NBwCMoNnPqii-y2-gyl5p

PS/TIP: Please mark the reply as answer(or probably give a like) if you found it useful so that others can find it easy to navigate. Thanks.

1 Like