Skip to content

Commit 88013e7

Browse files
authored
Merge pull request #213070 from aahill/luis-migration
CLU migration article
2 parents f8021a3 + ff09f1f commit 88013e7

File tree

13 files changed

+833
-84
lines changed

13 files changed

+833
-84
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"redirect_url": "/azure/cognitive-services/language-service/conversational-language-understanding/how-to/deploy-model",
1111
"redirect_document_id": true
1212
},
13+
{
14+
"source_path_from_root": "/articles/cognitive-services/language-service/conversational-language-understanding/concepts/backwards-compatibility.md",
15+
"redirect_url": "/azure/cognitive-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
16+
"redirect_document_id": true
17+
},
1318
{
1419
"source_path_from_root": "/articles/cognitive-services/Ink-Recognizer/concepts/send-ink-data.md",
1520
"redirect_url": "/previous-versions/azure/cognitive-services/Ink-Recognizer/concepts/send-ink-data",

articles/cognitive-services/LUIS/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ items:
8080
href: how-to/orchestration-projects.md
8181
- name: Migrate
8282
items:
83+
- name: Migrate to conversational language understanding
84+
href: ../language-service/conversational-language-understanding/how-to/migrate-from-luis.md?context=/azure/cognitive-services/LUIS/context/context
8385
- name: Migrate to V3 Authoring APIs
8486
href: luis-migration-authoring-entities.md
8587
- name: Migrate to V3 Prediction APIs
@@ -245,9 +247,9 @@ items:
245247
href: https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Language/LanguageUnderstanding
246248
- name: Node.js
247249
items:
248-
- name: NPM - authoring
250+
- name: npm - authoring
249251
href: https://www.npmjs.com/package/@azure/cognitiveservices-luis-authoring
250-
- name: NPM - runtime
252+
- name: npm - runtime
251253
href: https://www.npmjs.com/package/@azure/cognitiveservices-luis-runtime
252254
- name: Samples
253255
href: https://github.com/Azure-Samples/cognitive-services-node-sdk-samples/tree/master/Samples/luis

articles/cognitive-services/language-service/concepts/migrate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: language-service
99
ms.topic: conceptual
10-
ms.date: 07/27/2022
10+
ms.date: 09/29/2022
1111
ms.author: aahi
1212
ms.custom: ignite-fall-2021
1313
---
@@ -24,7 +24,7 @@ Consider using one of the available quickstart articles to see the latest inform
2424

2525
## How do I migrate to the language service if I am using LUIS?
2626

27-
If you're using Language Understanding (LUIS), you can [import your LUIS JSON file](../conversational-language-understanding/concepts/backwards-compatibility.md) to the new Conversational language understanding feature.
27+
If you're using Language Understanding (LUIS), you can [import your LUIS JSON file](../conversational-language-understanding/how-to/migrate-from-luis.md) to the new Conversational language understanding feature.
2828

2929
## How do I migrate to the language service if I am using QnA Maker?
3030

articles/cognitive-services/language-service/conversational-language-understanding/concepts/backwards-compatibility.md

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

articles/cognitive-services/language-service/conversational-language-understanding/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 07/07/2022
11+
ms.date: 09/29/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, mode-other
1414
---
@@ -60,7 +60,7 @@ Unlike LUIS, you cannot label the same text as 2 different entities. Learned com
6060

6161
## Can I import a LUIS JSON file into conversational language understanding?
6262

63-
Yes, you can [import any LUIS application](./concepts/backwards-compatibility.md) JSON file from the latest version in the service.
63+
Yes, you can [import any LUIS application](./how-to/migrate-from-luis.md) JSON file from the latest version in the service.
6464

6565
## Can I import a LUIS `.LU` file into conversational language understanding?
6666

articles/cognitive-services/language-service/conversational-language-understanding/how-to/create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: how-to
11-
ms.date: 06/03/2022
11+
ms.date: 09/29/2022
1212
ms.author: aahi
1313
ms.custom: language-service-clu, ignite-fall-2021
1414
---
@@ -65,7 +65,7 @@ You can export a Conversational Language Understanding project as a JSON file at
6565

6666
That project can be reimported as a new project. If you import a project with the exact same name, it replaces the project's data with the newly imported project's data.
6767

68-
If you have an existing LUIS application, you can _import_ the LUIS application JSON to Conversational Language Understanding directly, and it will create a Conversation project with all the pieces that are currently available: Intents, ML entities, and utterances. See [backwards compatibility with LUIS](../concepts/backwards-compatibility.md) for more information.
68+
If you have an existing LUIS application, you can _import_ the LUIS application JSON to Conversational Language Understanding directly, and it will create a Conversation project with all the pieces that are currently available: Intents, ML entities, and utterances. See [the LUIS migration article](../how-to/migrate-from-luis.md) for more information.
6969

7070
To import a project, click on the arrow button next to **Create a new project** and select **Import**, then select the LUIS or Conversational Language Understanding JSON file.
7171

0 commit comments

Comments
 (0)