Skip to content

knowhere-v2.3.0-beta

Compare
Choose a tag to compare
@liliu-z liliu-z released this 15 Mar 09:39
052f596

Release Notes

What's new?

  • Sparse Index:
    • Introduced sparse vectors. Indexes SPARSE_WAND and SPARSE_INVERTED_INDEX are supported.
  • GPU-based indexes:
    • Supported CAGRA, a GPU-based graph index from Nvidia.
    • Supported BRUTE_FORCE for GPU.
  • Iterator:
    • Iterating approximately nearest vector is supported. A new API Interator is introduced for HNSW and IVF-series indexes.
  • Multiple Data Types:
    • Knowhere now supports BF16 and FP16 as data type.