Skip to content

Releases: criteo/autofaiss

2.5.0

06 Jan 18:32
2e3afe6
Compare
Choose a tag to compare

[2.5.0] - 2021-01-06

Added

Add support for memory-mapped indices generation

Changed

Deprecated

Removed

Fixed

Security

2.4.1

04 Jan 14:58
fd9812c
Compare
Choose a tag to compare

[2.4.1] - 2021-01-04

Added

Changed

Deprecated

Removed

Fixed

  • Add make direct map to argement of index metadata while estimating index size

Security

2.4.0

16 Dec 13:07
01f3031
Compare
Choose a tag to compare

[2.4.0] - 2021-12-16

Added

  • add make_direct_map to memory estimation

Changed

Deprecated

Removed

Fixed

  • clean ids_batch and ids_batch_df between each batch

Security

2.3.0

07 Dec 15:35
0b54b6a
Compare
Choose a tag to compare

[2.3.0] - 2021-12-07

Added

Add make_direct_map option in build index

Changed

Deprecated

Removed

Fixed

Security

2.2.1

30 Nov 19:11
Compare
Choose a tag to compare

[2.2.1] - 2021-11-30

Added

Changed

Deprecated

Removed

Fixed

fix shape reading for numpy format

Security

2.2.0

25 Nov 10:52
Compare
Choose a tag to compare

[2.2.0] - 2021-11-25

Added

Add support for Vector Id columns

Changed

Deprecated

Removed

Fixed

Security

2.1.0

24 Nov 21:59
09ea826
Compare
Choose a tag to compare

[2.1.0] - 2021-09-24

Added

use fsspec to write the index + make tune index and score index option

Changed

Decrease memory usage by using a lazy ndarray reader

Deprecated

Removed

Fixed

Security

2.0.0

19 Nov 17:20
Compare
Choose a tag to compare

[2.0.0] - 2021-11-19

Added

  • add in memory autofaiss support

Changed

  • improve API by removing the Quantizer class
  • quantize -> build_index
  • make index_path explicit

1.10.1

19 Nov 08:48
38ba289
Compare
Choose a tag to compare

[1.10.1] - 2021-11-19

Fixed

Add missing fsspec dep in setup.py

1.10.0

18 Nov 17:08
Compare
Choose a tag to compare

[1.10.0] - 2021-11-18

Added

Make index creation agnostic of filesystem using fsspec