LanceDB

LanceDB

By LanceDB

Embedded vector database built on the Lance columnar format — serverless and local-first

python-v0.35.0-beta.22026-07-14Rust / PythonApache-2.0
11.0k Open source Free tier Paid

Doc version 1.0 · Updated

Related tools

Overview

LanceDB is an open-source, embedded vector database built on the Lance columnar format — it runs in-process and writes to local files or object storage, with no server to operate.
It is multimodal and fast, and scales from a laptop to LanceDB Cloud without changing the API.

flowchart LR
  rows[rows + vectors] --> t[(LanceDB table)]
  q[query vector] --> t
  t --> top[nearest rows]

The Code samples tab shows the fully embedded flow.

When to use it

Choose LanceDB when you want a zero-ops, local-first vector store embedded in your app — ideal for desktop tools, notebooks, and edge deployments, with a cloud option when you outgrow local files.