11.6.0 (2023-11-13)
Features Added
- Support for
VectorQuery
and configuring aSearchIndex
for vector query and vectorSearchField
. - Support for semantic search and configuring a
SearchIndex
semantic searching. - Added
EntityLinkingSkill
,PiiDetectionSkill
, a new version ofEntityRecognitionSkill
and support for setting
which version to use, and a new version ofSentimentSkill
and support for setting which version to use.
Breaking Changes
- Deprecated
V1
version ofEntityRecognitionSkill
andSentimentSkill
as these are deprecated on the service. - Replaced Jackson Databind annotations with
azure-json
functionality for Search service models.
Other Changes
Dependency Updates
- Upgraded
azure-core-http-netty
from1.13.9
to version1.13.10
. - Upgraded
azure-core-serializer-json-jackson
from1.4.6
to version1.4.7
. - Upgraded
azure-core
from1.44.1
to version1.45.0
.