

RAFT is a suite of GPU-accelerated libraries for data science, including support for vector search and similarity operations, often used in vector database scenarios.
Loading more......
RAFT is an open-source suite of GPU-accelerated libraries providing fundamental algorithms and primitives for machine learning and information retrieval. It is designed as a C++ header-only template library (with optional shared library), and also offers lightweight Python wrappers (pylibraft, raft-dask).
mdspan for multi-dimensional array views, similar to NumPy's ndarray, and provide mdarray for memory management on host and device (GPU)pylibraft and raft-dask for Python integrationRAFT is open-source software and is available for free under its respective open-source license.