How to integrate PostgreSQL Database with rasa chatbot and How should I do the intent,entity, slot-mapping for the questions available in Postgres DB?

***Hi Guys, ***

I am new to this rasa-chatbot & python. Can some one help me in my issues.

***I am having my questions and responses/answers in PostgreSQL Database. *** I want to map these question and response field/column from the postgres table to custom actions of rasa. For that how would I need to do the intent,entity,slot-mapping parts in domain file, nlu.md and stories.md file. I really want to know how to achieve this! Can anyone give me the suggestions/tutorials/blogs/any git codes to me.

Its done… I made my own rasa chatbot giving reponse from postgressql DB

1 Like

How did you do it?

How did you get this done?

Hi Prabhu,

I would really appreciate if you can share your code. I have a similar use case.

Thanks

1 Like

Hi Prabhu,

Would you be able to share the information and the code to connect with PostgreSQL. I have similar use case to implement.

Thanks

Hi iSunilKr, were you able to implement?