• Home
  • Categories
  • Pricing
  • Submit
    Built with
    Ever Works
    Ever Works

    Connect with us

    Stay Updated

    Get the latest updates and exclusive content delivered to your inbox.

    Product

    • Categories
    • Pricing
    • Help

    Clients

    • Sign In
    • Register
    • Forgot password?

    Company

    • About Us
    • Admin
    • Sitemap

    Resources

    • Blog
    • Submit
    • API Documentation
    All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
    Copyright © 2025 Awesome Vector Databases. All rights reserved.·Terms of Service·Privacy Policy·Cookies
    Decorative pattern
    Decorative pattern
    1. Home
    2. Open Sources
    3. RAFT

    RAFT

    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.

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedJun 7, 2025

    Categories

    1 Item
    Open Sources

    Tags

    4 Items
    #open-source#gpu-acceleration#vector-search#data-science

    Similar Products

    6 result(s)

    arroy

    Arroy is an open-source library for efficient similarity search and management of vector embeddings, useful in vector database systems.

    Bleve

    Bleve is an open-source search library with experimental support for vector search, enabling hybrid search and retrieval in applications.

    Crate

    Crate is an open-source distributed SQL database with support for vector data types and vector search, suitable for AI-driven applications.

    Havenask

    Havenask is an open-source distributed search engine with support for vector search, designed for large-scale AI and search applications.

    HelixDB

    HelixDB is a powerful, open-source graph-vector database built in Rust, designed for intelligent data storage for Retrieval-Augmented Generation (RAG) and AI applications. It combines graph database features with vector search, making it directly relevant to AI and machine learning workflows that require vector data management.

    InfluxDB

    InfluxDB 3 OSS provides high-performance time series workloads with new support for vector data, making it suitable for AI/ML and vector search applications. Relevant as a vector-capable database.

    RAFT

    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).

    Features

    • CUDA-accelerated primitives for machine learning and data mining
    • Data Formats: Support for both sparse and dense data, conversions, and data generation
    • Dense Operations: Linear algebra, matrix and vector operations, reductions, slicing, norms, factorization, least squares, SVD, and eigenvalue problems
    • Sparse Operations: Linear algebra, eigenvalue problems, slicing, norms, reductions, factorization, symmetrization, components, and labeling
    • Solvers: Combinatorial optimization and iterative solvers
    • Statistics: Sampling, moments and summary statistics, metrics, and model evaluation
    • Tools & Utilities: Common tools for CUDA application development, multi-node/multi-GPU infrastructure
    • Memory Management: Integrates with RAPIDS Memory Manager (RMM) for flexible memory allocation strategies
    • Multi-dimensional Arrays: APIs use mdspan for multi-dimensional array views, similar to NumPy's ndarray, and provide mdarray for memory management on host and device (GPU)
    • Python Bindings: pylibraft and raft-dask for Python integration

    Notes

    • RAFT is intended for use by developers building high-performance, GPU-accelerated applications, not directly for exploratory data science.
    • Some vector search and clustering algorithms have migrated to cuVS, and their RAFT implementations will be deprecated in future releases.

    Pricing

    RAFT is open-source software and is available for free under its respective open-source license.