Skip to content

Commit 5c45fdb

Browse files
authored
Merge pull request #106548 from diberry/diberry/0304-qna-toc
[Cogsvcs] QnAMaker - cleanup dup content
2 parents 878887f + f42c220 commit 5c45fdb

10 files changed

+28
-367
lines changed

.openpublishing.redirection.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,16 @@
801801
"redirect_url": "/azure/machine-learning",
802802
"redirect_document_id": false
803803
},
804+
{
805+
"source_path": "articles/cognitive-services/QnAMaker/Tutorials/create-publish-query-in-portal.md",
806+
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base",
807+
"redirect_document_id": false
808+
},
809+
{
810+
"source_path": "articles/cognitive-services/QnAMaker/Tutorials/create-qna-bot.md",
811+
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/create-publish-knowledge-base#create-a-bot",
812+
"redirect_document_id": false
813+
},
804814
{
805815
"source_path": "articles/cognitive-services/QnAMaker/concepts/data-sources-supported.md",
806816
"redirect_url": "/azure/cognitive-services/QnAMaker/Quickstarts/reference-document-format-guidelines",
@@ -7277,7 +7287,7 @@
72777287
"source_path": "articles/azure-functions/functions-create-first-azure-function-azure-cli-linux.md",
72787288
"redirect_url": "/azure/azure-functions/functions-create-first-azure-function-azure-cli?pivots=programming-language-python",
72797289
"redirect_document_id": false
7280-
},
7290+
},
72817291
{
72827292
"source_path": "articles/azure-functions/functions-add-output-binding-storage-queue-python.md",
72837293
"redirect_url": "/azure/azure-functions/functions-add-output-binding-storage-queue-cli.md?pivots=programming-language-python",
@@ -13492,7 +13502,7 @@
1349213502
"source_path": "articles/event-hubs/event-hubs-authentication-and-security-model-overview.md",
1349313503
"redirect_url": "/azure/event-hubs/authenticate-shared-access-signature",
1349413504
"redirect_document_id": false
13495-
},
13505+
},
1349613506
{
1349713507
"source_path": "articles/event-hubs/event-hubs-c-ephcs-getstarted.md",
1349813508
"redirect_url": "/azure/event-hubs/event-hubs-c-getstarted-send",

articles/cognitive-services/QnAMaker/Concepts/integration-with-other-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ QnA Maker integrates with conversational client applications such as [Microsoft
1515

1616
## Create a bot without writing any code
1717

18-
After you publish your knowledge base, create a bot from the **Publish** page, by selecting the **Create bot** button. Use the [bot tutorial](../tutorials/create-qna-bot.md) to learn what happens after you select the button.
18+
After you publish your knowledge base, create a bot from the **Publish** page, by selecting the **Create bot** button. Use the [bot tutorial](../Quickstarts/create-publish-knowledge-base.md) to learn what happens after you select the button.
1919

2020
## Providing multi-turn conversations
2121

articles/cognitive-services/QnAMaker/How-To/language-knowledge-base.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Language concepts - QnA Maker
33
titleSuffix: Azure Cognitive Services
4-
description: QnA Maker supports knowledge base content in many languages. However, each QnA Maker service should be reserved for a single language. The first knowledge base created, targeting a particular QnA Maker service, sets the language of that service.
4+
description: QnA Maker supports knowledge base content in many languages. However, each QnA Maker service should be reserved for a single language. The first knowledge base created, targeting a particular QnA Maker service, sets the language of that service.
55
services: cognitive-services
66
author: diberry
77
manager: nitinme
@@ -13,28 +13,28 @@ ms.author: diberry
1313
---
1414
# Language support of knowledge base content for QnA Maker
1515

16-
Language for the service is selected when you create the first knowledge base in the resource. All additional knowledge bases in the resource must be in the same language.
16+
Language for the service is selected when you create the first knowledge base in the resource. All additional knowledge bases in the resource must be in the same language.
1717

1818
The language determines the relevance of the results QnA Maker provides in response to user queries.
1919

2020
## One language for all knowledge bases in resource
2121

22-
QnA Maker allows you to select the language for your QnA service, while creating the first knowledge base. For all the knowledge bases in a QnA Maker resource, they all must be in the same language. This language cant be changed.
22+
QnA Maker allows you to select the language for your QnA service, while creating the first knowledge base. For all the knowledge bases in a QnA Maker resource, they all must be in the same language. This language can't be changed.
2323

2424
Creating knowledge bases in different languages in one resource negatively affects the relevance of the results QnA Maker provides in response to user queries.
2525

26-
Review a list of [supported languages](../overview/language-support.md#languages-supported) and how languages impact [matching and relevance](#query-matching-and-relevance).
26+
Review a list of [supported languages](../overview/language-support.md#languages-supported) and how languages impact [matching and relevance](#query-matching-and-relevance).
2727

2828
## Select language when creating first knowledge base
2929

30-
Language selection is part of the steps to create the first knowledge base in a resource.
30+
Language selection is part of the steps to create the first knowledge base in a resource.
3131

3232
![QnA Maker portal screenshot of selecting language for first knowledge base](../media/language-support/select-language-when-creating-knowledge-base.png)
3333

3434
## Query matching and relevance
35-
QnA Maker depends on [Azure Cognitive Search language analyzers](https://docs.microsoft.com/rest/api/searchservice/language-support) for providing results.
35+
QnA Maker depends on [Azure Cognitive Search language analyzers](https://docs.microsoft.com/rest/api/searchservice/language-support) for providing results.
3636

37-
While the Azure Cognitive Search capabilities are on par for supported languages, QnA Maker has an additional ranker that sits above the Azure search results. In this ranker model, we use some special semantic and word-based features in the following languages.
37+
While the Azure Cognitive Search capabilities are on par for supported languages, QnA Maker has an additional ranker that sits above the Azure search results. In this ranker model, we use some special semantic and word-based features in the following languages.
3838

3939
|Languages with additional ranker|
4040
|--|
@@ -59,10 +59,10 @@ This additional ranking is an internal working of the QnA Maker's ranker.
5959

6060
You can verify the language of your QnA Maker resource from the service settings page in the QnA Maker.
6161

62-
![QnA Maker portal screenshot of Service settings page](../media/language-support/language-knowledge-base.png)
62+
![QnA Maker portal screenshot of Service settings page](../media/language-support/language-knowledge-base.png)
6363

6464

6565
## Next steps
6666

6767
> [!div class="nextstepaction"]
68-
> [Create a QnA bot with Azure Bot Service](../Tutorials/create-qna-bot.md)
68+
> [Migrate a knowledge base](../Tutorials/migrate-knowledge-base.md)

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,5 @@ For more information:
149149

150150
* [Markdown format in answers](../reference-markdown-format.md)
151151
* QnA Maker [data sources](../concepts/knowledge-base.md).
152-
* [Bot resource configuration settings](../tutorials/create-qna-bot.md).
153152

154153

articles/cognitive-services/QnAMaker/Quickstarts/quickstart-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Get started with the QnA Maker client library. Follow these steps to install the
2525
## Next steps
2626

2727
> [!div class="nextstepaction"]
28-
>[Tutorial: Create and answer a KB](../tutorials/create-publish-query-in-portal.md)
28+
>[Tutorial: Test your knowledge base with a batch file](./batch-testing.md)
2929
3030
* [What is the QnA Maker API?](../Overview/overview.md)
3131
* [Edit a knowledge base](../how-to/edit-knowledge-base.md)

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

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

0 commit comments

Comments
 (0)