• Home
  • Categories
  • Tags
  • 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
    • Tags
    • 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. Sdks & Libraries
    3. hora

    hora

    Hora is an efficient, open-source library for approximate nearest neighbor search, written in Rust. It offers high-performance vector search capabilities for AI and machine learning applications.

    🌐Visit Website

    About this tool

    Surveys

    Loading more......

    Information

    Websitegithub.com
    PublishedMay 13, 2025

    Categories

    1 Item
    Sdks & Libraries

    Tags

    4 Items
    #Open Source#Ann#Rust#High Performance

    Similar Products

    6 result(s)
    PUFFINN

    Parameterless and Universal Fast Finding of Nearest Neighbors - an LSH-based library for approximate nearest neighbor search with probabilistic guarantees. Features a parameterless design requiring only memory budget and result quality specifications.

    FLANN

    Fast Library for Approximate Nearest Neighbors containing a collection of algorithms optimized for nearest neighbor search in high dimensional spaces with automatic algorithm and parameter selection.

    OdinANN

    Billion-scale graph-based ANNS index with direct insertion capabilities. Achieves <1ms search latency with >10x less memory than in-memory indexes through GC-free design and update combining.

    PageANN

    Disk-based approximate nearest neighbor search framework with page-aligned graph structure. Achieves 1.85x-10.83x higher throughput than state-of-the-art methods through optimized SSD utilization.

    PipeANN

    Low-latency, billion-scale updatable graph-based vector store on SSD. Achieves <1ms search latency with 10x less memory than in-memory indexes through alignment of best-first search with SSD characteristics.

    hnswlib-rs

    Pure-Rust implementation of HNSW algorithm for approximate nearest neighbor search. Decouples graph from vector storage for flexible deployment. Supports dense floating point and quantized int8 vectors. This is an OSS library.

    hora

    Source Code

    Hora is an efficient, open-source library for approximate nearest neighbor (ANN) search, written in Rust. It is designed for high-performance vector search, suitable for AI and machine learning applications.

    Features

    • High Performance: Written in Rust for speed and reliability, with performance comparable to C++ implementations.
    • Approximate Nearest Neighbor Search: Implements a collection of algorithms for efficient ANN searches.
    • Multi-language Support: Usable from Rust, Python, JavaScript (via WebAssembly), and Java.
    • Multiple Index Types: Supports various index structures for different ANN scenarios.
    • Multiple Distance Metrics: Supports several distance calculations for flexible similarity search.
    • Portability: Designed to be portable across different environments.
    • Reliability: Built with safe Rust, ensuring memory safety and robustness.
    • Productivity: Offers high-level abstractions for ease of use.
    • Examples and Demos: Provides example projects and online demos (e.g., face-matching, wine comment search).
    • Open Source: Licensed under Apache License.

    Installation

    • Available via Cargo for Rust projects.
    • Usable from Python, JavaScript (WebAssembly), and Java with provided bindings.

    Pricing

    Hora is open-source and free to use under the Apache License.