{"library":"sqlite-vec-darwin-arm64","type":"library","category":null,"description":"Platform-specific binary for sqlite-vec on macOS ARM64 (Apple Silicon). The sqlite-vec extension provides vector search capabilities directly inside SQLite, enabling efficient k-NN queries on embeddings with minimal overhead. This package is one of several platform-specific distributions (along with sqlite-vec-linux-x86_64, sqlite-vec-darwin-x64, etc.) that are automatically selected as optional dependencies by the main `sqlite-vec` package. As of v0.1.9, the extension is under active development and supports approximate nearest neighbor search via IVF (Inverted File Index) and exact brute-force search. It is not intended to be installed directly; instead, use `sqlite-vec` which will pull the correct binary for your platform.","language":"javascript","status":"active","version":"0.1.9","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sqlite-vec-darwin-arm64","imports":["import sqliteVec from 'sqlite-vec'","import Database from 'better-sqlite3'; const db = new Database(':memory:'); db.loadExtension(sqliteVec.getLoadablePath())","import sqliteVec from 'sqlite-vec'; const path = sqliteVec.getLoadablePath()"]},{"cmd":"yarn add sqlite-vec-darwin-arm64","imports":[]},{"cmd":"pnpm add sqlite-vec-darwin-arm64","imports":[]}],"homepage":"https://github.com/asg017/sqlite-vec#readme","github":"https://github.com/asg017/sqlite-vec","docs":null,"changelog":null,"pypi":null,"npm":"sqlite-vec-darwin-arm64","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}