1yefuwang1/vectorlite
Fast, SQL powered, in-process vector search for any language with an SQLite driver
This project helps software developers quickly add vector search capabilities to their applications. It takes numerical vector data as input and efficiently finds the most similar vectors, outputting their identifiers and similarity scores. Any developer building applications with SQLite can integrate this to power features like recommendation engines or semantic search.
351 stars.
Use this if you need fast, in-process approximate nearest neighbor (ANN) vector search directly within your SQLite database.
Not ideal if your application doesn't use SQLite, or if you require 100% exact nearest neighbor results rather than approximate ones.
Stars
351
Forks
9
Language
C++
License
Apache-2.0
Category
Last pushed
Feb 22, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/1yefuwang1/vectorlite"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
MariaDB/server
MariaDB server is a community developed fork of MySQL server. Started by core members of the...
AlayaDB-AI/AlayaLite
AlayaLite – A Fast, Flexible Vector Database for Everyone.
infiniflow/infinity
The AI-native database built for LLM applications, providing incredibly fast hybrid search of...
nnethercott/hannoy
Production-ready KV-backed HNSW implementation in Rust using LMDB
dingodb/dingo
A multi-modal vector database that supports upserts and vector queries using unified SQL...