GraphCanon updated today · GitHub synced today · 26 views this month
Decision brief
cuVS is a CUDA-based library for efficient GPU-accelerated vector search and clustering.
Good fit when
- - When you need high-performance vector operations leveraging the parallel processing power of GPUs, specifically with CUDA.
- - If your application requires heavy lifting in similarity searches or neighborhood methods using dense vectors where GPU acceleration is beneficial.
Avoid when
- - For environments where GPU resources are limited or unavailable because cuVS heavily relies on CUDA's capabilities for performance gains.
- - When you prioritize portability across different hardware, as cuVS being tied to CUDA means it may not be optimal on non-NVIDIA GPUs or CPU-only systems.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (1d 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.
Backing
Company context for Nvidia. Display-only - separate from trust and ranking.
- Company
- NVIDIA Corporation·GitHub org profile·1mo
- Employees
- 11,528·Wikidata (P1128 employees)·1mo
- Commercial model
- Pure OSS·GitHub org profile (public repos)·1mo
Install
git clone https://github.com/NVIDIA/cuvsSimilar 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
cuVS is a CUDA-based library designed to perform vector search and clustering operations efficiently on GPUs.
Capability facts
- Deploy
- Self-host
Source: dockerfile:Dockerfile · Aug 23, 2026
- Docker
- Dockerfile present
Source: dockerfile:Dockerfile · Aug 23, 2026
- Languages
- cuda, python
Source: github.language+pyproject.toml · Aug 23, 2026
Categories
Graph entities
Tags
README
Getting Started
The following code snippets train an approximate nearest neighbors index for the CAGRA algorithm in the various different languages supported by cuVS.
For agents
This page has a .md twin and JSON over the API.