How to store all conversations for rasa chatbot

I want to store all conversations to a Postgresql Db can anyone help me how can i go ahead I read Tracker store but couldn’t understand how to use them can you pls help @souvikg10

You can just store the tracker in postgresDB. It is one of the supported tracker store.

then query postgres like any SQL database

okay any resources if you can recommend to do that for Postgresql @souvikg10

This is how you can add Postgres tracker store

1 Like