Skip to content

Add altor-vec: 54KB WASM HNSW vector search running in the browser#57

Merged
theblackcat102 merged 1 commit into
currentslab:mainfrom
anshulbasia27:add-altor-vec
Jul 6, 2026
Merged

Add altor-vec: 54KB WASM HNSW vector search running in the browser#57
theblackcat102 merged 1 commit into
currentslab:mainfrom
anshulbasia27:add-altor-vec

Conversation

@anshulbasia27

Copy link
Copy Markdown
Contributor

altor-vec is a client-side HNSW vector search engine compiled to 54KB of WASM. It runs entirely in the browser — no server, no API keys, no per-query cost.

  • Sub-millisecond query latency at 10K vectors (0.6ms p95)
  • 95.4% recall@10 measured on 10K documents (384d)
  • MIT licensed, TypeScript types included
  • Works in React, Vue, Next.js, or vanilla JS
  • npm: npm install altor-vec
  • GitHub: https://github.com/Altor-lab/altor-vec
  • Docs: https://altorlab.dev

Added it after Voy (both are Rust-compiled WASM ANN libraries for JavaScript).

@theblackcat102

Copy link
Copy Markdown
Contributor

thanks! merged

@theblackcat102 theblackcat102 merged commit 97264b5 into currentslab:main Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants