asg017/sqlite-vss
A SQLite extension for efficient vector search, based on Faiss! observed · 2026-08-28
Health v2 · maintenance only
22/100
- Activity 0
- Release rhythm 8
- Longevity 95
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: n/a
- age_days: 1338
- days_rel: n/a
- days_push: 850
- n_releases_24m: 0
Adoption not part of the score
1998 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
sqlite-vss is a SQLite extension written in C++ that adds vector similarity search to SQLite using Faiss, via vss0 virtual tables and a vss_search function. It is no longer in active development; the author recommends its successor sqlite-vec.
Use cases
- add vector similarity search to an existing sqlite database
- build a semantic search engine with embeddings in sqlite
- store and query embeddings for a recommendation system
- run k-nearest-neighbor queries over embedding vectors locally
- build a lightweight RAG or Q&A tool without a separate vector database
When to choose
- you already use SQLite and want embedded vector search with no extra server
- you need a bring-your-own-embeddings local vector index based on Faiss
- you want a simple fts5-like API for nearest-neighbor queries
When to avoid
- starting a new project - use sqlite-vec instead, as sqlite-vss is not actively developed
- you need UPDATE support on vector rows
- you need frequent small inserts or deletes, which are slow
- you need a production-grade distributed vector database
Facets
library · maturity maintenance
vector-database search-engine database databases machine-learning windows cli sqlite-extension vector-search faiss embeddings knn semantic-search deprecated-in-favor-of-sqlite-vec search linux macos
1 source
- readme: https://github.com/asg017/sqlite-vss · fetched 2026-08-28 · 408a63dbcdbd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| asg017/sqlite-vss | main | 22 |
For agents
markdown · JSON · MCP: product_card(name="asg017/sqlite-vss")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem