GraphCanon updated today · GitHub synced today
Decision brief
Voy specializes in Webassembly-based vector similarity searches, coded in Rust, with support for k-d-trees and nearest-neighbor searching.
Good fit when
- When you require a Rust implementation of WebAssembly for embedding in web applications or for secure sandboxed execution on the server-side.
- For tasks needing efficient k-d-tree operations where performance is critical due to its Rust-based optimizations.
Avoid when
- If high availability and extensive fault tolerance features are required, as Voy focuses primarily on vector similarity searches rather than system-wide reliability enhancements.
- When your project demands integration with existing large-scale SQL database systems, since Voy is specialized for a specific type of search operation.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (1067d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
cargo add voy crates.ioSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
tantaraio/voy is a project focused on implementing a webassembly-based vector similarity search using the Rust programming language with features like k-d-tree and nearest-neighbor-search functionality.
Capability facts
- Languages
- rust
Source: github.language · Aug 23, 2026
Categories
Tags
README
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
For agents
This page has a .md twin and JSON over the API.