Skip to main content

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

Project description

The word Voyager in white, on a black background

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>1.2.6</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" % "1.2.6"

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-2023 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-1.2.6-cp311-cp311-win_amd64.whl (181.8 kB view details)

Uploaded CPython 3.11 Windows x86-64

voyager-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

voyager-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

voyager-1.2.6-cp311-cp311-macosx_11_0_arm64.whl (330.0 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

voyager-1.2.6-cp311-cp311-macosx_10_13_x86_64.whl (360.0 kB view details)

Uploaded CPython 3.11 macOS 10.13+ x86-64

voyager-1.2.6-cp311-cp311-macosx_10_13_universal2.whl (688.8 kB view details)

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

voyager-1.2.6-cp310-cp310-win_amd64.whl (180.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

voyager-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

voyager-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

voyager-1.2.6-cp310-cp310-macosx_11_0_arm64.whl (328.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

voyager-1.2.6-cp310-cp310-macosx_10_13_x86_64.whl (358.4 kB view details)

Uploaded CPython 3.10 macOS 10.13+ x86-64

voyager-1.2.6-cp310-cp310-macosx_10_13_universal2.whl (685.0 kB view details)

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

voyager-1.2.6-cp39-cp39-win_amd64.whl (180.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

voyager-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

voyager-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

voyager-1.2.6-cp39-cp39-macosx_11_0_arm64.whl (328.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

voyager-1.2.6-cp39-cp39-macosx_10_13_x86_64.whl (358.5 kB view details)

Uploaded CPython 3.9 macOS 10.13+ x86-64

voyager-1.2.6-cp39-cp39-macosx_10_13_universal2.whl (685.7 kB view details)

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

voyager-1.2.6-cp38-cp38-win_amd64.whl (180.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

voyager-1.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

voyager-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

voyager-1.2.6-cp38-cp38-macosx_11_0_arm64.whl (328.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

voyager-1.2.6-cp38-cp38-macosx_10_13_x86_64.whl (358.4 kB view details)

Uploaded CPython 3.8 macOS 10.13+ x86-64

voyager-1.2.6-cp38-cp38-macosx_10_13_universal2.whl (685.1 kB view details)

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

voyager-1.2.6-cp37-cp37m-win_amd64.whl (180.8 kB view details)

Uploaded CPython 3.7m Windows x86-64

voyager-1.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

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

voyager-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

voyager-1.2.6-cp37-cp37m-macosx_10_13_x86_64.whl (354.0 kB view details)

Uploaded CPython 3.7m macOS 10.13+ x86-64

File details

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

File metadata

  • Download URL: voyager-1.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 181.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for voyager-1.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 810380839f3c478db0a19f0c548f24b63d48924125394935b32d373e4ce2633a
MD5 15ab2ed0f5b16503e9f2afd5048b47ef
BLAKE2b-256 3725c8df39e9b053f0e98a36e73c353d6967512bdfd441b2c1e712060fea5886

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 650e8f046f385ddd60f1ba3d25fa77e028d1058ff48f808179364240dbd393c6
MD5 635b7c652b9906c753bd13b8d3937b47
BLAKE2b-256 dc25d919042bbf92161f64cdc3df334977fb8ba72ae261b02183b15de88c2c84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d5e167991f5974e93639df2f5b01e4dad996dd911b5cab552075af55689d9f6f
MD5 58a97e391f84650813be7ee2a81c33dd
BLAKE2b-256 bbaab7bdb49470cd517888d83a9db943d1b616e747347bed98d51b623874f29a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b16b8d0d7b220ff47255c593ca8c8605b409cecd66c9748b5cf6eb05eeee8e7
MD5 10567d582f0b7b9202e6598e4899a4b7
BLAKE2b-256 45db813fe5182c1eca389bcb0012b198f535a7dbae000fc8e2409792b0d63500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10baf5b747d82c1eda2d1e8a376caf1fa8c0e98e164b97a58ff6c6bee469f641
MD5 7ef1c640bfc4882b0e8ab931ab8d47e9
BLAKE2b-256 ce2aedca0715952032521703e6e0f2d0ea190ff771aff7566496ebd95f956ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp311-cp311-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 09c79abe9794dcbed9086d184b2dc4b4b92f20f8d6b52576e565f019de6c70ca
MD5 76af3a62fc85600a0635c1f17b0b3d82
BLAKE2b-256 59bb06d253fcfad2dfafa58c83bf5f170448aad28f71b6cefc882c4395bef352

See more details on using hashes here.

File details

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

File metadata

  • Download URL: voyager-1.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 180.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for voyager-1.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d5041de15277ae02a824c4ecc15ee99742d5e796b2b22f6c2af1439887f5f810
MD5 3c3ea401bb6ce52276c04ded1a25cbab
BLAKE2b-256 230e50937e3aee1449c13a7b1cacdc9327f1cbd289c5d2b2e8b4ee52c95975fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9fa87b19c765e56617551e53ff19f57c108ff0c7f7165ec9e48d784e64baaaa0
MD5 89756fc7437cf0500d86df740cafe2d0
BLAKE2b-256 43fd36beffc1d295fcd858671a7de7dc7c033f1e8e89d37806253224f3ae362d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 11e90aba4d8dc1dc4576f0b7fa0352cb2694c76e5abf4164b8ec68920c9423dc
MD5 da1b9a4464c1e6d04cdc90200bd809cf
BLAKE2b-256 1cdd9a908b4323de4a37b697bcd200b4b0e91de400eef72fefa0f4eb0fd8874a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 373285345ad4314c000624cfb7c06aa13334d83b2b16b9646e97262f91d31f29
MD5 3381088c38c611c0fbedbfd7de6206fd
BLAKE2b-256 64a7a0185ea0c10350b10eb1aae213897ac44ad90936825f9c2cad180b3ff7b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 be1aa97c986d5e0e859ef57e83f6b38620464007c756ba0b6e5ce589330bb07b
MD5 c2a7770c305ba45622002e583fc8ae80
BLAKE2b-256 45ca0bd8e84096dd09df4e7ba7059f92e536e946aff1c47fe22bcf1c194bcb12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp310-cp310-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 f882965e33eec1702239aaf39c5718863520281de57ba0ad0f8135193ce6ba79
MD5 3f7200158f142608f47f1adc5c7d5639
BLAKE2b-256 e390213b6257119d5d776989dbd3abfa6bae9f39b551b2ec7cc362b9f829a6a4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: voyager-1.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 180.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for voyager-1.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c8ab07a8f563f1a1aec62d06ebd09d78fbdc6793bd4c3bf69a96b6515464113c
MD5 b0320eb2a867fd4066e333f919feaea1
BLAKE2b-256 f16ed0bd9b520e98b5ca1d883dde3510d496971cd527b995ea017729a07d0486

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f314b5ddd0e62bcce650e1d6519a24139eca98160cddf86d5755fdd1cc4f473
MD5 2678dc547385c16c6b3bd844e7ffbbf0
BLAKE2b-256 12e2e254b16eca7facb9e374cfd782741e09413f7dc93b6a89a48822c4ee10a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 39ba03980b4745986267fa6d3e14485c6d3cb0b9a5c3f83b2fb5bdb81d935563
MD5 bbbaa9cccd50e7362b377bc1be34d70b
BLAKE2b-256 7890f88213b741a0fdbbb275e55630810bc38d71bf1a323508002e1f53f02e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe431b2ca8d7eb212c89a13ee3221d4e6cceb6ec85b243cb715b4804cb6684d8
MD5 79807efc73655e0d5c11eb32c7ccb7e3
BLAKE2b-256 67f86f22095e924486f80eebb15850c7510e80f4824135bd1d6819960d2863e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 376ba8994f56d840cb2e696f4ac3c07563d8970f9d310f9042aa7c9edcc4506f
MD5 75b8cab63f17cbdd205a51ee500337db
BLAKE2b-256 2f79e16a4864fa6a061c31c6ab7c98feee36eb098207684932b6ed9c8c0b3639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp39-cp39-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 9703d6a014240363b91506941eb392172b9b945497f2c150cad8c19a5f135258
MD5 c7f5970acf8b6c37383308caeac7d054
BLAKE2b-256 16ca8f9a58783b7265cd56aa5358e975b50d3e97665f8b1da926db6566710d85

See more details on using hashes here.

File details

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

File metadata

  • Download URL: voyager-1.2.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 180.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for voyager-1.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a612c583da50d156c1032b82e7a5eee860fe06dfe689193e3becb39f06090406
MD5 3b745eb86e3fc17f7d5d75e878ce5b5b
BLAKE2b-256 cd85d5c4f81d1883dcb8d98cf0c0a7f605791246df2f314dcebee0cd2264544a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07807acc1b6b15c7b0c608f22a3e3b2216d0a2bd70d3e48c2c17d77411c2675e
MD5 e2dd5f52e3a90f327680ed451450a7e3
BLAKE2b-256 253698f678b77808828388fd5a5c44faf19fb3d9b265bd90997d4dbdeff41dcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e54212c4fb7e56625b545f277984ad9c2230ad3b6a217b59275a7d12ecf6a3d6
MD5 771c1d82c69fda5004312e4e21273b27
BLAKE2b-256 d4288c66023dcff3ff5fc37345d4bb6399dc36634586af8849a23aabc2bbdb37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0212575aece29a1911f0c9e01a5ae493e05645298ff24a8a4dc8d7a9f49fca72
MD5 a66397d269d9b7f2dcc0c3f4257f834e
BLAKE2b-256 7fdbf070d2f56666b7493eae70d34bfe9a64d2765f4a5334f16380be1923dfa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5ae09e383b9620d8307872d7980cfd425a89b4efcf52dde2259bb212e9d84665
MD5 8b29ec32dbdab332a4b262839a5bc369
BLAKE2b-256 853a3d766a9c1b163f030ad9aea0847249feaeb4dcd628ea7a085711b7e06cae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp38-cp38-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 d0d532ef0ac1640cee5bc4b27d2f04675de7ce05ece7c8adcb4775a11f1fd730
MD5 3bb0a160afc2bd8b1f300699dc68282e
BLAKE2b-256 e8bcfac69ccb11dff245da4a8f755e07666ac1a09912e8f1414dda2ccab99954

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for voyager-1.2.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0ed36d7082eec290c3757ee201539c7574cdce1f82d617afe49a38766e0b2b9d
MD5 d8dea568eec1d1de8d45302393591cbe
BLAKE2b-256 49ffdb27d2cb3e7b4bd6c03ce8a5379dbbf70efc3814fd583183365830757436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 adcec7cd177f0b401b8fe9178125d6ee3af0d45046c0a32ea036fc15b1ec8718
MD5 f8493eb68e08abc146a67f03e7280c19
BLAKE2b-256 9249749c48dc570e82f32b685da4cf4698c41e832e76ac35b0cfad9cfec3504d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a198175d97c3186b7af276034b8a5a5784ce72bddceb6dd15eedf579d2c01697
MD5 f449e0ba4baa3972bbaf4d9746ed1c09
BLAKE2b-256 ff99f5f02ebebf100435bb2dac28cb4a63746d8cd52320a47d86311d8a7001e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for voyager-1.2.6-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1f01d91aec7cfcea69a0a13c84f4e68efeaafe712d5ebbab0734b313469e47f2
MD5 afffb0acfa055f71353a45186ac16afb
BLAKE2b-256 b9fc439595f6b6f8fd585cdbf78d2ca621becbedd4a1d16ac9b3bb9b2a439ff7

See more details on using hashes here.

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