From 39fd6bdfe573160faa1f45d4786e5c0b74bb2b06 Mon Sep 17 00:00:00 2001 From: Anshul Date: Fri, 3 Jul 2026 16:49:48 +0530 Subject: [PATCH] Add altor-vec to Full Text Search section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4fe829ca..7f6b9a49 100644 --- a/README.md +++ b/README.md @@ -1041,6 +1041,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [lunr](https://github.com/olivernn/lunr.js) - Library for use in the browser and It indexes JSON documents and provides a simple search interface for retrieving documents that best match text queries. * [flexsearch](https://github.com/nextapps-de/flexsearch) - It is a Next-Generation full text search library for Browser and Node.js. * [Elasticlunr](https://github.com/weixsong/elasticlunr.js) - This library is based on lunr.js, but more flexible and customized. +* [altor-vec](https://github.com/altor-lab/altor-vec) - In-browser HNSW vector search compiled to 54KB WASM. Sub-millisecond semantic search for JavaScript with no server or API keys required. ## ORM