Home
Providers
LanceDB
LanceDB
LanceDB is the AI-Native multimodal lakehouse built on the open-source Lance columnar storage format. It pairs an Apache 2.0 licensed embedded retrieval library (Python, TypeScript, Rust, Go, C, Java SDKs) with a managed cloud service (LanceDB Cloud) and an enterprise lakehouse (LanceDB Enterprise) that unify vector, full-text, hybrid, and SQL search across billions of multimodal records. The REST surface is governed by the open Lance Namespace specification (OpenAPI 3.1) covering namespace, table, index, tag, and transaction operations with first-class support for materialized views, schema evolution, and time-travel versioning. LanceDB is used in production by Midjourney, Runway, World Labs, Netflix, Character.AI, Uber, NVIDIA, ByteDance, Databricks, and others for RAG, agent memory, training data curation, feature engineering, and large-scale retrieval.
LanceDB publishes 8 APIs on the APIs.io network, including Data API, Index API, MaterializedView API, and 5 more. Tagged areas include Vector Database, Multimodal, Lance Format, Lakehouse, and RAG.
The LanceDB catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.
LanceDB’s developer surface includes authentication, documentation, engineering blog, GitHub presence, support, and 13 more developer resources.
16 APIs
Vector Database Multimodal Lance Format Lakehouse RAG Agent Memory Open Source Embeddings Full-Text Search Hybrid Search Columnar Storage Arrow AI Infrastructure
On this page
Kin Score
APIs 16
Pricing Plans 1
Rate Limits 1
FinOps 1
Vocabularies 1
Spectral Rules 2
JSON Schema 3
JSON Structure 1
Examples 5
Security Posture 3
Scopes 1
Agentic Access 1
Resources 18
apis.yml
5 Operational Transparency
Composite quality — 46.2/100 · developing
Contract Quality
15.1 / 25
Developer Ergonomics
5.2 / 20
Commercial Clarity
9.5 / 20
Operational Transparency
0.7 / 13
Agent readiness — 31/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 16
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure definitions describing this provider's data shapes.
Example request and response payloads for these APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 1
Pagination, idempotency, versioning, errors, and events
Build 2
SDKs, sample code, and the tooling you integrate with
Access & Security 5
Authentication, authorization, and security posture
Operate 3
Status, limits, changes, and where to get help
Company 2
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: lancedb
url: https://raw.githubusercontent.com/api-evangelist/lancedb/refs/heads/main/apis.yml
name: LanceDB
kind: opensource
description: LanceDB is the AI-Native multimodal lakehouse built on the open-source Lance columnar storage format. It pairs
an Apache 2.0 licensed embedded retrieval library (Python, TypeScript, Rust, Go, C, Java SDKs) with a managed cloud service
(LanceDB Cloud) and an enterprise lakehouse (LanceDB Enterprise) that unify vector, full-text, hybrid, and SQL search across
billions of multimodal records. The REST surface is governed by the open Lance Namespace specification (OpenAPI 3.1) covering
namespace, table, index, tag, and transaction operations with first-class support for materialized views, schema evolution,
and time-travel versioning. LanceDB is used in production by Midjourney, Runway, World Labs, Netflix, Character.AI, Uber,
NVIDIA, ByteDance, Databricks, and others for RAG, agent memory, training data curation, feature engineering, and large-scale
retrieval.
accessModel:
pricing: freemium
onboarding: self-serve
trial: false
try_now: true
public: false
label: Freemium · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-productions2.s3.amazonaws.com/api-evangelist-network/lancedb/lancedb-logo.png
tags:
- Vector Database
- Multimodal
- Lance Format
- Lakehouse
- RAG
- Agent Memory
- Open Source
- Embeddings
- Full-Text Search
- Hybrid Search
- Columnar Storage
- Arrow
- AI Infrastructure
created: '2026-05-23'
modified: '2026-05-25'
specificationVersion: '0.20'
apis:
- aid: lancedb:enterprise
name: LanceDB Enterprise
description: Distributed, multi-tenant multimodal lakehouse. Adds curation and deduplication, Python UDF feature engineering,
materialized views, GPU-accelerated index build via cuVS, distributed query, and direct training integration with PyTorch
/ Ray. Deployable in customer VPC on AWS, GCP, or Azure.
humanURL: https://lancedb.com/
baseURL: https://lancedb.com/
tags:
- Enterprise
- Managed
- Lakehouse
- VPC
- GPU
properties:
- type: Documentation
url: https://docs.lancedb.com/enterprise/
- type: Architecture
url: https://docs.lancedb.com/enterprise/architecture
- type: Sales
url: https://lancedb.com/contact
- type: Trust
url: https://trust.lancedb.com/
- aid: lancedb:lance-format
name: Lance Format
description: Apache 2.0 open lakehouse format for multimodal AI. Columnar Parquet replacement offering 100x faster random
access, zero-copy reads, vector indexes, and automatic data versioning. Convertible from Parquet in two lines of code.
Maintained by the lance-format community.
humanURL: https://lance.org/
baseURL: https://github.com/lance-format/lance
tags:
- File Format
- Columnar
- Arrow
- Open Source
- Apache 2.0
properties:
- type: Documentation
url: https://lance.org/
- type: Repository
url: https://github.com/lance-format/lance
- type: Specification
url: https://lance.org/format/
- type: ReleaseNotes
url: https://github.com/lance-format/lance/releases
- aid: lancedb:python-sdk
name: LanceDB Python SDK
description: Primary client library. First-class Arrow, Pandas, Polars, and Pydantic integration; pluggable embedding functions
covering OpenAI, Cohere, Jina, Hugging Face, Ollama, Bedrock, Sentence Transformers and 20+ more.
humanURL: https://lancedb.github.io/lancedb/python/python/
baseURL: https://pypi.org/project/lancedb/
tags:
- SDK
- Python
properties:
- type: Documentation
url: https://lancedb.github.io/lancedb/python/python/
- type: Package
url: https://pypi.org/project/lancedb/
- type: Repository
url: https://github.com/lancedb/lancedb
- aid: lancedb:typescript-sdk
name: LanceDB TypeScript SDK
description: Node.js / TypeScript / JavaScript client library for LanceDB OSS, Cloud, and Enterprise. Bundles native bindings
via napi-rs.
humanURL: https://lancedb.github.io/lancedb/js/globals/
baseURL: https://www.npmjs.com/package/@lancedb/lancedb
tags:
- SDK
- TypeScript
- JavaScript
- Node.js
properties:
- type: Documentation
url: https://lancedb.github.io/lancedb/js/globals/
- type: Package
url: https://www.npmjs.com/package/@lancedb/lancedb
- type: Repository
url: https://github.com/lancedb/lancedb
- aid: lancedb:rust-sdk
name: LanceDB Rust SDK
description: Native Rust client library; the LanceDB core and storage layer are written in Rust.
humanURL: https://docs.rs/lancedb/latest/lancedb/
baseURL: https://crates.io/crates/lancedb
tags:
- SDK
- Rust
properties:
- type: Documentation
url: https://docs.rs/lancedb/latest/lancedb/
- type: Package
url: https://crates.io/crates/lancedb
- type: Repository
url: https://github.com/lancedb/lancedb
- aid: lancedb:go-sdk
name: LanceDB Go SDK
description: Official Go client library for LanceDB OSS, Cloud, and Enterprise.
humanURL: https://github.com/lancedb/lancedb-go
baseURL: https://github.com/lancedb/lancedb-go
tags:
- SDK
- Go
properties:
- type: Repository
url: https://github.com/lancedb/lancedb-go
- aid: lancedb:c-sdk
name: LanceDB C Bindings
description: C ABI bindings for LanceDB enabling embedding into C, C++, and other FFI-capable hosts.
humanURL: https://github.com/lancedb/lancedb-c
baseURL: https://github.com/lancedb/lancedb-c
tags:
- SDK
- C
- FFI
properties:
- type: Repository
url: https://github.com/lancedb/lancedb-c
- aid: lancedb:mcp-server
name: LanceDB MCP Server
description: Model Context Protocol (MCP) server exposing LanceDB tables as retrieval tools for MCP-aware agents and IDEs.
humanURL: https://github.com/lancedb/lancedb-mcp-server
baseURL: https://github.com/lancedb/lancedb-mcp-server
tags:
- MCP
- Agent
- Tools
properties:
- type: Repository
url: https://github.com/lancedb/lancedb-mcp-server
- aid: lancedb:lancedb-data-api
name: LanceDB Data API
description: Operations that interact with object data and might be computationally intensive
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Data
properties:
- type: OpenAPI
url: openapi/lancedb-data-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-index-api
name: LanceDB Index API
description: Operations that are related to an index
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Index
properties:
- type: OpenAPI
url: openapi/lancedb-index-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-materializedview-api
name: LanceDB MaterializedView API
description: The MaterializedView API from LanceDB — 2 operation(s) for materializedview.
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- MaterializedView
properties:
- type: OpenAPI
url: openapi/lancedb-materializedview-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-metadata-api
name: LanceDB Metadata API
description: Operations that only interact with object metadata and should be computationally lightweight
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Metadata
properties:
- type: OpenAPI
url: openapi/lancedb-metadata-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-namespace-api
name: LanceDB Namespace API
description: Operations that are related to a namespace
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Namespace
properties:
- type: OpenAPI
url: openapi/lancedb-namespace-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-table-api
name: LanceDB Table API
description: Operations that are related to a table
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Table
properties:
- type: OpenAPI
url: openapi/lancedb-table-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-tag-api
name: LanceDB Tag API
description: Operations that are related to tags
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Tag
properties:
- type: OpenAPI
url: openapi/lancedb-tag-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
- aid: lancedb:lancedb-transaction-api
name: LanceDB Transaction API
description: Operations that are related to a transaction
humanURL: https://docs.lancedb.com/
baseURL: https://github.com/lancedb/lancedb
tags:
- Transaction
properties:
- type: OpenAPI
url: openapi/lancedb-transaction-api-openapi.yml
- type: Documentation
url: https://docs.lancedb.com/
- type: Repository
url: https://github.com/lancedb/lancedb
- type: GettingStarted
url: https://docs.lancedb.com/quickstart
- type: License
url: https://github.com/lancedb/lancedb/blob/main/LICENSE
- type: ReleaseNotes
url: https://github.com/lancedb/lancedb/releases
- type: Issues
url: https://github.com/lancedb/lancedb/issues
- type: API
url: https://docs.lancedb.com/api-reference/rest/
- type: Trust
url: https://trust.lancedb.com/
- type: Sales
url: https://lancedb.com/contact
- type: Specification
url: https://lance.org/format/namespace/
- type: Repository
url: https://github.com/lance-format/lance-namespace
- type: Implementations
url: https://github.com/lance-format/lance-namespace-impls
common:
- type: AgenticAccess
url: agentic-access/lancedb-agentic-access.yml
- type: TrustCenter
url: security/lancedb-trust-center.yml
- type: DomainSecurity
url: security/lancedb-domain-security.yml
- type: Authentication
url: authentication/lancedb-authentication.yml
- type: OAuthScopes
url: scopes/lancedb-scopes.yml
- type: Website
url: https://lancedb.com/
- type: Documentation
url: https://docs.lancedb.com/
- type: Blog
url: https://lancedb.com/blog
- type: GitHub
url: https://github.com/lancedb
- type: GitHubFormat
url: https://github.com/lance-format
- type: Discord
url: https://discord.com/invite/G5DcmnZWKB
- type: Trust
url: https://trust.lancedb.com/
- type: Support
url: mailto:support@lancedb.com
- type: Contact
url: https://lancedb.com/contact
- type: LlmsText
url: https://docs.lancedb.com/llms.txt
- type: OpenAPI
url: https://raw.githubusercontent.com/api-evangelist/lancedb/main/openapi/lance-namespace-openapi.yaml
- type: Capabilities
url: https://raw.githubusercontent.com/api-evangelist/lancedb/main/capabilities/multimodal-retrieval.yaml
- type: Vocabulary
url: https://raw.githubusercontent.com/api-evangelist/lancedb/main/vocabulary/lancedb-vocabulary.yml
integrations:
- name: Apache Arrow
- name: Apache Iceberg
- name: Apache Spark
- name: Apache Flink
- name: Apache Hive
- name: Apache Polaris
- name: Apache Gravitino
- name: DuckDB
- name: Pandas
- name: Polars
- name: Pydantic
- name: Ray
- name: Trino
- name: PostgreSQL
- name: Unity Catalog
- name: AWS Glue
- name: Hugging Face
- name: LangChain
- name: LlamaIndex
- name: GenKit
- name: PyTorch
- name: Databricks
- name: Amazon Web Services
- name: Google Cloud
- name: Microsoft Azure
- name: NVIDIA
- name: OpenAI
- name: Cohere
- name: Anthropic
- name: Jina
- name: Ollama
- name: Sentence Transformers
- name: CrewAI
- name: cuVS
solutions:
- name: Retrieval-Augmented Generation (RAG)
- name: Long-Term Agent Memory
- name: Training Data Curation
- name: Feature Engineering for ML
- name: Multimodal Search (Text, Image, Video, Audio)
- name: Semantic Code Search
- name: Recommendation Systems
- name: Anomaly Detection
- name: Vector Lakehouse
useCases:
- name: Production RAG over multimodal corpora
- name: Agent and assistant long-term memory store
- name: Foundation-model training data curation and deduplication
- name: Semantic search across billions of documents and embeddings
- name: Hybrid (vector + BM25 + SQL) search with reranking
- name: Time-travel and reproducible ML datasets via Lance versioning
- name: GPU-accelerated vector index construction
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com