github Azure/azure-sdk-for-java azure-search-documents_11.6.0-beta.10

latest releases: azure-sdk-bom_1.2.25, azure-cosmos-encryption_2.13.0, azure-cosmos_4.62.0...
pre-release8 months ago

11.6.0-beta.10 (2023-10-12)

Features Added

  • SemanticQuery has been added to SearchOptions, allowing the setting of a separate search query that will be solely
    used for semantic reranking, semantic captions and semantic answers.

Breaking Changes

  • SearchQueryVector model has been replaced by VectorQuery.
  • SearchOptions instance method SearchOptions setVectors(List<SearchQueryVector>) has been replaced by SearchOptions setVectorQueries(List<VectorQuery>).
  • SearchOptions instance method SearchOptions setVectors(SearchQueryVector...) has been replaced by SearchOptions setVetorQueries(VectorQuery...).
  • SearchOptions instance method List<SearchQueryVector> getVectors() has been replaced by List<VectorQuery> getVectorQueries().
  • VectorSearch instance property List<VectorSearchAlgorithmConfiguration> algorithmConfigurations has been replaced by properties List<VectorSearchProfile> profiles,
    List<VectorSearchAlgorithmConfiguration> algorithms, and List<VectorSearchVectorizer> vectorizers.

Other Changes

  • Added additional models to support vector search.
  • Updated vector search samples to use VectorQuery.

Dependency Updates

  • Upgraded azure-core-http-netty from 1.13.7 to version 1.13.8.
  • Upgraded azure-core-serializer-json-jackson from 1.4.4 to version 1.4.5.
  • Upgraded azure-core from 1.43.0 to version 1.44.0.

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

NewReleases is sending notifications on new releases.