Skip to content

Commit

Permalink
Release 2.15.5 (#152)
Browse files Browse the repository at this point in the history
Release 2.15.5
Add the possibility to provide a (pre-trained) index to build partitioned indexes
If provided, the (pre-trained) index will be used to add embeddings and
create partitioned indexes
  • Loading branch information
nateagr authored Jan 6, 2023
1 parent 2be7835 commit d7a7f57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org).

## [2.15.5] - 2023-06-01

### Changed
* build_partitioned_indexes now accepts an optional path to a (pre-trained) index. If provided,
this index will be used to build all partitioned indexes

## [2.15.4] - 2022-12-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion autofaiss/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pylint: disable=all

__version__ = "2.15.4"
__version__ = "2.15.5"
__author__ = "Criteo"


Expand Down

0 comments on commit d7a7f57

Please sign in to comment.