11.7.0 (2025-10-09)
Features Added
- Added support for
2025-09-01
service version. - Support for reranker boosted scores in search results and the ability to sort results on either reranker or reranker boosted scores in
SemanticConfiguration.RankingOrder
. - Support for
VectorSearchCompression.RescoringOptions
to configure how vector compression handles the original vector when indexing and how vectors are used during rescoring. - Added
SearchIndex.Description
to provide a textual description of the index. - Support for
LexicalNormalizer
when definingSearchIndex
,SimpleField
, andSearchableField
and the ability to use it when analyzing text withSearchIndexClient.AnalyzeText
. - Support
DocumentIntelligenceLayoutSkill
skillset skill andOneLake
SearchIndexerDataSourceConnection
data source. - Support for
QueryDebugMode
in searching to retrieve detailed information about search processing. Only vector is supported forQueryDebugMode
.
Breaking Changes
VectorSearchCompression.RerankWithOriginalVectors
andVectorSearchCompression.DefaultOversampling
don't work with
2025-09-01
and were replaced byVectorSearchCompression.RescoringOptions.EnabledRescoring
and
VectorSearchCompression.RescoringOptions.DefaultOversampling
. If using2024-07-01
continue using the old properties,
otherwise if using2025-09-01
use the new properties inRescoringOptions
.