#11 · Primary category: Vector Databases
lancedb
Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.
Project last updated:08/29/26
GitHub Stars
11.3K
Forks
1.0K
Contributors
244
License
Apache-2.0
Why we included this project
LanceDB is an embedded vector store that runs inside your own process, so you get fast similarity search without provisioning a separate database server. It stores vectors and metadata in the Lance columnar format, which also holds raw multimodal data like images, text, video, or point clouds, and you can query the same store by vector similarity, full-text, or SQL. The library works from Python, TypeScript, and Rust, and while it feels like a local tool, the same design scales to cloud and enterprise setups when your data grows. Because storage is zero-copy and versioned, you can iterate on training datasets and feature stores without duplicating infrastructure. If you already use LangChain or LlamaIndex, drop-in connectors keep the switch small.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI