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/ai-services/qnamaker/index.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ metadata:
11
11
ms.service: azure-ai-language
12
12
ms.subservice: azure-ai-qna-maker
13
13
title: QnA Maker Documentation
14
-
description: QnA Maker is a cloud-based API service that creates a conversational, question-and-answer layer over your data. QnA Maker enables you to power a question-and-answer service from your semi-structured content like FAQ documents, URLs, and product manuals. The QnA Maker service answers your users' natural language questions by matching it with the best possible answer from the QnAs in your Knowledge.
14
+
description: QnA Maker is a cloud-based API service that creates a conversational, question-and-answer layer over your data. QnA Maker enables you to power a question-and-answer service from your semi-structured content like FAQ documents, URLs, and product manuals. The QnA Maker service answers your users' natural language questions by matching it with the best possible answer from the QnAs in your Knowledge.
Copy file name to clipboardExpand all lines: articles/ai-services/qnamaker/quickstarts/add-question-metadata-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Once metadata is added to a QnA pair, the client application can:
39
39
40
40
1. Select your existing knowledge base from the [previous quickstart](./create-publish-knowledge-base.md).
41
41
42
-
## Add additional alternatively-phrased questions
42
+
## Add more alternativelyphrased questions
43
43
44
44
The current knowledge base has the QnA Maker troubleshooting QnA pairs. These pairs were created when the URL was added to the knowledge base during the creation process.
45
45
46
-
When this URL was imported, only one question with one answer was created. In this procedure, add additional questions.
46
+
When this URL was imported, only one question with one answer was created. In this procedure, add more questions.
47
47
48
48
1. From the **Edit** page, use the search textbox above the question and answer pairs, to find the question `How large a knowledge base can I create?`
49
49
@@ -66,11 +66,11 @@ When this URL was imported, only one question with one answer was created. In th
66
66
67
67
If you select **Inspect** under the returned answer, you can see more answers met the question but not with the same high level of confidence.
68
68
69
-
Do not add every possible combination of alternative phrasing. When you turn on QnA Maker's [active learning](../how-to/improve-knowledge-base.md), this finds the alternative phrasings that will best help your knowledge base meet your users' needs.
69
+
Don't add every possible combination of alternative phrasing. When you turn on QnA Maker's [active learning](../how-to/improve-knowledge-base.md), this feature finds the alternative phrasings that best help your knowledge base meet your users' needs.
70
70
71
71
1. Select **Test** again to close the test window.
72
72
73
-
## Add metadata to filter the answers
73
+
## Add metadata and filter the answers
74
74
75
75
Adding metadata to a question and answer pair allows your client application to request filtered answers. This filter is applied before the [first and second rankers](../concepts/query-knowledge-base.md#ranker-process) are applied.
76
76
@@ -103,7 +103,7 @@ You edited your knowledge base to support more questions and provided name/value
103
103
104
104
## Clean up resources
105
105
106
-
If you are not continuing to the next quickstart, delete the QnA Maker and Bot framework resources in the Azure portal.
106
+
If you aren't continuing to the next quickstart, delete the QnA Maker and Bot framework resources in the Azure portal.
0 commit comments