You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently making use of ChatterBot as the basis of our chatting functionality. There are quite a few changes that need to be made to make our bot smarter and faster.
Create a storage adapter for ElasticSearch for better calculation. Perhaps there is a better system to use, but ElasticSearch looks very promising
Create a new, smarter, logic adapter for ChatBot. The Closest Meaning and Closest Match adapters are okay, but far from logically complete. I'll add findings from my research in the comments below to assist in our logic adapter creation.
As our Chatter class grows I'd like to extract all of the functionality into its own sub module within JenkiesBot instead of all in a single file and class.
We are currently making use of ChatterBot as the basis of our chatting functionality. There are quite a few changes that need to be made to make our bot smarter and faster.