Skip to content

Fast-Forward Indexes v0.4.0

Compare
Choose a tag to compare
@mrjleo mrjleo released this 02 Oct 08:18
· 29 commits to main since this release
c6b0173

Indexer

  • Now supports transferring vectors from one index to another.
  • Now supports automatically training a quantizer during indexing.
  • The encoder has been made optional.

API changes

  • Indexer.index_dicts has been renamed to Indexer.from_dicts.
  • Indexer now takes a batch_size and an encoder_batch_size.
  • Index.__call__: early_stopping_intervals has been renamed to early_stopping_depths.
  • OnDiskIndex: ds_buffer_size has been renamed to max_indexing_size.
  • OnDiskIndex.to_memory: buffer_size has been renamed to batch_size.
  • util.create_coalesced_index: buffer_size has been renamed to batch_size.