Skip to content

Add altor-vec to Full Text Search section#1104

Open
anshulbasia27 wants to merge 1 commit into
sorrycc:masterfrom
anshulbasia27:add-altor-vec
Open

Add altor-vec to Full Text Search section#1104
anshulbasia27 wants to merge 1 commit into
sorrycc:masterfrom
anshulbasia27:add-altor-vec

Conversation

@anshulbasia27

Copy link
Copy Markdown

altor-vec

altor-vec is an in-browser HNSW vector search engine compiled to 54KB of WebAssembly.

Why it belongs in Full Text Search alongside lunr / flexsearch / Elasticlunr:

  • Runs entirely in the browser with no server required
  • Sub-millisecond search (0.6ms p95 for 10K vectors in Chrome)
  • Semantic/vector search rather than keyword matching: 'cancel subscription' finds 'end your plan'
  • npm install altor-vec, MIT licensed
  • Docs: https://altorlab.dev

It fills a gap in this section: lunr and flexsearch are keyword-based; altor-vec is the browser-native option for semantic vector search.

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.

1 participant