StellarBot – A sample Azure QNA bot

Decided to have some fun with Azure Bot services. In this case, a simple QNA bot. What’s a QNA bot? Its a bot that can Answer Questions (get it QNA – Question and Answer). Oh, I kill me.

Anyway, for a QNA, you need a database. Creating one, from a technical perspective is easy. Just follow the instructions at QNAMaker.ai.

Of course, you need some Questions and Answers, so I decided to work with information about stars. A GitHub project that compiles star catalog data provides the basic information the QNA is based on.

I won’t go into the details of how to create it at this point, I just want to publish it so I (and you) can play with it. If you want to create your own, follow the instruction here.

Now, say “Hi” to StellarBot!

Recommended Posts

Leave a Comment