-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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.
Reactions are currently unavailable