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/whats-new.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,28 @@ ms.author: lajanuar
12
12
13
13
# What's new in Azure AI Language?
14
14
15
-
Azure AI Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
16
-
17
-
## Build 2025 Releases (May 19 - 23)
18
-
We released many new updates alongside the 2025 Microsoft Build Conference including:
19
-
-[Customizing PII detection using your own regex](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-detection-using-your-own-regex-only-available-for-text-pii-container) (only available for Text PII container)
20
-
- Support for customizing PII output by [specifying values to exclude](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-output-by-specifying-values-to-exclude)
21
-
- Customizing PII detection using [Entity Synonyms](personally-identifiable-information/how-to/adapt-to-domain-pii.md#api-schema-for-the-entitysynoyms-parameter)
22
-
- Model support for a new DateOfBirth entity subtype for PII detection.
23
-
- Updates to preview NER & PII API version: `2025-05-15-preview`. This API version includes DateOfBirth support, enhanced phone number AI quality, and umbrella entity type support for BankAccount, Passport, Drivers License
24
-
25
-
More on these releases can be found on our TechCommunity Blog Post
15
+
Azure AI Language is updated on an ongoing basis. Bookmark this page to stay up to date with release notes, feature enhancements, and our newest documentation.
26
16
27
17
## May 2025
28
18
29
-
* Azure AI Language now supports the following agent templates:
19
+
***New agent templates**. Azure AI Language now supports the following agent templates:
20
+
30
21
*[Intent routing](../agents/concepts/agent-catalog.md) detects user intent and provides exact answering. Perfect for deterministically intent routing and exact question answering with human controls.
31
22
*[Exact question answering](../agents/concepts/agent-catalog.md) answers high-value predefined questions deterministically to ensure consistent and accurate responses.
32
23
24
+
***Personally-identifiable-information updates**. Azure AI Language now offers PII detection customization and entity subtype support.
25
+
26
+
*[Customizing PII detection using your own regex](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-detection-using-your-own-regex-only-available-for-text-pii-container) (only available for Text PII container)
27
+
* Support for customizing PII output by [specifying values to exclude](personally-identifiable-information/how-to/adapt-to-domain-pii.md#customizing-pii-output-by-specifying-values-to-exclude)
28
+
* Customizing PII detection using [entity synonyms](personally-identifiable-information/how-to/adapt-to-domain-pii.md#api-schema-for-the-entitysynoyms-parameter)
29
+
*[`2025-05-15-preview`](/rest/api/language/operation-groups?view=rest-language-2025-05-15-preview) release. This API preview version includes the following named entity recognition (NER) and personally identifiable information (PII) detection updates:
30
+
31
+
* New entity type support for `DateOfBirth`, `BankAccountNumber`, `PassportNumber`, and `DriversLicenseNumber`
32
+
* Enhanced AI quality for `PhoneNumber` entity type
33
+
34
+
To Learn more, see our latest [TechCommunity Blog Post](https://techcommunity.microsoft.com/blog/azure-ai-services-blog/announcing-azure-ai-language-new-features-to-accelerate-your-agent-development/4415216).
0 commit comments