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/language-service/question-answering/how-to/migrate-qnamaker.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This [SDK Migration Guide](https://github.com/Azure/azure-sdk-for-net/blob/Azure
32
32
33
33
You can follow the steps below to migrate knowledge bases:
34
34
35
-
1. Create a [language resource](https://aka.ms/create-language-resource) with custom question answering enabled in advance. When you create the language resource in the Azure portal, you will see the option to enable custom question answering. When you select that option and proceed, you will be asked for Azure Search details to save the knowledge bases.
35
+
1. Create a [language resource](https://aka.ms/create-language-resource) with custom question answering enabled in advance. When you create the language resource in the Azure portal, you'll see the option to enable custom question answering. When you select that option and proceed, you'll be asked for Azure Search details to save the knowledge bases.
36
36
37
37
2. If you want to add knowledge bases in multiple languages to your language resource, visit [Language Studio](https://language.azure.com/) to create your first custom question answering project and select the first option as shown below. Language settings for the language resource can be specified only when creating a project. If you want to migrate existing knowledge bases in a single language to the language resource, you can skip this step.
38
38
@@ -53,12 +53,12 @@ You can follow the steps below to migrate knowledge bases:
53
53
> [!div class="mx-imgBorder"]
54
54
> 
55
55
56
-
6. Select the language resource to which you want to migrate the knowledge bases. You will only be able to see those language resources that have custom question answering enabled. The language setting for the language resource is displayed in the options. You won’t be able to migrate knowledge bases in multiple languages from QnA Maker resources to a language resource if its language setting is not specified.
56
+
6. Select the language resource to which you want to migrate the knowledge bases. You'll only be able to see those language resources that have custom question answering enabled. The language setting for the language resource is displayed in the options. You won’t be able to migrate knowledge bases in multiple languages from QnA Maker resources to a language resource if its language setting isn't specified.
57
57
58
58
> [!div class="mx-imgBorder"]
59
59
> 
60
60
61
-
If you want to migrate knowledge bases in multiple languages to the language resource, you must enable the multiple language setting when creating the first custom question answering project for the language resource. You can do so by following the instructions in step #2. **If the language setting for the language resource is not specified, it is assigned the language of the selected QnA Maker resource**.
61
+
If you want to migrate knowledge bases in multiple languages to the language resource, you must enable the multiple language setting when creating the first custom question answering project for the language resource. You can do so by following the instructions in step #2. **If the language setting for the language resource isn't specified, it is assigned the language of the selected QnA Maker resource**.
62
62
63
63
7. Select all the knowledge bases that you wish to migrate > select **Next**.
64
64
@@ -71,26 +71,26 @@ You can follow the steps below to migrate knowledge bases:
71
71
> If you migrate a knowledge base with the same name as a project that already exists in the target language resource, **the content of the project will be overridden** by the content of the selected knowledge base.
72
72
73
73
> [!div class="mx-imgBorder"]
74
-
> 
74
+
> 
75
75
76
76
9. After resolving the validation errors, select **Start migration**
77
77
78
78
> [!div class="mx-imgBorder"]
79
-
> 
79
+
> 
80
80
81
-
10. It will take a few minutes for the migration to occur. Do not cancel the migration while it is in progress. You can navigate to the migrated projects within the [Language Studio](https://language.azure.com/) post migration.
81
+
10. It will take a few minutes for the migration to occur. Don't cancel the migration while it is in progress. You can navigate to the migrated projects within the [Language Studio](https://language.azure.com/) post migration.
82
82
83
83
> [!div class="mx-imgBorder"]
84
-
> 
84
+
> 
85
85
86
86
If any knowledge bases fail to migrate to custom question answering projects, an error will be displayed. The most common migration errors occur when:
87
87
88
88
- Your source and target resources are invalid.
89
-
- You are trying to migrate an empty knowledge base (KB).
90
-
- You have reached the limit for an Azure Search instance linked to your target resources.
89
+
- You're trying to migrate an empty knowledge base (KB).
90
+
- You've reached the limit for an Azure Search instance linked to your target resources.
91
91
92
92
> [!div class="mx-imgBorder"]
93
-
> 
93
+
> 
94
94
95
95
Once you resolve these errors, you can rerun the migration.
0 commit comments