Get the latest tech news
SQLite-vec v0.1.0: a vector search SQLite extension that runs everywhere
Install with Python, Node.js, Deno, Bun Rust, Go, C, WASM...
First introduced in my previous blog post, sqlite-vec is a no-dependency SQLite extension for vector search, written entirely in a single C file. Only in-process vector search tools are included, aka no external server or processes (no Pinecone, Qdrant, Milvus, Redis, etc. Vector search on embeddings can emulate classification tasks with surprising accuracy, and first-class support in sqlite-vec can make that much easier
Or read this on Hacker News