How do I configure where Rasa stores the state of conversations? I didn’t find anything about that in the docs.
From rasa_core.run module, it’s obvious that I just need to start a redis server, and define something in the endpoints.yml, but I’d prefer not having to reverse engineer it from code.
Thank you for your time. I also think this would be really rather convenient a useful for many other people.
Hi,
Depending on the version, at this current moment with core 0.11 you cannot setup tracker_store with endpoints.yml however in the latest master version( this should be released soon - 0.12) you could use the tracker store using endpoints.yml
I think the release is next week, I am not certain. but you can start by installing from github and upgrade later. Keep in mind, trained models are not backward compatible