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/Concepts/integration-with-other-applications.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ QnA Maker integrates with conversational client applications such as [Microsoft
15
15
16
16
## Create a bot without writing any code
17
17
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.
Copy file name to clipboardExpand all lines: articles/cognitive-services/QnAMaker/How-To/language-knowledge-base.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Language concepts - QnA Maker
3
3
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.
5
5
services: cognitive-services
6
6
author: diberry
7
7
manager: nitinme
@@ -13,28 +13,28 @@ ms.author: diberry
13
13
---
14
14
# Language support of knowledge base content for QnA Maker
15
15
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.
17
17
18
18
The language determines the relevance of the results QnA Maker provides in response to user queries.
19
19
20
20
## One language for all knowledge bases in resource
21
21
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.
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.
23
23
24
24
Creating knowledge bases in different languages in one resource negatively affects the relevance of the results QnA Maker provides in response to user queries.
25
25
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).
27
27
28
28
## Select language when creating first knowledge base
29
29
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.
31
31
32
32

33
33
34
34
## 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.
36
36
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.
38
38
39
39
|Languages with additional ranker|
40
40
|--|
@@ -59,10 +59,10 @@ This additional ranking is an internal working of the QnA Maker's ranker.
59
59
60
60
You can verify the language of your QnA Maker resource from the service settings page in the QnA Maker.
61
61
62
-

62
+

63
63
64
64
65
65
## Next steps
66
66
67
67
> [!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)
0 commit comments