BirchKwok/lynsedb
A pure Python-implemented, lightweight, server-optional, multi-end compatible, vector database deployable locally or remotely.
This project helps developers integrate vector search capabilities into their applications without needing a complex server setup. It takes in collections of vectors (numerical representations of data like text or images) and allows applications to quickly find the most similar vectors. This is ideal for developers building tools that need to understand context or similarity, such as recommendation engines or semantic search.
No commits in the last 6 months.
Use this if you are a developer who needs to embed a lightweight, recall-accurate vector database directly into your Python application or deploy it easily with Docker.
Not ideal if your application requires extremely high-speed search performance at the expense of recall accuracy, or if you need backward API compatibility guaranteed across updates.
Stars
39
Forks
7
Language
Python
License
Apache-2.0
Category
Last pushed
Aug 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/BirchKwok/lynsedb"
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...