lancedb is a free, open source machine learning infrastructure project written in Rust and released under Apache-2.0. It has 11,449 GitHub stars, 1,053 forks and 627 open issues, and was last pushed 5 hours ago. On this registry it ranks #19 of 57 tracked projects in Machine Learning Infrastructure, with 5 head-to-head comparisons available. It gained 21 stars over the last 3 tracked days.

What is lancedb?

What it is

LanceDB is an open-source, developer-friendly embedded retrieval library for multimodal AI, maintained in Rust and released under the Apache-2.0 license. It describes itself as a multimodal AI lakehouse: a single place where developers can build, train and analyze AI workloads over vectors, metadata and multimodal data such as text, images, videos and point clouds. It is built on top of the Lance columnar format, which provides the storage layer for efficient storage and analytics.

The concrete problem it solves is retrieval at scale without operational overhead. Teams that need similarity search, full-text search and SQL filtering over large collections normally have to assemble and run separate vector and analytics systems. LanceDB packages those search modes into an embedded library that runs locally or in a user's own cloud, so developers can index and query data through Python, Node.js, Rust or a REST API without standing up a dedicated service. It sits in the AI and machine learning infrastructure ecosystem, alongside the Arrow, Pandas, Polars and DuckDB tooling that its integrations touch.

Key capabilities

  • Vector similarity search over billions of vectors, using state-of-the-art indexing for approximate nearest-neighbor and nearest-neighbor search.
  • Three search modes in one library: vector search, full-text search and SQL.
  • Storage and filtering of multimodal data including text, images, videos and point clouds, together with metadata and vectors.
  • Automatic data versioning managed without extra infrastructure, plus zero-copy access to the underlying columnar data.
  • GPU support when building vector indexes.
  • SDKs and interfaces for Python, TypeScript and Rust, plus a REST API.
  • Integrations with LangChain, LlamaIndex, Apache Arrow, Pandas, Polars and DuckDB.

Who uses it and how

  • Teams building semantic or similarity search over document, image and video collections use vector and full-text queries together.
  • Recommender system developers use nearest-neighbor search to retrieve related items from embedding tables.
  • AI application builders wire LanceDB in as the vector store behind LangChain and LlamaIndex pipelines.
  • Analytics-oriented users query the same Lance tables through Arrow, Pandas, Polars or DuckDB instead of exporting data.
  • Deployers run it embedded locally or in their own cloud, and a hosted cloud and enterprise offering exists for teams that prefer not to manage servers.

Getting started

The README points to the Quickstart documentation to set up LanceDB locally, and notes Python, TypeScript and Rust SDKs plus a REST API with their own reference documentation. A hosted cloud and enterprise option is also listed as an alternative to self-running it.

When to use it — and when not to

The project positions itself against vendor lock-in, and its two product tracks — open source and local versus cloud and enterprise — mean

project readme (upstream, from github) — read inline
LanceDB Cloud Public Beta

LanceDB Website Blog Discord Twitter LinkedIn

The Multimodal AI Lakehouse

How to Install Detailed DocumentationTutorials and RecipesContributors

The ultimate multimodal data platform for AI/ML applications.

LanceDB is designed for fast, scalable, and production-ready vector search. It is built on top of the Lance columnar format. You can store, index, and search over petabytes of multimodal data and vectors with ease. LanceDB is a central location where developers can build, train and analyze their AI workloads.


Demo: Multimodal Search by Keyword, Vector or with SQL

LanceDB Multimodal Search

Star LanceDB to get updates!

⭐ Click here ⭐ to see how fast we're growing!

Key Features:

  • Fast Vector Search: Search billions of vectors in milliseconds with state-of-the-art indexing.
  • Comprehensive Search: Support for vector similarity search, full-text search and SQL.
  • Multimodal Support: Store, query and filter vectors, metadata and multimodal data (text, images, videos, point clouds, and more).
  • Advanced Features: Zero-copy, automatic versioning, manage versions of your data without needing extra infrastructure. GPU support in building vector index.

Products:

  • Open Source & Local: 100% open source, runs locally or in your cloud. No vendor lock-in.
  • Cloud and Enterprise: Production-scale vector search with no servers to manage. Complete data sovereignty and security.

Ecosystem:

  • Columnar Storage: Built on the Lance columnar format for efficient storage and analytics.
  • Seamless Integration: Python, Node.js, Rust, and REST APIs for easy integration. Native Python and Javascript/Typescript support.
  • Rich Ecosystem: Integrations with LangChain 🦜️🔗, LlamaIndex 🦙, Apache-Arrow, Pandas, Polars, DuckDB and more on the way.

How to Install:

Follow the Quickstart doc to set up LanceDB locally.

API & SDK: We also support Python, Typescript and Rust SDKs

Join Us and Contribute

We welcome contributions from everyone! Whether you're a developer, researcher, or just someone who wants to help out.

If you have any suggestions or feature requests, please feel free to open an issue on GitHub or discuss it on our Discord server.

Check out the GitHub Issues if you would like to work on the features that are planned for the future. If you have any suggestions or feature requests, please feel free to open an issue on GitHub.

Contributors

Stay in Touch With Us


Website Blog Discord Twitter LinkedIn

Frequently asked questions

Is lancedb free to use?

lancedb is open source under the Apache-2.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does lancedb do?

Developer-friendly OSS embedded retrieval library for multimodal AI. Search More; Manage Less.

What is lancedb written in?

lancedb is primarily written in Rust. Its source is publicly available at https://github.com/lancedb/lancedb, and it has 11,449 GitHub stars.