asg017/sqlite-vec
A vector search SQLite extension that runs anywhere! observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 83
- Release rhythm 77
- Longevity 61
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 865
- days_rel: 155
- days_push: 107
- n_releases_24m: 8
Adoption not part of the score
8046 stars · 348 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
sqlite-vec is a vector search extension for SQLite written in pure C with no dependencies, supporting float, int8, and binary vectors in vec0 virtual tables. It runs anywhere SQLite runs, including browsers via WASM and embedded devices like Raspberry Pis.
Use cases
- add vector search to a local SQLite database
- store and query embeddings for a RAG application
- run semantic search entirely on-device without a server
- build a local AI app with vector similarity search
- search binary or int8 embeddings in SQLite
- prototype vector search without deploying a vector database
When to choose
- you want lightweight, dependency-free vector search embedded in SQLite
- you need local-first or on-device semantic search
- your dataset is small-to-medium and 'fast enough' beats heavyweight infrastructure
- you need portability across platforms including WASM and embedded devices
When to avoid
- you need billion-scale, GPU-accelerated vector search at high throughput
- you require a stable API - the project is pre-v1 with breaking changes
- you need advanced ANN indexes like HNSW with heavy tuning options
Facets
library · maturity active
vector-database search-engine database databases machine-learning developer-tools windows wasm python cli cross-platform sqlite-extension embeddings vector-search local-ai rag search linux macos nodejs
1 source
- readme: https://github.com/asg017/sqlite-vec · fetched 2026-08-28 · 64813e241265
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| asg017/sqlite-vec | main | 76 |
For agents
markdown · JSON · MCP: product_card(name="asg017/sqlite-vec")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem