11.5.0 (2023-11-10)
Features Added
- Added support for Vector Search.
- Added support for Semantic Search.
- Added support for
PiiDetectionSkill
. It allows you extracts personal information from an input text and gives you the option of masking it using the Text Analytics API. - Added new languages for
OcrSkill
andImageAnalysisSkill
as we have upgraded them to use Cognitive Services Computer Vision v3.2, which now includes support for additional languages. Refer to the language lists here. - Added new languages for
SplitSkill
. Language lists can be found here. - Deprecated
SentimentSkill.SkillVersion.V1
andEntityRecognitionSkill.SkillVersion.V1
; useSentimentSkill.SkillVersion.V3
andEntityRecognitionSkill.SkillVersion.V3
instead.