Description
Vector search can be added to SQLite-backed applications through a native extension. Developers can store embeddings, query nearest neighbors, and prototype semantic search without running a separate vector database. It works inside local SQLite databases and may store sensitive embedding data.