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
title: How to create projects in Conversational Language Understanding
2
+
title: Create Projects in Conversational Language Understanding
3
3
titleSuffix: Azure AI services
4
-
description: Use this article to learn how to create projects in Conversational Language Understanding.
4
+
description: Use this article to learn how to create projects in conversational language understanding (CLU).
5
5
author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-language
@@ -11,36 +11,33 @@ ms.author: lajanuar
11
11
ms.custom: language-service-clu
12
12
---
13
13
14
-
# How to create a CLU fine-tuning task
14
+
# Create a CLU fine-tuning task
15
15
16
-
Use this article to learn how to set up these requirements and create a project.
16
+
Use this article to learn how to set up these requirements and create a project.
17
17
18
18
## Prerequisites
19
19
20
-
Before you start using CLU, you will need a few items:
20
+
* An Azure subscription. If you don't have one, you can [create one for free](https://azure.microsoft.com/free/cognitive-services).
21
+
* An Azure AI Language resource.
21
22
22
-
* An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services).
23
-
* An Azure AI Language resource
23
+
### Create a Language resource
24
24
25
-
### Create a Language resource
26
-
27
-
Before you start using CLU, you will need an Azure AI Language resource.
25
+
Before you start using CLU, you need an Azure AI Language resource.
28
26
29
27
> [!NOTE]
30
-
> *You need to have an **owner** role assigned on the resource group to create a Language resource.
28
+
> You need to have an Owner role assigned on the resource group to create a Language resource.
31
29
32
30
[!INCLUDE [create a new resource from the Azure portal](../includes/resource-creation-azure-portal.md)]
33
31
34
32
[!INCLUDE [create a new resource from Language Studio](../includes/resource-creation-language-studio.md)]
35
33
36
-
37
34
## Sign in to Language Studio
38
35
39
36
[!INCLUDE [Sign in to Language studio](../includes/language-studio/sign-in-studio.md)]
40
37
41
38
## Create a conversation project
42
39
43
-
Once you have a Language resource created, create a Conversational Language Understanding project.
40
+
After you create a Language resource, create a CLU project.
44
41
45
42
### [Azure AI Foundry](#tab/azure-ai-foundry)
46
43
@@ -56,21 +53,21 @@ Once you have a Language resource created, create a Conversational Language Unde
56
53
57
54
### [Azure AI Foundry](#tab/azure-ai-foundry)
58
55
59
-
You can export a Conversational Language Understanding project as a JSON file at any time by going to the conversation projects page, selecting a project, and from the top menu, clicking on**Export**.
56
+
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and on the top menu, select**Export**.
60
57
61
-
:::image type="content" source="../media/export.png" alt-text="A screenshot showing the Conversational Language Understanding export button." lightbox="../media/export.png":::
58
+
:::image type="content" source="../media/export.png" alt-text="A screenshot that shows the CLU Export button." lightbox="../media/export.png":::
62
59
63
-
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.
60
+
You can reimport that project 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.
64
61
65
-
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.
62
+
If you have an existing Language Understanding (LUIS) application, you can _import_ the LUIS application JSON to CLU directly. It creates a Conversation project with all the pieces that are currently available: intents, machine learning entities, and utterances. For more information, see [Migrate from Language Understanding (LUIS) to conversational language understanding (CLU)](../how-to/migrate-from-luis.md).
66
63
67
-
To import a project, select the arrow button next to **Create a new project** and select **Import**, then select the LUIS or Conversational Language Understanding JSON file.
64
+
To import a project, select the arrow button next to **Create a new project** and select **Import**. Then select the LUIS or CLU JSON file.
68
65
69
-
:::image type="content" source="../media/import.png" alt-text="A screenshot showing the Conversational Language Understanding import button." lightbox="../media/import.png":::
66
+
:::image type="content" source="../media/import.png" alt-text="A screenshot that shows the CLU Import button." lightbox="../media/import.png":::
@@ -80,11 +77,11 @@ You can import a CLU JSON into the service
80
77
81
78
### [Azure AI Foundry](#tab/azure-ai-foundry)
82
79
83
-
You can export a Conversational Language Understanding project as a JSON file at any time by going to the conversation projects page, selecting a project, and pressing**Export**.
80
+
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and select**Export**.
84
81
85
82
### [REST APIs](#tab/rest-api)
86
83
87
-
You can export a Conversational Language Understanding project as a JSON file at any time.
84
+
You can export a CLU project as a JSON file at any time.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/includes/language-studio/create-project.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,21 @@ ms.date: 11/21/2024
7
7
ms.author: lajanuar
8
8
---
9
9
10
-
1. In [Language Studio](https://aka.ms/languageStudio), find the section named **Understand questions and conversational language** and select **Conversational language understanding**.
11
-
:::image type="content" source="../../media/select-custom-clu.png" alt-text="A screenshot showing the location of Custom Language Understanding in the Language Studio landing page." lightbox="../../media/select-custom-clu.png":::
12
-
10
+
1. In [Language Studio](https://aka.ms/languageStudio), find the section named **Understand questions and conversational language** and select **Conversational Language Understanding**.
13
11
14
-
2. This will bring you to the **Conversational language understanding projects** page. Select **Create new project**.
12
+
:::image type="content" source="../../media/select-custom-clu.png" alt-text="A screenshot that shows the location of Custom Language Understanding on the Language Studio landing page." lightbox="../../media/select-custom-clu.png":::
15
13
16
-
:::image type="content" source="../../media/projects-page.png" alt-text="A screenshot showing the conversation project page in Language Studio." lightbox="../../media/projects-page.png":::
14
+
1. When the **Conversational Language Understanding projects**page opens, select **Create new project**.
17
15
16
+
:::image type="content" source="../../media/projects-page.png" alt-text="A screenshot that shows the conversation project page in Language Studio." lightbox="../../media/projects-page.png":::
18
17
19
-
To create a new project you need to provide the following details:
18
+
To create a new project, provide the following details:
20
19
21
20
|Value | Description |
22
21
|---------|---------|
23
-
|Name | A name for your project. Once it's created, itcan't be changed |
22
+
|Name | A name for your project. After you create it, the name can't be changed.|
24
23
|Description | Optional project description. |
25
24
|Utterances primary language | The primary language of your project. Your training data should primarily be in this language. |
26
-
|Enable multiple languages | Whether you would like to enable your project to support [multiple languages](../../language-support.md#multi-lingual-option) at once. |
25
+
|Enable multiple languages | Whether you want to enable your project to support [multiple languages](../../language-support.md#multi-lingual-option) at once. |
27
26
28
-
Once you're done, select **Create**. You should now see the Getting started landing page in your project.
27
+
After you're finished, select **Create**. You should now see the **Getting started** landing page for your project.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/includes/language-studio/sign-in-studio.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,14 @@ ms.author: lajanuar
9
9
10
10
1. Go to the [Language Studio](https://aka.ms/languageStudio) and sign in with your Azure account.
11
11
12
-
2. In the **Choose a language resource** window that appears, find your Azure subscription, and choose your Language resource. If you don't have a resource, you can create a new one.
12
+
1. In the **Choose a language resource** window that appears, find your Azure subscription, and choose your Language resource. If you don't have a resource, you can create a new one.
13
13
14
14
|Instance detail |Required value |
15
15
|---------|---------|
16
16
|Azure subscription | Your Azure subscription. |
17
17
|Azure resource group | Your Azure resource group name. |
18
18
|Azure resource name | Your Azure resource name. |
19
-
|Location | One of the [supported regions](../../service-limits.md#regional-availability) for your Language resource. For example "West US 2". |
19
+
|Location | One of the [supported regions](../../service-limits.md#regional-availability) for your Language resource. An example is West US 2. |
20
20
|Pricing tier | One of the valid [pricing tiers](../../service-limits.md#language-resource-limits) for your Language resource. You can use the Free (F0) tier to try the service. |
21
21
22
-
:::image type="content" source="../../media/quickstart-language-resource.png" alt-text="A screenshot showing the resource selection screen in Language Studio." lightbox="../../media/quickstart-language-resource.png":::
22
+
:::image type="content" source="../../media/quickstart-language-resource.png" alt-text="A screenshot that shows the resource selection screen in Language Studio." lightbox="../../media/quickstart-language-resource.png":::
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/includes/resource-creation-language-studio.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,18 @@ ms.author: lajanuar
11
11
12
12
### Create a new Language resource from Language Studio
13
13
14
-
If it's your first time logging in, you'll see a window in [Language Studio](https://aka.ms/languageStudio) that will let you choose an existing Language resource or create a new one. You can also create a resource by clicking the settings icon in the top-right corner, selecting **Resources**, then clicking**Create a new resource**.
14
+
If it's your first time to sign in, you see a window in [Language Studio](https://aka.ms/languageStudio) that you can use to choose an existing Language resource or create a new one. You can also create a resource by selecting the settings icon in the upper-right corner, selecting **Resources**, and then selecting**Create a new resource**.
15
15
16
-
Create a Language resource with following details.
16
+
Create a Language resource with the following information.
17
17
18
18
|Instance detail |Required value |
19
19
|---------|---------|
20
-
|Azure subscription| Your Azure subscription|
21
-
|Azure resource group| Your Azure resource group|
22
-
|Azure resource name| Your Language resource name|
23
-
|Location |A [supported regions](../service-limits.md#regional-availability) for your Language resource. |
24
-
|Pricing tier |A [supported pricing tiers](../service-limits.md#language-resource-limits) for your Language resource. |
20
+
|Azure subscription| Your Azure subscription.|
21
+
|Azure resource group| Your Azure resource group.|
22
+
|Azure resource name| Your Language resource name.|
23
+
|Location |[Supported regions](../service-limits.md#regional-availability) for your Language resource. |
24
+
|Pricing tier |[Supported pricing tiers](../service-limits.md#language-resource-limits) for your Language resource. |
25
25
26
26
> [!IMPORTANT]
27
-
> * Make sure to enable **Managed Identity** when you create a Language resource.
28
-
> * Read and confirm Responsible AI notice
29
-
30
-
31
-
27
+
> - Make sure to enable managed identity when you create a Language resource.
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/includes/rest-api/create-project.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,30 +7,30 @@ ms.date: 11/21/2024
7
7
ms.author: lajanuar
8
8
---
9
9
10
-
Submit a **PATCH** request using the following URL, headers, and JSON body to create a new project.
10
+
Submit a `PATCH` request by using the following URL, headers, and JSON body to create a new project.
11
11
12
12
### Request URL
13
13
14
-
Use the following URL when creating your API request. Replace the placeholder values below with your own values.
14
+
Use the following URL when you create your API request. Replace the placeholder values with your own values.
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
23
-
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive.|`myProject`|
24
-
|`{API-VERSION}`| The [version](../../../concepts/model-lifecycle.md#api-versions) of the API you are calling. |`2023-04-01`|
22
+
|`{ENDPOINT}`| The endpoint for authenticating your API request. |`https://<your-custom-subdomain>.cognitiveservices.azure.com`|
23
+
|`{PROJECT-NAME}`| The name for your project. This value is casesensitive. |`myProject`|
24
+
|`{API-VERSION}`| The [version](../../../concepts/model-lifecycle.md#api-versions) of the API you're calling. |`2023-04-01`|
25
25
26
26
### Headers
27
27
28
-
Use the following header to authenticate your request.
28
+
Use the following header to authenticate your request.
29
29
30
30
|Key|Value|
31
31
|--|--|
32
32
|`Ocp-Apim-Subscription-Key`| The key to your resource. Used for authenticating your API requests.|
33
-
|`Content-Type`|'application/merge-patch+json'|
33
+
|`Content-Type`|`application/merge-patch+json`|
34
34
35
35
### Body
36
36
@@ -48,7 +48,6 @@ Use the following sample JSON as your body.
48
48
49
49
|Key |Placeholder |Value | Example |
50
50
|---------|---------|----------|--|
51
-
|`projectName`|`{PROJECT-NAME}`| The name of your project. This value is case-sensitive. |`EmailApp`|
52
-
|`language`|`{LANGUAGE-CODE}`| A string specifying the language code for the utterances used in your project. If your project is a multilingual project, choose the [language code](../../language-support.md) of the majority of the utterances. |`en-us`|
53
-
|`multilingual`|`true`| A boolean value that enables you to have documents in multiple languages in your dataset and when your model is deployed you can query the model in any supported language (not necessarily included in your training documents). See [Language support](../../language-support.md#multi-lingual-option) to learn more about multilingual support. |`true`|
54
-
51
+
|`projectName`|`{PROJECT-NAME}`| The name of your project. This value is case sensitive. |`EmailApp`|
52
+
|`language`|`{LANGUAGE-CODE}`| A string that specifies the language code for the utterances used in your project. If your project is a multilingual project, choose the [language code](../../language-support.md) of most of the utterances. |`en-us`|
53
+
|`multilingual`|`true`| A Boolean value that enables you to have documents in multiple languages in your dataset. When your model is deployed, you can query the model in any supported language (not necessarily included in your training documents). To learn more about multilingual support, see [Language support](../../language-support.md#multi-lingual-option). |`true`|
0 commit comments