Skip to content

Commit ba4cbcf

Browse files
committed
grey border and settings
1 parent 12b296f commit ba4cbcf

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
3333

3434
1. Select **Create a knowledge base** from the top menu.
3535

36-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-1.png)
36+
> [!div class="mx-imgBorder"]
37+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-1.png)
3738
3839
1. Skip the first step, because you will use your existing QnA Maker service.
3940

@@ -44,32 +45,40 @@ This tutorial requires an existing [QnA Maker service](../How-To/set-up-qnamaker
4445
|Microsoft Azure Directory ID|This ID is associated with the account you use to sign into the Azure portal and the QnA Maker portal. |
4546
|Azure Subscription name|The billing account in which you created the QnA Maker resource.|
4647
|Azure QnA Service|Your existing QnA Maker resource.|
48+
|Language|Language used for all knowledge bases in service. Do not mix languages in a single resource. That will harm answer quality.|
4749

48-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-2.png)
50+
> [!div class="mx-imgBorder"]
51+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-2.png)
4952
5053
1. Enter your knowledge base name, `My Tutorial kb`.
5154

52-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-3.png)
55+
> [!div class="mx-imgBorder"]
56+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-3.png)
5357
5458
1. Populate your knowledge base with the following settings:
5559

5660
|Setting name|Setting value|Purpose|
5761
|--|--|--|
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.|
5864
|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.|
5965
|File |_not used in this tutorial_|This uploads files for questions and answers. |
6066
|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. |
6167

62-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-4.png)
68+
> [!div class="mx-imgBorder"]
69+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-4.png)
6370
6471
1. Select **Create your KB** to finish the creation process.
6572

66-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-5.png)
73+
> [!div class="mx-imgBorder"]
74+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/create-kb-step-5.png)
6775
6876
## Review, save, and train the knowledge base
6977

7078
1. Review the questions and answers. The first page is questions and answers from the URL.
7179

72-
![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/save-and-train-kb.png)
80+
> [!div class="mx-imgBorder"]
81+
> ![Screenshot of QnA Maker portal](../media/qnamaker-tutorial-create-publish-query-in-portal/save-and-train-kb.png)
7382
7483
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.
7584

3.08 KB
Loading

0 commit comments

Comments
 (0)