lancedb/lancedb
Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less. observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 85
- Longevity 91
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: 0.0
- age_days: 1283
- days_rel: 23
- days_push: 7
- n_releases_24m: 341
Adoption not part of the score
11284 stars · 1027 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LanceDB is an open-source embedded vector database and multimodal AI lakehouse built on the Lance columnar format, written in Rust with Python, TypeScript, and Rust SDKs. It supports fast vector similarity search, full-text search, and SQL over billions of vectors and multimodal data without managing separate server infrastructure.
Use cases
- store and search embeddings for a RAG application
- build semantic search over documents, images, or videos
- run a local vector database without a separate server
- find similar images by embedding similarity
- build a recommendation system with nearest-neighbor search
- curate and version training data for ML pipelines
- combine vector search with SQL filtering and full-text search
When to choose
- you want an embedded, serverless vector store that runs locally or on object storage
- you need multimodal data (text, images, video, point clouds) alongside vectors in one table
- you want zero-copy versioning of datasets without extra infrastructure
- you need fast ANN search at scale with GPU index building
When to avoid
- you need a fully managed multi-tenant database service with built-in access control (consider LanceDB Enterprise or a hosted DB)
- your workload is purely relational OLTP with no vector or search needs
- you require rich secondary-index transactional semantics of a traditional RDBMS
Facets
library · maturity active
vector-database search-engine database rag databases machine-learning artificial-intelligence data-science rust python cross-platform cli embedded-database similarity-search multimodal-ai lance-format ann-search full-text-search serverless search retrieval-augmented-generation nodejs
7 sources
- readme: https://github.com/lancedb/lancedb · fetched 2026-08-28 · 5ecb30ea9e80
- homepage: https://lancedb.com/docs · fetched 2026-08-29 · 24a26d26940c
- site_page: https://docs.lancedb.com/quickstart · fetched 2026-08-29 · 4405304875eb
- site_page: https://docs.lancedb.com/integrations · fetched 2026-08-29 · a3326e49ee46
- site_page: https://docs.lancedb.com/integrations/lerobotdataset · fetched 2026-08-29 · 88f034a404d6
- site_page: https://docs.lancedb.com/geneva/getting-started · fetched 2026-08-29 · 5437c2a01719
- registry_crates: https://crates.io/api/v1/crates/lancedb · fetched 2026-08-29 · 06cb5143fc68
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lancedb/lancedb | main | 92 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem