Skip to content

Releases: facebookresearch/faiss

v1.3.0

12 Jul 17:05
2dc30e1

Choose a tag to compare

Features:

  • Support for binary indexes (IndexBinaryFlat, IndexBinaryIVF)
  • Support fp16 encoding in scalar quantizer
  • Support for deduplication in IndexIVFFlat
  • Support for index serialization

Bugs:

  • Fix MMAP bug for normal indexes
  • Fix propagation of io_flags in read func
  • Fix k-selection for CUDA 9
  • Fix race condition in OnDiskInvertedLists

v1.2.1

01 Mar 13:43

Choose a tag to compare

Features

  • Support for on-disk storage of IndexIVF data.

  • C API

  • extended tutorial to GPU indexes