Search⌘ K
AI Features

Creating a QnA Maker and Knowledge Base Using Web Portal

Explore how to build a QnA Maker service through the Azure portal and create a knowledge base by extracting question-answer pairs from FAQs. Understand the setup, deployment, and testing process for an effective question-answering AI model using Azure Cognitive Services.

In this lesson, we’re going to build a QnA maker service using the Azure portal. After that, we’ll create a knowledge base containing the Azure FAQs. This will let our QnA maker find answers to the questions related to Azure.

Implementation

We’ll follow the steps mentioned below to work with the QnA maker:

  • Step 1: We’ll create and deploy a QnA maker service in Azure.
  • Step 2: We’ll create a knowledge base from the QnA maker portal.
  • Step 3: We’lll add the question-answer
...