Skip to content

Commit 7c2cfea

Browse files
committed
freshness updates
1 parent 2bd61ae commit 7c2cfea

File tree

8 files changed

+7
-76
lines changed

8 files changed

+7
-76
lines changed

articles/ai-services/language-service/concepts/data-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: conceptual
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
---
1212

articles/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: how-to
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.custom: language-service-clu
1212
---
@@ -33,7 +33,7 @@ The following table presents a side-by-side comparison between the features of L
3333
|Machine-learned and Structured ML entities| Learned [entity components](#how-are-entities-different-in-clu) |Machine-learned entities without subentities are transferred as CLU entities. Structured ML entities only transfer leaf nodes (lowest level subentities that don't have their own subentities) as entities in CLU. The name of the entity in CLU is the name of the subentity concatenated with the parent. For example, _Order.Size_|
3434
|List, regex, and prebuilt entities| List, regex, and prebuilt [entity components](#how-are-entities-different-in-clu) | List, regex, and prebuilt entities are transferred as entities in CLU with a populated entity component based on the entity type.|
3535
|`Pattern.Any` entities| Not currently available | `Pattern.Any` entities are removed.|
36-
|Single culture for each application|[Multilingual models](#how-is-conversational-language-understanding-multilingual) enable multiple languages for each project. |The primary language of your project are set as your LUIS application culture. Your project can be trained to extend to different languages.|
36+
|Single culture for each application|[Multilingual models](#how-is-conversational-language-understanding-multilingual) enable multiple languages for each project. |The primary language of your project is set as your LUIS application culture. Your project can be trained to extend to different languages.|
3737
|Entity roles |[Roles](#how-are-entity-roles-transferred-to-clu) are no longer needed. | Entity roles are transferred as entities.|
3838
|Settings for: normalize punctuation, normalize diacritics, normalize word form, use all training data |[Settings](#how-is-the-accuracy-of-clu-better-than-luis) are no longer needed. |Settings aren't transferred. |
3939
|Patterns and phrase list features|[Patterns and Phrase list features](#how-is-the-accuracy-of-clu-better-than-luis) are no longer needed. |Patterns and phrase list features aren't transferred. |

articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md

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

articles/ai-services/language-service/conversational-language-understanding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In a large corporation, an enterprise chat bot may handle various employee affai
4646

4747
### Agents
4848

49-
CLU is utilized by the [intent routing](https://aka.ms/intent-triage-agent-template) agent template, which detects user intent and provides exact answering. Perfect for deterministically intent routing and exact question answering with human control.
49+
CLU is utilized by the [intent routing](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/agent-catalog/msft-agent-samples/foundry-agent-service-sdk/intent-routing-agent) agent template, which detects user intent and provides exact answering. Perfect for deterministically intent routing and exact question answering with human control.
5050

5151
## Project development lifecycle
5252

articles/ai-services/language-service/conversational-language-understanding/quickstart.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,17 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: quickstart
9-
ms.date: 05/01/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.custom: language-service-clu, mode-other
12-
zone_pivot_groups: usage-custom-language-features-foundry
1312
---
1413

1514
# Quickstart: Conversational language understanding
1615

1716
Use this article to get started with Conversational Language understanding using Azure AI Foundry and the REST API. Follow these steps to try out an example.
1817

19-
::: zone pivot="azure-ai-foundry"
20-
21-
[!INCLUDE [Language Studio quickstart](includes/quickstarts/language-studio.md)]
22-
23-
::: zone-end
24-
25-
::: zone pivot="rest-api"
26-
2718
[!INCLUDE [REST API quickstart](includes/quickstarts/rest-api.md)]
2819

29-
::: zone-end
30-
3120
## Next steps
3221

3322
* [Learn about entity components](concepts/entity-components.md)

articles/ai-services/language-service/named-entity-recognition/concepts/named-entity-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: conceptual
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.custom: language-service-ner
1212
---

articles/ai-services/language-service/personally-identifiable-information/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: jboback
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: quickstart
9-
ms.date: 04/29/2025
9+
ms.date: 05/23/2025
1010
ms.author: jboback
1111
ms.devlang: csharp
1212
# ms.devlang: csharp, java, javascript, python

zone-pivots/zone-pivot-groups.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -847,15 +847,6 @@ groups:
847847
title: Language Studio
848848
- id: rest-api
849849
title: REST API
850-
- id: usage-custom-language-features-foundry
851-
# Owner jboback
852-
title: Usage methods
853-
prompt: Choose your preferred usage method
854-
pivots:
855-
- id: azure-ai-foundry
856-
title: Azure AI Foundry
857-
- id: rest-api
858-
title: REST API
859850
- id: programming-languages-text-analytics
860851
# Owner jboback
861852
title: Programming languages

0 commit comments

Comments
 (0)