Skip to content

v0.1.2

Choose a tag to compare

@ddickmann ddickmann released this 31 Mar 19:10
· 100 commits to main since this release

Prebuilt Rust wheels for Linux and macOS.

Install

pip install voyager-index                # pure Python
pip install voyager-index[native]        # + prebuilt Rust kernels (Linux x86_64, macOS x86_64/arm64)
pip install voyager-index[native,server] # + FastAPI reference server

Platforms

  • Linux x86_64 (manylinux 2.28)
  • macOS Intel (x86_64)
  • macOS Apple Silicon (arm64)
  • Python 3.10, 3.11, 3.12