<meta charset="utf-8">
Hey,
What did I do this week
We decided to skip the NLU part of the chatbot as the tutorial is about configs and dataflow. The chatbot will take structured data and make predictions on it. As a prerequisite to implementing the chatbot, I added a way to support shared configurations. As of now, each operation would need to open separate connections; with shared configs, this can be avoided. I also finished the locking example.
What's coming up next
I'll be finishing the documentation for the locking example and also complete the chatbot tutorial.
Did I get stuck anywhere
Implementing the shared config lead to some confusion but was resolved in the weekly meeting.