Skip to content

v1.7.0

Compare
Choose a tag to compare
@joein joein released this 08 Dec 10:45
· 188 commits to master since this release
v1.7.0
6d019e6

Changelog


Features

  • Add Discovery API (docs) - #368 by @coszio
    • Discovery search: Uses a target and context pairs to limit the search space during the search
    • Context search: Using only the context pairs, get the points that live in the best zone
  • Add Sparse vectors support (docs) - #378 by @agourlay
    • Combine the dense and sparse vectors to build hybrid search
  • Add Manhattan distance support - #391 by @generall
  • Add custom shard key API (docs) - #391 by @generall
    • Configure how to distribute points among shards

Fixes

  • #337 - Add wait parameter to snapshots API by @joein