SkillAgentSearch skills...

Voyager

🛰️ An approximate nearest-neighbor search library for Python and Java with a focus on ease of use, simplicity, and deployability.

Install / Use

/learn @spotify/Voyager
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

The word Voyager_in blue, with a multicoloured graphic illustrating an orbit to its left.

License: Apache 2.0 Documentation Supported Platforms Apple Silicon support for macOS and Linux (Docker) Test Badge

<!-- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/voyager)](https://pypi.org/project/voyager) --> <!-- [![PyPI - Wheel](https://img.shields.io/pypi/wheel/voyager)](https://pypi.org/project/voyager) --> <!-- [![PyPI - Downloads](https://img.shields.io/pypi/dm/voyager)](https://pypistats.org/packages/voyager) --> <!-- [![GitHub Repo stars](https://img.shields.io/github/stars/spotify/voyager?style=social)](https://github.com/spotify/voyager/stargazers) -->

Voyager is a library for performing fast approximate nearest-neighbor searches on an in-memory collection of vectors.

Voyager features bindings to both Python and Java, with feature parity and index compatibility between both languages. It uses the HNSW algorithm, based on the open-source hnswlib package, with numerous features added for convenience and speed. Voyager is used extensively in production at Spotify, and is queried hundreds of millions of times per day to power numerous user-facing features.

Think of Voyager like Sparkey, but for vector/embedding data; or like Annoy, but with much higher recall. It got its name because it searches through (embedding) space(s), much like the Voyager interstellar probes launched by NASA in 1977.

Python Documentation Java Documentation

Installation

Python

pip install voyager

Java

Add the following artifact to your pom.xml:

<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>voyager</artifactId>
  <version>2.1.0</version>
</dependency>

You can find the latest version on Voyager's Releases page.

Scala

Add the following artifact to your build.sbt:

"com.spotify" % "voyager" % "2.1.0"

You can find the latest version on Voyager's Releases page.

Compatibility

| OS | Language | Version | x86_64 (Intel) | arm64 (ARM) | |-----------|----------|---------|---------| --------| | Linux | Python | 3.9 | ✅ | ✅ | | Linux | Python | 3.10 | ✅ | ✅ | | Linux | Python | 3.11 | ✅ | ✅ | | Linux | Python | 3.12 | ✅ | ✅ | | Linux | Python | 3.13 | ✅ | ✅ | | Linux | Java | 8-16+ | ✅ | ✅ | | macOS | Python | 3.9 | ✅ | ✅ | | macOS | Python | 3.10 | ✅ | ✅ | | macOS | Python | 3.11 | ✅ | ✅ | | macOS | Python | 3.12 | ✅ | ✅ | | macOS | Python | 3.13 | ✅ | ✅ | | macOS | Java | 8-16+ | ✅ | ✅ | | Windows | Python | 3.9 | ✅ | ❌ | | Windows | Python | 3.10 | ✅ | ❌ | | Windows | Python | 3.11 | ✅ | ❌ | | Windows | Python | 3.12 | ✅ | ❌ | | Windows | Python | 3.13 | ✅ | ❌ | | Windows | Java | 8-16+ | ✅ | ❌ |

Contributing

Contributions to voyager are welcomed! See CONTRIBUTING.md for details.

License

Voyager is copyright 2022-2024 Spotify AB.

Voyager is licensed under the Apache 2 License.

View on GitHub
GitHub Stars1.6k
CategoryOperations
Updated3d ago
Forks78

Languages

C++

Security Score

100/100

Audited on Mar 28, 2026

No findings