Hi there, I’m using socketIO for chatbot integertion.
When I send a new message, it cost about 3~5 seconds to response.
Is there any way to lower the response time?
My current model has 350+ intents, and using MemoizationPolicy、TEDPolicy and RulePolicy.
(Mongodb for tracker store.
I read this thread, but it still needs 3~5 seconds to response after I clear the tracker.
OS: Win 10
Rasa version: 2.8
Python version: 3.7
Rasa X, Rasa SDK: Not using