Releases: criteo/autofaiss
Releases · criteo/autofaiss
2.5.0
[2.5.0] - 2021-01-06
Added
Add support for memory-mapped indices generation
Changed
Deprecated
Removed
Fixed
Security
2.4.1
[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
[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
[2.3.0] - 2021-12-07
Added
Add make_direct_map option in build index
Changed
Deprecated
Removed
Fixed
Security
2.2.1
[2.2.1] - 2021-11-30
Added
Changed
Deprecated
Removed
Fixed
fix shape reading for numpy format
Security
2.2.0
[2.2.0] - 2021-11-25
Added
Add support for Vector Id columns
Changed
Deprecated
Removed
Fixed
Security
2.1.0
[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
[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
[1.10.1] - 2021-11-19
Fixed
Add missing fsspec dep in setup.py
1.10.0
[1.10.0] - 2021-11-18
Added
Make index creation agnostic of filesystem using fsspec