tylerpuig/tinyvec
TinyVecDB is an ultra fast embedded vector database.
TinyVecDB helps you quickly find items that are similar to each other within your own application, without needing a separate server. You provide numerical representations of your items (vectors) along with descriptive information (metadata), and it returns the most similar items based on your query. This is ideal for developers building desktop or mobile applications that need fast, local similarity search capabilities.
No commits in the last 6 months.
Use this if you are a developer building an application where you need to perform ultra-fast similarity searches on vectors and their associated metadata directly within your application, without relying on an external database server.
Not ideal if you need a full-fledged, client-server vector database that can be accessed by multiple applications or users across a network.
Stars
52
Forks
7
Language
C
License
MIT
Category
Last pushed
Apr 03, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/tylerpuig/tinyvec"
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...