11.7.0-beta.2 (2024-11-25)
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 theRescoringOptions
.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
.
Bugs Fixed
- Fixed a bug in the
SearchResult.DocumentDebugInfo
property by changing its type fromIReadOnlyList<DocumentDebugInfo>
toDocumentDebugInfo
. (#46958)