Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
940 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is it possible to have a knowledge base of thousands of pages of transcripts in word format that the question answering bot can evaluate to come up with a correct answer?
Please check the following service
https://learn.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview
You can use QnA Maker when you have static information in your knowledge base of answers. This knowledge base is custom to your needs, which you've built with documents such as PDFs and URLs.
But to do this maybe first you need to write a crawler to download all the KB to a single file first.