Skip to content

Commit 8e26528

Browse files
authored
Update cognitive-search-skill-deprecated.md
1 parent cc71b9f commit 8e26528

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/cognitive-search-skill-deprecated.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ ms.date: 08/17/2022
1212

1313
# Deprecated Cognitive Skills in Azure Cognitive Search
1414

15-
This document describes cognitive skills that are considered deprecated. Use the following guide for the contents:
15+
This document describes cognitive skills that are considered deprecated (retired). Use the following guide for the contents:
1616

1717
* Skill Name: The name of the skill that will be deprecated; it maps to the @odata.type attribute.
1818
* Last available api version: The last version of the Azure Cognitive Search public API through which skillsets containing the corresponding deprecated skill can be created/updated. Indexers with attached skillsets with these skills will continue to run even in future API versions until the "End of support" date, at which point they will start failing.
1919
* End of support: The day after which the corresponding skill is considered unsupported and will stop working. Previously created skillsets should still continue to function, but users are recommended to migrate away from a deprecated skill.
2020
* Recommendations: Migration path forward to use a supported skill. Users are advised to follow the recommendations to continue to receive support.
2121

22-
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill) ([Entity Recognition cognitive skill (v2)](cognitive-search-skill-entity-recognition.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
22+
If you're using the [Microsoft.Skills.Text.EntityRecognitionSkill](#microsoftskillstextentityrecognitionskill) (Entity Recognition cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2323

24-
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill) ([Sentiment cognitive skill (v2)](cognitive-search-skill-sentiment.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
24+
If you're using the [Microsoft.Skills.Text.SentimentSkill](#microsoftskillstextsentimentskill) (Sentiment cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.SentimentSkill](cognitive-search-skill-sentiment-v3.md) which is generally available and introduces new features.
2525

26-
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill) ([Named Entity Recognition cognitive skill (v2)](cognitive-search-skill-named-entity-recognition.md), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
26+
If you're using the [Microsoft.Skills.Text.NamedEntityRecognitionSkill](#microsoftskillstextnamedentityrecognitionskill) (Named Entity Recognition cognitive skill (v2)), this article will help you upgrade your skillset to use the [Microsoft.Skills.Text.V3.EntityRecognitionSkill](cognitive-search-skill-entity-recognition-v3.md) which is generally available and introduces new features.
2727

2828
## Microsoft.Skills.Text.EntityRecognitionSkill
2929

0 commit comments

Comments
 (0)