Skip to content

Commit 3b72c24

Browse files
committed
address acrolinx
1 parent 38646c5 commit 3b72c24

File tree

4 files changed

+12
-202
lines changed

4 files changed

+12
-202
lines changed

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2764,6 +2764,12 @@
27642764
"source_path_from_root": "/articles/ai-services/openai/whisper-quickstart.md",
27652765
"redirect_url": "/azure/ai-foundry/openai/whisper-quickstart",
27662766
"redirect_document_id": true
2767+
},
2768+
{
2769+
"source_path_from_root": "/articles/ai-services/qnamaker/tutorials/integrate-with-power-virtual-assistant-fallback.md",
2770+
"redirect_url": "/azure/ai-services/language-service/tutorials/power-automate",
2771+
"redirect_document_id": true
27672772
}
2773+
27682774
]
27692775
}

articles/ai-services/qnamaker/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.service: azure-ai-language
1212
ms.subservice: azure-ai-qna-maker
1313
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.
1515

1616

1717
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new

articles/ai-services/qnamaker/quickstarts/add-question-metadata-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Once metadata is added to a QnA pair, the client application can:
3939

4040
1. Select your existing knowledge base from the [previous quickstart](./create-publish-knowledge-base.md).
4141

42-
## Add additional alternatively-phrased questions
42+
## Add more alternatively phrased questions
4343

4444
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.
4545

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.
4747

4848
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?`
4949

@@ -66,11 +66,11 @@ When this URL was imported, only one question with one answer was created. In th
6666

6767
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.
6868

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.
7070

7171
1. Select **Test** again to close the test window.
7272

73-
## Add metadata to filter the answers
73+
## Add metadata and filter the answers
7474

7575
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.
7676

@@ -103,7 +103,7 @@ You edited your knowledge base to support more questions and provided name/value
103103

104104
## Clean up resources
105105

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.
107107

108108
## Next steps
109109

articles/ai-services/qnamaker/tutorials/integrate-with-power-virtual-assistant-fallback-topic.md

Lines changed: 0 additions & 196 deletions
This file was deleted.

0 commit comments

Comments
 (0)