Ross ROSS = Recommend OSS · open-source software intelligence for agents

hora-search/hora

🚀 efficient approximate nearest neighbor search algorithm collections library written in Rust 🦀 . observed · 2026-08-28

github.com/hora-search/hora · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 68
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1936
  • days_rel: n/a
  • days_push: 197
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2658 stars · 77 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Hora is a Rust library of approximate nearest neighbor (ANN) search algorithms with SIMD acceleration and multithreading. It provides multiple index types (HNSW, SSG, PQIVF, BruteForce), multiple distance metrics, and bindings for Python, JavaScript, Java, and WebAssembly.

Use cases

  • build a vector similarity search for embeddings
  • implement image search with nearest neighbors
  • add a recommendation engine with k-NN lookup
  • search high-dimensional vectors fast in Rust
  • run approximate nearest neighbor search in Python
  • deploy vector search in the browser via WebAssembly
  • find similar face embeddings for face matching

When to choose

  • you need a lightweight, dependency-free ANN library in Rust without BLAS
  • you want SIMD-accelerated HNSW, SSG, or PQIVF indexes
  • you need portable vector search across desktop, mobile, and WebAssembly
  • you want Python or JavaScript bindings for nearest neighbor search

When to avoid

  • you need a full vector database with persistence, filtering, and distributed deployment
  • you require a managed service or REST API out of the box
  • you need exact (non-approximate) nearest neighbor results at scale
  • you need actively developed support for Go, Ruby, Swift, or R bindings

Facets

library · maturity maintenance

search-engine machine-learning math machine-learning artificial-intelligence rust python cross-platform wasm windows approximate-nearest-neighbor ann hnsw vector-search simd similarity-search k-nearest-neighbors recommender-systems image-search search algorithms nodejs linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
hora-search/horamain63

For agents

markdown · JSON · MCP: product_card(name="hora-search/hora")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem