11.4.0b8 (2023-08-08)
Features Added
- Exposed
HnswVectorSearchAlgorithmConfiguration
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.
- Instead of using
VectorSearchAlgorithmConfiguration
, now you need to use concrete types likeHnswVectorSearchAlgorithmConfiguration
.