azure-search-documents_11.4.0b7
版本发布时间: 2023-08-08 23:42:31
Azure/azure-sdk-for-python最新发布版本:azure-template_0.1.0b4086797(2024-08-28 06:27:17)
11.4.0b7 (2023-08-08)
Features Added
- Added multi-vector search support. Now instead of passing in
vector
,top_k
andvector_fields
, search method acceptsvectors
which is a list ofVector
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
andvector_fields
inSearchClient.search
method.