Skip to content

Commit 82bb4b6

Browse files
authored
Merge pull request #116479 from diberry/diberry/0526-qna-fresh-1
[Cogsvcs] QnA Maker - fresh - May -1
2 parents 7057a85 + 2faeb96 commit 82bb4b6

File tree

8 files changed

+10
-31
lines changed

8 files changed

+10
-31
lines changed

articles/cognitive-services/QnAMaker/Overview/overview.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
title: What is QnA Maker service?
3-
titleSuffix: Azure Cognitive Services
43
description: QnA Maker is a cloud-based NLP service that easily creates a natural conversational layer over your data. It can be used to find the most appropriate answer for any given natural language input, from your custom knowledge base (KB) of information.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: qna-maker
104
ms.topic: overview
11-
ms.date: 02/21/2020
12-
ms.author: diberry
13-
#customer intent: As a developer, I want to know how to use QnA Maker for my FAQs and product manuals so that I can enable conversational question and answer sessions for my customers.
5+
ms.date: 05/26/2020
146
---
157

168
# What is the QnA Maker service?

articles/cognitive-services/QnAMaker/Quickstarts/add-question-metadata-portal.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
---
22
title: "Quickstart: Add questions and answer in QnA Maker portal"
33
description: This quickstart shows how to add question and answer sets with metadata so your users can find the right answer to their question.
4-
services: cognitive-services
5-
author: diberry
6-
manager: nitinme
7-
ms.service: cognitive-services
8-
ms.subservice: qna-maker
94
ms.topic: quickstart
10-
ms.date: 02/08/2020
11-
ms.author: diberry
5+
ms.date: 05/26/2020
126
---
137

148
# Quickstart: Add questions and answer with QnA Maker portal

articles/cognitive-services/QnAMaker/Quickstarts/batch-testing.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
---
22
title: "Quickstart: Test knowledge base with batch questions"
3-
titleSuffix: Azure Cognitive Services
4-
description:
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: qna-maker
3+
description: Use the QnA Maker batch testing tool to test the knowledge bases in your QnA Maker resource for expected answers, confidence scores, and multi-turn prompts.
104
ms.topic: quickstart
11-
ms.date: 02/08/2020
12-
ms.author: diberry
5+
ms.date: 05/26/2020
136
---
147

158
# Quickstart: Test knowledge base with batch questions and expected answers

articles/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Quickstart: Create, train, and publish knowledge base - QnA Maker"
33
description: You can create a QnA Maker knowledge base (KB) from your own content, such as FAQs or product manuals. This article includes an example of creating a QnA Maker knowledge base from a simple FAQ webpage, to answer questions QnA Maker.
44
ms.topic: conceptual
5-
ms.date: 02/08/2020
5+
ms.date: 05/26/2020
66

77
---
88

@@ -30,8 +30,8 @@ You can create a QnA Maker knowledge base (KB) from your own content, such as FA
3030

3131
1. In **Step 3**, select your Active directory, subscription, service (resource), and the language for all knowledge bases created in the service.
3232

33-
![Screenshot of selecting a QnA Maker service knowledge base](../media/qnamaker-quickstart-kb/qnaservice-selection.png)
34-
33+
:::image type="content" source="../media/qnamaker-create-publish-knowledge-base/qnaservice-selection.png" alt-text="Screenshot of selecting a QnA Maker service knowledge base":::
34+
3535
1. In **Step 3**, name your knowledge base **My Sample QnA KB**.
3636

3737
1. In **Step 4**, configure the settings with the following table:
@@ -60,7 +60,7 @@ You can create a QnA Maker knowledge base (KB) from your own content, such as FA
6060

6161
` * Azure QnA Maker service\n* Azure Cognitive Search\n* Azure web app\n* Azure app plan`
6262

63-
![ Add the question as text and the answer formatted with markdown.](../media/qnamaker-create-publish-knowledge-base/add-question-and-answer.png)
63+
:::image type="content" source="../media/qnamaker-create-publish-knowledge-base/add-question-and-answer.png" alt-text="Add the question as text and the answer formatted with markdown.":::
6464

6565
The markdown symbol, `*`, is used for bullet points. The `\n` is used for a new line.
6666

@@ -77,7 +77,7 @@ In the upper right, select **Save and train** to save your edits and train QnA M
7777

7878
`How many Azure services are used by a knowledge base?`
7979

80-
![ Enter an example user query in the textbox. ](../media/qnamaker-create-publish-knowledge-base/test-panel-in-qna-maker.png)
80+
:::image type="content" source="../media/qnamaker-create-publish-knowledge-base/test-panel-in-qna-maker.png" alt-text="Enter an example user query in the textbox.":::
8181

8282
1. Select **Inspect** to examine the response in more detail. The test window is used to test your changes to the knowledge base before publishing your knowledge base.
8383

@@ -127,7 +127,7 @@ When you make changes to the knowledge base and republish, you don't need to tak
127127

128128
The chat bot responds with an answer from your knowledge base.
129129

130-
![Enter a user query into the test web chat.](../media/qnamaker-create-publish-knowledge-base/test-web-chat.png)
130+
:::image type="content" source="../media/qnamaker-create-publish-knowledge-base/test-web-chat.png" alt-text="Enter a user query into the test web chat.":::
131131

132132
## What did you accomplish?
133133

7.98 KB
Loading
26.9 KB
Loading
10.2 KB
Loading
32.6 KB
Loading

0 commit comments

Comments
 (0)