I am having problems using the custom tracker store. Even I set my rasa project directory to PYTHONPATH but I still get this warning:
Tracker store with type 'tracker.CustomMongoTrackerStore' not found. Using `InMemoryTrackerStore` instead.
Here’s endpoints.yaml
tracker_store:
# type: mongod
type: tracker.CustomMongoTrackerStore
url: ...
db: Conversation
Is there any way to solve this problem?
Could anybody please help?
Rasa version: 2.3.2
Python version: 3.7.5