Header Ads

RASA Chatbot SQL Server Integration using RASA Custom Actions

There are many platforms out there to develop chatbots for whatever business needs are required to be fulfilled and RASA platform is one of them. RASA chatbot platform is python-based. It comes with two version paid and open-source.

The advantage of RASA open-source chatbot platform is that a lot of customizations can be made with a chatbot. Connecting database with the chatbot is one of them. 

So, I am going to show you how to integrate SQL server database with RASA chatbot platform on windows machine.




Prerequisites:

Following are some of the many prerequisites for this project:
  1. Python Latest Version Installation.
  2. RASA Platform Installation.
  3. Knowledge of Training RASA Model.
  4. Knowledge of Creating RASA Web Chat Widget using SOCKET.IO.
  5. Knowledge of Building Chatbots.
The running working source code solution for this project is being developed using Python-based RASA platform with Microsoft SQL Server 2019 Professional as database on both Windows 10/11 and Linux/Ubuntu machines. For the source code in Windows or Linux/Ubuntu click on the button below.

Note that detail tutorial on how to work with RASA platform on Linux/Ubuntu machines will be coming soon, but, if you like you can play around with the provided source code for Linux/Ubuntu.

No comments