You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,8 @@
1
1
---
2
2
title: "Tutorial: Create, publish, and answer in QnA Maker"
3
-
titleSuffix: Azure Cognitive Services
4
3
description: This tutorial shows how to create a new knowledge base with questions and answers from a public web-based FAQ. Save, train, and publish the knowledge base. After the knowledge base is published, send a question and receive an answer with a cURL command. Then create a bot, and test the bot with the same question.
5
-
services: cognitive-services
6
-
author: diberry
7
-
manager: nitinme
8
-
ms.custom: seodec18
9
-
ms.service: cognitive-services
10
-
ms.subservice: qna-maker
11
4
ms.topic: tutorial
12
-
ms.date: 10/14/2019
13
-
ms.author: diberry
5
+
ms.date: 01/28/2020
14
6
#Customer intent: As an model designer, new to the QnA Maker service, I want to understand all the process requirements to create a knowledge base and generate an answer from that knowledge base.
15
7
---
16
8
@@ -41,7 +33,8 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
41
33
42
34
1. Select **Create a knowledge base** from the top menu.
43
35
44
-

36
+
> [!div class="mx-imgBorder"]
37
+
> 
45
38
46
39
1. Skip the first step, because you will use your existing QnA Maker service.
47
40
@@ -52,32 +45,40 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
52
45
|Microsoft Azure Directory ID|This ID is associated with the account you use to sign into the Azure portal and the QnA Maker portal. |
53
46
|Azure Subscription name|The billing account in which you created the QnA Maker resource.|
|Language|Language used for all knowledge bases in service. Do not mix languages in a single resource. That will harm answer quality.|
55
49
56
-

50
+
> [!div class="mx-imgBorder"]
51
+
> 
57
52
58
53
1. Enter your knowledge base name, `My Tutorial kb`.
59
54
60
-

55
+
> [!div class="mx-imgBorder"]
56
+
> 
61
57
62
58
1. Populate your knowledge base with the following settings:
63
59
64
60
|Setting name|Setting value|Purpose|
65
61
|--|--|--|
62
+
|Enable multi-turn extraction|Checked|Allows for follow-up prompts.|
63
+
|Default answer text|`No good answer was found.`|Returned when there is no match to the question.|
66
64
|URL|`https://docs.microsoft.com/azure/cognitive-services/qnamaker/faqs`|The contents of the FAQ at that URL are formatted with a question followed by an answer. QnA Maker can interpret this format to extract questions and the associated answers.|
67
65
|File |_not used in this tutorial_|This uploads files for questions and answers. |
68
66
|Chit-chat personality|Friendly|This gives a friendly and casual [personality](../Concepts/best-practices.md#chit-chat) to common questions and answers. You can edit these questions and answers later. |
69
67
70
-

68
+
> [!div class="mx-imgBorder"]
69
+
> 
71
70
72
71
1. Select **Create your KB** to finish the creation process.
73
72
74
-

73
+
> [!div class="mx-imgBorder"]
74
+
> 
75
75
76
76
## Review, save, and train the knowledge base
77
77
78
78
1. Review the questions and answers. The first page is questions and answers from the URL.
79
79
80
-

80
+
> [!div class="mx-imgBorder"]
81
+
> 
81
82
82
83
1. Select the last page of questions and answers from the bottom of the table. The page shows questions and answers from the Chit-chat personality.
0 commit comments