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

11.4.0b7 (2023-08-08)

Features Added

  • Added multi-vector search support. Now instead of passing in vector, top_k and vector_fields, search method accepts vectors which is a list of Vector object.

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.0b6 may be affected.

  • Stopped supporting vector, top_k and vector_fields in SearchClient.search method.

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

NewReleases is sending notifications on new releases.