vecdb-table
JSON →vecdb-table is a lightweight vector database that stores embeddings and metadata directly in an HTML table structure, enabling in-browser similarity search without external services. Version 0.4.9 is the latest stable release, updated infrequently. It differentiates from other vector DBs by its zero-dependency, browser-first design using IndexedDB and HTML table representation for transparency and simplicity. Suitable for small-scale vector search in web apps, with support for cosine similarity and metadata filtering.
Resources
packagevecdb-table ↗