11.8.0-beta.2 (2024-11-18)
Features Added
FacetResults
is now a recursive data structure to support hierarchical aggregation and facet filtering.QueryAnswer
now supports amaxCharLength
option to limit the character length of the answer.QueryCaption
now supports amaxCharLength
option to limit the character length of the caption.VectorizableTextQuery
now supports aqueryRewrites
option to specify the number query rewrites the service will generate.SemanticSearchOptions
now supports aqueryRewrites
option to specify the number query rewrites the service will generate.VectorSearchCompression
now supports configuring therescoringOptoins
.IndexingParametersConfiguration
now supports two additional options forMarkdownParsingSubmode
andMarkdownHeaderDepth
.- Added a new skill:
DocumentIntelligenceLayoutSkill
that extracts content and layout information (as markdown), via Azure AI Services, from files within the enrichment pipeline. - Added 2 subtypes of
CognitiveServiceAccounts
:AzureCognitiveServiceAccount
andAzureCognitiveServiceAccountKey
.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.1
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.7
. - Upgraded
azure-core-serializer-json-jackson
from1.5.1
to version1.5.4
.