11.6.0-beta.3 (2024-03-05)
Features Added
- Added the
VectorSearch.Compressions
property, which can be utilized to configure options specific to the compression method used during indexing or querying. - Added the
SearchField.IsStored
,VectorSearchField.IsStored
, andVectorSearchFieldAttribute.IsStored
property. It represent an immutable value indicating whether the field will be persisted separately on disk to be returned in a search result. This property is applicable only for vector fields. - Added support for
sbyte
andint16
toSearchFieldDataType
.