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

RyanCodrai/turbovec

A vector index built on TurboQuant, written in Rust with Python bindings observed · 2026-08-28

github.com/RyanCodrai/turbovec · homepage · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 98
  • Release rhythm 35
  • Longevity 11

Flags: no_releases young

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: 160
  • days_rel: n/a
  • days_push: 12
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

16441 stars · 1426 forks observed · 2026-08-28

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

turbovec is a Rust vector index with Python bindings implementing Google's TurboQuant algorithm for 2-4 bit vector quantization with SIMD-accelerated nearest-neighbor search. It supports online ingest without a training phase, incremental crash-safe saves, and filtered search, claiming faster search than FAISS IndexPQFastScan.

Use cases

  • search embeddings from millions of documents in limited RAM
  • build a fully local air-gapped RAG stack
  • quantize vectors to 2-4 bits without a training step
  • run fast nearest-neighbor search with SIMD on ARM or x86
  • incrementally persist a growing vector index
  • filter search results by id allowlist without recall loss

When to choose

  • you need memory-efficient vector search with heavy quantization
  • you want a pure local, self-hosted alternative to FAISS or managed vector services
  • your corpus grows continuously and you want online ingest without retraining
  • you need fast filtered ANN search on AVX-512 or NEON hardware

When to avoid

  • you need full float32 precision or exact nearest-neighbor search
  • you require a distributed or managed vector database
  • you need rich index types like HNSW graph search
  • your hardware lacks SIMD support and scalar fallback speed is insufficient

Facets

library · maturity active

vector-database search-engine machine-learning rag machine-learning artificial-intelligence databases python rust cross-platform ann quantization simd embeddings nearest-neighbor faiss-alternative avx512 neon retrieval-augmented-generation search

3 sources

Member repositories

RepositoryRoleHealth v2
RyanCodrai/turbovecmain59

For agents

markdown · JSON · MCP: product_card(name="RyanCodrai/turbovec")

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