How to create mongodb tracker in my bot?

Hi @murugan,

are you using rasa_core or rasa? The load function has a field tracker_store where you can pass in a MongoTrackerStore instance.

Alternatively you can run rasa using rasa run + configuring the mongo tracker store in your endpoints.yml.

1 Like