Chat History Logger using Custom Tracker Store

Hi @JiteshGaikwad , I am trying to implement custom tracker store and while searching for tutorials I found two tutorials to implement custom tracker store. I tried this tutorial and it is throwing error UserWarning: Tracker store with type ‘myTracker.MyTrackerStore’ not found. Using InMemoryTrackerStore instead.

After surfing, I found that this issue can be resolved by setting the python path but, that didn’t help. I thought that my implementation was wrong so, I tried your method. It is still giving me the same error.

I am trying to implement CustomTrackerStore for storing just conversation of user and bot. I wrote the same endpoints.yml as you mentioned. Any help would be much appreciated. Thanks Nikhil