Hi There, I am new to this. I have been following the tutorials to setup the Rasa X and able to start the chat bot and it is working flawlessly. Now, I have a xaamp server setup on a remote desktop and it has mysql with a table tbl_faq which has the following columns.
- ID
- keyword
- Question
- Answer
- Link
I am not sure how to get the info from mysql to rasa chat bot. Is there any tutorials or instructions with an example available. So, I can follow.
Thank you in advance,