Azure.Search.Documents_11.7.0-beta.2
版本发布时间: 2024-11-26 09:32:20
Azure/azure-sdk-for-net最新发布版本:Azure.ResourceManager.Maps_1.1.0(2024-11-26 14:48:43)
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)