sqlite-wasm-vec
JSON →SQLite compiled to WebAssembly with the sqlite-vec extension for vector similarity search. Version 0.1.11 bundles SQLite 3.51.0 and sqlite-vec v0.1.7-alpha.2 in a ~1.5MB WASM binary. Provides full SQLite API with vector operations (k-NN search, distance functions) directly in browsers and Node.js. Supports float, int8, and bit vector types via virtual tables. Includes OPFS for persistent storage in browsers and first-class TypeScript types. Fork of @sqlite.org/sqlite-wasm with all original features intact.
Resources
packagesqlite-wasm-vec ↗