knowhere-v2.3.0-beta
Release Notes
What's new?
- Sparse Index:
- Introduced sparse vectors. Indexes
SPARSE_WAND
andSPARSE_INVERTED_INDEX
are supported.
- Introduced sparse vectors. Indexes
- GPU-based indexes:
- Supported
CAGRA
, a GPU-based graph index from Nvidia. - Supported
BRUTE_FORCE
for GPU.
- Supported
- Iterator:
- Iterating approximately nearest vector is supported. A new API
Interator
is introduced forHNSW
andIVF
-series indexes.
- Iterating approximately nearest vector is supported. A new API
- Multiple Data Types:
- Knowhere now supports
BF16
andFP16
as data type.
- Knowhere now supports