1 مستودع
Mechanisms for ensuring compatible binary representations between JavaScript environments and database engines.
Distinct from Database Type Support: Distinct from general type support: specifically focuses on binary compatibility and memory layout for JavaScript typed arrays.
Explore 1 awesome GitHub repository matching data & databases · JavaScript Binary Interop. Refine with filters or upvote what's useful.
sqlite-vec is a C-based vector library and SQLite extension that adds virtual tables for storing and querying high-dimensional embeddings. It functions as a database plugin for performing nearest neighbor searches using distance metrics such as L2, cosine, and Hamming distance. The project provides a portable embedding store that supports deployment across Android, iOS, desktop environments, and web browsers via WebAssembly. It distinguishes itself by converting numerical arrays into compact binary formats and utilizing quantization to reduce the memory footprint and storage size of vector in
Utilizes JavaScript typed arrays to ensure compatible binary representation for database functions.