github Azure/azure-sdk-for-python azure-search-documents_11.4.0

11.4.0 (2023-10-13)

Features Added

  • Added new models:
    • VectorSearchAlgorithmMetric
    • IndexProjectionMode
    • SearchIndexerIndexProjections
    • SearchIndexerIndexProjectionSelector
    • SearchIndexerIndexProjectionsParameters
    • BlobIndexerDataToExtract
    • BlobIndexerImageAction
    • BlobIndexerParsingMode
    • CharFilterName
    • CustomEntity
    • CustomEntityAlias
    • DataChangeDetectionPolicy
    • DataDeletionDetectionPolicy
    • DefaultCognitiveServicesAccount
    • HighWaterMarkChangeDetectionPolicy
    • HnswAlgorithmConfiguration
    • IndexerExecutionResult
    • IndexingParameters
    • IndexingParametersConfiguration
    • IndexingSchedule
    • LexicalAnalyzerName
    • LexicalTokenizerName
    • PIIDetectionSkill
    • PIIDetectionSkillMaskingMode
    • ScoringProfile
    • SemanticSearch
  • Added index_projections support for SearchIndexerSkillset

Breaking Changes

These changes do not impact the API of stable versions such as 11.3.0.
Only code written against a beta version such as 11.4.0b11 may be affected.

  • Renamed AnswerResult to QueryAnswerResult and CaptionResult to QueryCaptionResult.
  • Renamed SemanticErrorHandling to SemanticErrorMode.
  • Renamed RawVectorQuery to VectorizedQuery.
  • Renamed ExhaustiveKnnVectorSearchAlgorithmConfiguration to ExhaustiveKnnAlgorithmConfiguration.
  • Renamed PrioritizedFields to SemanticPrioritizedFields.
  • Renamed query_caption_highlight to query_caption_highlight_enabled.
  • query_language and query_speller are not available for Search method in this stable release.
  • alias operations are not available in this stable release.

Other Changes

  • Used API version "2023-11-01".

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.