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

datastax/jvector

JVector: the most advanced embedded vector search engine observed · 2026-08-28

github.com/datastax/jvector · Java · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 99
  • Release rhythm 82
  • Longevity 78
How is this computed?

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

  • gap_med: 41
  • age_days: 1105
  • days_rel: 43
  • days_push: 7
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1741 stars · 158 forks observed · 2026-08-28

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

JVector is an embedded approximate nearest neighbor (ANN) search engine for the JVM, implementing a graph index that merges HNSW's hierarchical structure with DiskANN's Vamana algorithm. It supports incremental, concurrent index construction and two-pass searches combining in-memory compressed vectors (PQ, BQ) with on-disk full-resolution vectors.

Use cases

  • add vector similarity search to a Java application
  • build an embedded ANN index without running a separate vector database
  • search embeddings at scale with memory-efficient quantization
  • incrementally update a vector index as new data arrives
  • perform disk-backed nearest neighbor search over large datasets
  • power semantic search or RAG retrieval in a JVM service

When to choose

  • you need high-performance vector search embedded in a Java/JVM application
  • you want incremental index updates rather than static batch-built indexes
  • your dataset is too large to keep all full-resolution vectors in memory
  • you need concurrent, multi-threaded index construction

When to avoid

  • you need a standalone vector database with a query API rather than an embedded library
  • your stack is not on the JVM
  • you require exact (non-approximate) nearest neighbor results
  • you need multi-modal indexes or built-in persistence/replication features of full databases

Facets

library · maturity active

search-engine vector-database machine-learning databases machine-learning jvm cross-platform ann knn similarity-search hnsw diskann vamana product-quantization embedded vector-search search algorithms

1 source

Member repositories

RepositoryRoleHealth v2
datastax/jvectormain89

For agents

markdown · JSON · MCP: product_card(name="datastax/jvector")

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