Skip to content

v0.3.0 Rusty Lances and Friendly Neighbors

Compare
Choose a tag to compare
@changhiskhan changhiskhan released this 02 Feb 23:13
· 1682 commits to main since this release
ba87905

Sayonara C++, bonjour Rust

What started out as a holiday hack has become a full-blown Rust rewrite.
As we say farewell to our much beloved C++ implementation, we welcome a major new feature to Lance: the vector index.

  1. Lance's vector index is fast and has a small memory footprint. From disk, we benchmark average latencies of 1ms on vanilla macbook airs for 1M vectors.
  2. Your data, vectors, and index can live in harmony under one roof so you don't need to manage a separate index or service.
  3. You can choose to manage and retrieve additional features with the vectors with very little performance impact.

What's Changed

Full Changelog: v0.2.9...v0.3.0