Hello everyone, I want to use MySQL from slot tracker, but I found in Rasa document barely having PostgreSQL. So how can I config in endpoints.yml to work with MySQL and do I need anything more to do such as code some more actions or something else? Sorry for my bad English.
Welcome Anh,
Rasa uses SQLAlchemy to implement the SQL tracker_store which supports MySQL. You would use the tracker_store configuration as documented and specify MySQL
as the database.
Greg