Skip to main content

Easy-to-use, fast, simple multi-platform approximate nearest-neighbor search library.

Project description

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

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.0.4</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.0.4"

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

Compatibility

OS Language Version x86_64 (Intel) arm64 (ARM)
Linux Python 3.7
Linux Python 3.8
Linux Python 3.9
Linux Python 3.10
Linux Python 3.11
Linux Python 3.12
Linux Java 8-16+
macOS Python 3.7
macOS Python 3.8
macOS Python 3.9
macOS Python 3.10
macOS Python 3.11
macOS Python 3.12
macOS Java 8-16+
Windows Python 3.7
Windows Python 3.8
Windows Python 3.9
Windows Python 3.10
Windows Python 3.11
Windows Python 3.12
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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

voyager-2.0.7-cp312-cp312-win_amd64.whl (201.6 kB view details)

Uploaded CPython 3.12 Windows x86-64

voyager-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp312-cp312-macosx_11_0_arm64.whl (356.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

voyager-2.0.7-cp312-cp312-macosx_10_13_x86_64.whl (374.6 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

voyager-2.0.7-cp312-cp312-macosx_10_13_universal2.whl (729.1 kB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

voyager-2.0.7-cp311-cp311-win_amd64.whl (200.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

voyager-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp311-cp311-macosx_11_0_arm64.whl (356.2 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

voyager-2.0.7-cp311-cp311-macosx_10_13_x86_64.whl (372.7 kB view details)

Uploaded CPython 3.11 macOS 10.13+ x86-64

voyager-2.0.7-cp311-cp311-macosx_10_13_universal2.whl (727.9 kB view details)

Uploaded CPython 3.11 macOS 10.13+ universal2 (ARM64, x86-64)

voyager-2.0.7-cp310-cp310-win_amd64.whl (199.4 kB view details)

Uploaded CPython 3.10 Windows x86-64

voyager-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp310-cp310-macosx_11_0_arm64.whl (354.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

voyager-2.0.7-cp310-cp310-macosx_10_13_x86_64.whl (371.4 kB view details)

Uploaded CPython 3.10 macOS 10.13+ x86-64

voyager-2.0.7-cp310-cp310-macosx_10_13_universal2.whl (725.7 kB view details)

Uploaded CPython 3.10 macOS 10.13+ universal2 (ARM64, x86-64)

voyager-2.0.7-cp39-cp39-win_amd64.whl (196.0 kB view details)

Uploaded CPython 3.9 Windows x86-64

voyager-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp39-cp39-macosx_11_0_arm64.whl (354.9 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

voyager-2.0.7-cp39-cp39-macosx_10_13_x86_64.whl (371.6 kB view details)

Uploaded CPython 3.9 macOS 10.13+ x86-64

voyager-2.0.7-cp39-cp39-macosx_10_13_universal2.whl (726.1 kB view details)

Uploaded CPython 3.9 macOS 10.13+ universal2 (ARM64, x86-64)

voyager-2.0.7-cp38-cp38-win_amd64.whl (199.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

voyager-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp38-cp38-macosx_11_0_arm64.whl (354.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

voyager-2.0.7-cp38-cp38-macosx_10_13_x86_64.whl (371.3 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

voyager-2.0.7-cp38-cp38-macosx_10_13_universal2.whl (725.6 kB view details)

Uploaded CPython 3.8 macOS 10.13+ universal2 (ARM64, x86-64)

voyager-2.0.7-cp37-cp37m-win_amd64.whl (199.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

voyager-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

voyager-2.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

voyager-2.0.7-cp37-cp37m-macosx_10_13_x86_64.whl (365.6 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

File details

Details for the file voyager-2.0.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 201.6 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c8498698462db65c33342b1ced753715f048ec87d4ae710da64cb2417e22dc34
MD5 8f65fb8dd9b8fff169c0013e39279956
BLAKE2b-256 fe422abe88cf54e44cc0e758a4e93762f83874b3679c252bb08858c74c3a92f4

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ead69295f1d76be94591ecf00dafb11a05791c69bb7bad3cf81ff80f6d140eb
MD5 e2dc1a430fdc8b68a4f7ea7cd5de30e5
BLAKE2b-256 90291613b24da3aa6fc49a59f3e64d844fc227ae54db013f8ae27b5008782296

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8c9f6a065a8d8020167461b7a0389b906ea1b50c74afe1bd33475060223910c
MD5 b3863f04c1b039b678c811c6a6b67031
BLAKE2b-256 62e022208341329bbde7bb77c4647cf77861fb6933b745353bef5725c4dff8e1

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b19e5bee9471e26f2653b82f2075634c3779f8a64092d0af214b3ac4875e9b05
MD5 8a9a51acf9702952a81d04904c28e359
BLAKE2b-256 e2ca9c6f386359d3ab9945a4b4c82de329dd2a33ced892ab264139722b15946e

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 314a47783a1d0d9aaff15bcc9b93b83b6faf166815d00d43be51af279944987e
MD5 0aaa342459aadbcf2353c921a0d2e6ac
BLAKE2b-256 934fc5d374cafd2e354fe71ffb4950a0c684f181a33328f93e889740c31152ee

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 4bd1295b85ba49485ffded872f8b4f6438b4a0dc106516bfb52031271e38692e
MD5 e44b37862c8df6b070ad75fe72232972
BLAKE2b-256 1590d0bb6d9cb85f700db670d2cddd1f1c8571bd8dea1f056cdba5bb141fd889

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 200.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0c3fc839e7a18ba238962c42e27c473ac492e73b63bae9e73636e7fcc9684b8c
MD5 333c817948f7a126e45f4d125688532d
BLAKE2b-256 43ec6deecfd7b707aaf6252b0a8c22713482ab4c440567e58dc0d6d9d843eada

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 579bc32669906e0d9e50a501cf7ff3890681281108407bbee20d79de084c993e
MD5 e2c91d6cf6a2d146fa288c11eb08feb0
BLAKE2b-256 ab098914dae9f3cdadaa85aa4cd5a9ad29b29f0cbeee4e73abee2f7e8a289990

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fcae5156b32724a6e02ab9292d20e3ddebe8a32b854a315b7e1a332b561dafd3
MD5 ea917a3b628ef9581f3535d2abf030d2
BLAKE2b-256 3ba41e62a3d03a3c53eaf6983c114e22b621be92c720554be776191a939b719b

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 024aa6d81089f415d04e70af71f7d0cb5ad66db8c30e981edfb4bb5ee79472eb
MD5 a661b2cf78cb5c55630a341fab6be194
BLAKE2b-256 6d156d26c2b0d5400c6c25b1c64e3da5d8b93a16fa41a1e9b1ae4032a91f68c3

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 df89ac1ffc78fad166fa9307aff4512ca8afbaea4cef98b8bfdc241e4f87b9c6
MD5 86540d7ca58248309a0f17517833c7a8
BLAKE2b-256 321fdc1c6fd389137a047c667a8ca6076c4a9a5c98a98fc032de9f662dff7ba7

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp311-cp311-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp311-cp311-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 c2beee583f4120a2ee97f43aeff41abffd5a665a5424511454bca6c408196be7
MD5 6777bac87e7c11d24b6a8349f282cc47
BLAKE2b-256 4eda24d2363eec460b477825f5d895e4ba756f291f8009313d08e93cd20de465

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 199.4 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 68ed49eec3a260cc7d5e1efa2ca926b38d49cd770303de9ef8139f3f94a971b4
MD5 3e6ac6bcee523648f591ef807a09c274
BLAKE2b-256 5ded83eb0702c836a3396a556f050431adac924221263080a13f3c69f2b61bd0

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7422bc3ab9b08796933ccfcda78ac93677b92e46e5d08868c6fab0ce2dd369fd
MD5 19ecd3da74e86606c2adca453ff246e4
BLAKE2b-256 eb442ba6cbe42530af22dce1ce06290f65ba9c1e34fef73378e788ab9443980e

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e389cb35d661cbab3dfdcfe82ccbccb002222cce962756a1428fc7ef7cca86b
MD5 363b87a8e476426740cc15d4003f8f97
BLAKE2b-256 4a8ef49281eb9c2a7009ed403407c9ed1b1f5c91766b22302cab83fcb31f2583

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c7701efba11ee87e6834e6276b0f17df427105652e15681674b1203725268a7
MD5 a6ed57503a46d4919996689e1966376d
BLAKE2b-256 9036334932bc78c6c104aac69c269faf9f6a960f2847b82282ae1207fe9d795d

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 299a0b9d5ed17345c48d17198cff512f31f2c0edd4a2bd48cc477bb3914bc603
MD5 f73eacf8ca8642ae498ae62d32ca9b87
BLAKE2b-256 b92f74fd00c48d45c034b0d200cb55c588baa61dcd96d5dbc3064284043b0ef7

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp310-cp310-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp310-cp310-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 a97e06ff00269d0604c4d9d04713668d920e6167e92304c6e5fee6976badbe7f
MD5 d1b0cf9c2c9607379983997c7c70a955
BLAKE2b-256 fe90ffaf346d825207ae6ab9d58236035a529e275e7c1e3d369dd1163ab8adfe

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 196.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4ce034ad76c741569355d583b78257a486f20c13a2422e079fb8ae3b92996e94
MD5 d393525c9c4265afb7907c5c9852e0de
BLAKE2b-256 6699529714934e664aaa4dc66c5d077835798c31fb7dd8847517f932548c82c0

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 77abee1c98ede66882fba1a34729c892a8adef66c9128c4f69b800662e825e1e
MD5 73cfad3cade7387fa8600851d417ecf5
BLAKE2b-256 7bfd8bcd22a78d6779180b7a7f24a479adef59fbd1910f41efb00856f2918900

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 430273981bffeea84abb6dc988436fee8683df8b687682771838e3b46db798ef
MD5 1c7edadca64c7460f75772a642d4468b
BLAKE2b-256 4f972ff3c1650e0ea9de7db7eba53eea0cc0ee07aa5289d8fd9c4c59493778ca

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9518b987f5d2f7a91401d49593c693ea6c22626f89cc32a2c40243fd26e79c3
MD5 13e4255ab156c8c65bf581bd8b5e6f71
BLAKE2b-256 179aaf55d7fe749f26c15b607638ef80aff24bd137f03b5e1c1a20ae35ed4646

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 80baeb38c2c052e04c030006cd438d7bca7e3e8757d1473ffa9872644405c13d
MD5 b373d05f238cf290e67fd956085e2cf1
BLAKE2b-256 ad44a05bcf6f9140926df7da97fcfed5ac6a672d90867cebea1ec44664160e6f

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp39-cp39-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp39-cp39-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 5656accd594e52c43e4250db4190cc60cd3c1228551700f1752bac3311e125b9
MD5 86b4653359130e6db1e2a7b955f48392
BLAKE2b-256 0b30163ee84b5b3b363f4bc293f03eef6d6f73061a9dab5cb8203b24d129324b

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 199.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 73354a14b6842598224d2f361680415ebea8b2a0009d4f98213e10ac92299445
MD5 a12c7234a5c0d81da6190a8101317429
BLAKE2b-256 27d5f1d1ee080a1a6e13658c08ce04b0fdfb877927a1651d42011e62678ce064

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 672b88c2e291600e83942993dc0d47790a552d8563709c70b60a926ea1a0bc41
MD5 c11220699c457d945039897d8c47f545
BLAKE2b-256 e09a6005d9d1e556f6caa08a72eade25abd1ef2d9f63f23c5fc7bbae2c8f1123

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b5ce5adfa8ac88674006f1c141083d67dd56fa41f5825444a99db9fcda87af5
MD5 5810385e6188f0dd5b7241b85f791930
BLAKE2b-256 45dd24baf81977675708ff68ba384b623488abb7f8ffcfdab110e11ed2aa5f68

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cd6c8bc44aa39fd1511c2ba878014e17fbce4a9159e0c460cac5adb53c662d6c
MD5 42ed24e89bd88df70532c0eb145edaa7
BLAKE2b-256 6eb007473a4f857e43803a7002232c2791a3f97f00f15b95861c0c9fca7afbb7

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ecad1d277640d63d40982fd26ded83d879ba849354cd970a323a7e1ac1952233
MD5 060dee970f83f758ee326e3a3d3c73c1
BLAKE2b-256 fddcdf19de9e2ea098bdcfeb895d94fe93c500423d9bdd3823ff864c116d80d0

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp38-cp38-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp38-cp38-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 6101767f0a2bbc3d60c29052bafe75690635a7b95a41fc5c035e2a752ee5c6cf
MD5 e7e69df5febb6e9ea71175f64a290093
BLAKE2b-256 b9e9648a9808230f8c8990ecb65f9a70dfd5bbfe53987ccb7f3d340026939047

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: voyager-2.0.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 199.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for voyager-2.0.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b90c1b4a3a5bb73786680d342b17909a60bbedd50ef0bf691624b24e291fdada
MD5 8ea4359cad7fa8fbff35e9f91295cc4b
BLAKE2b-256 532b77ed7aa946c2177f04f0881aba9c8c6fb53177cc3e815e731194d7e28ae7

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54b06111560314e9d097362d2098d862b907c2c33e94097c76f10d581d141f3c
MD5 b5b3c2559ee7bb50e0127423c5640484
BLAKE2b-256 c5a646b6aaaef16246a172a3b623a9644646e9f12bd1e1964c0bcec86e8bb593

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bccc563c492958685580aa9b0d1194b7cc6bcbc8b4a2351dde7b786fb3df95c9
MD5 bba4b22e38849905ed23e70a69e519e5
BLAKE2b-256 9a817d5d479bb4370d07632aed69a2fc174fc9c1c530d6bb46a47cdee1d9bd95

See more details on using hashes here.

Provenance

File details

Details for the file voyager-2.0.7-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for voyager-2.0.7-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 13e9438a81fca3a87b156489c3b870c5235db997d68de4fd1c01173c9de97adf
MD5 fd91a2d706e6ec056c4791527e3cd28e
BLAKE2b-256 bacb98fb251a2786ae2b5e38146edf7f4eff21cf364847de8d8d340d1a1b0a94

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page