Metadata-Version: 2.1
Name: amd-hipvs
Version: 1.0.0
Summary: hipVS: Vector Search on the GPU
Author: Advanced Micro Devices, Inc., NVIDIA Corporation
License: Apache-2.0 AND MIT
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/ROCm-DS/hipVS
Project-URL: Documentation, https://rocm.docs.amd.com/projects/hipVS/en/latest/
Project-URL: Issue Tracker, https://github.com/ROCm-DS/hipVS/issues
Requires-Python: >=3.10
Requires-Dist: amd-libhipvs==1.0.*
Requires-Dist: numpy<3.0a0,>=1.23
Requires-Dist: amd_hipmm~=4.0
Requires-Dist: hip-python
Requires-Dist: hip-python-as-cuda
Requires-Dist: amd-libraft==1.0.*
Requires-Dist: amd-pylibraft==1.0.*
Provides-Extra: test
Requires-Dist: amd-cupy; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: scikit-learn; extra == "test"
Description-Content-Type: text/markdown

# hipVS

hipVS contains state-of-the-art implementations of several algorithms for running approximate nearest neighbors and clustering on the GPU. It can be used directly or through the various databases and other libraries that have integrated it. The primary goal of cuVS is to simplify the use of GPUs for vector similarity search and clustering.
