How to use mongo db with rasa core API

how to use mongo db with rasa core API

  • I make the connection but I do not know how to use it.

@akelad @Juste
Facing error while executing

pymongo.errors.ServerSelectionTimeoutError: SSL handshake failed: localhost:27017: EOF occurred in violation of protocol (_ssl.c:749)

endpoints details:

tracker_store:
store_type: mongod
url: mongodb://localhost:27017/?ssl=true
db: neo
username: rasa
password: 1234

Looks like something to do with your local setup – probably don’t have an SSL certificate in place

Hi @Ajinkz did you solve it? If yes, how did you add your certificate in this tracker store connection configuration?