Is it possible to have a knowledge database of thousands of pages in question answering in Azure

Ralph Zuranski 0 Reputation points
2023-06-03T21:47:53.2633333+00:00

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?

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
940 questions
Azure AI Language
Azure AI Language
An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.
515 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,885 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,170 Reputation points MVP
    2023-06-04T11:36:56.86+00:00

    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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.