#11 · Primary category: Vector Databases

lancedb

approximate-nearest-neighbor-search image-search nearest-neighbor-search recommender-system search-engine semantic-search similarity-search vector-database

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