lancedb/lancedb

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 5th, 2026
Created on February 28th, 2023
Open Issues & Pull Requests: 618 (+0)
GitHub issues: Enabled
Number of forks: 1,046
Total Stargazers: 11,381 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.6 hours
Mean response time: 41.2 days
90th percentile: 69.6 days
Tracked items: 805

How this project is maintained

98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 7 hours, while "Rust" waits about 2 days. Three people close 70% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 326
New in 7 days: 4
Closed in 7 days: 3
Avg open age: 409 days
Stale 30+ days: 277
Stale 90+ days: 237

Recent activity

Opened in 7 days: 3
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • bug (355)
  • enhancement (289)
  • typescript (86)
  • documentation (63)
  • good first issue (57)
  • Python (47)
  • question (19)
  • ci (18)

Detailed Description

LanceDB is a vector database that enables fast, scalable vector search for multimodal AI applications. Built on the Lance columnar format, it allows developers to store, index, and search across petabytes of multimodal data including vectors, text, images, videos, and point clouds with millisecond latency.

The tool addresses the challenge of managing large-scale vector data for AI workloads by combining vector similarity search, full-text search, and SQL querying in a single system. It operates as an embedded library that runs locally or in your own cloud infrastructure without vendor lock-in, while also offering a managed cloud option for production deployments. Key technical capabilities include state-of-the-art approximate nearest neighbor indexing, zero-copy data access, automatic versioning without additional infrastructure, and GPU-accelerated index building.

Developers building retrieval-augmented generation systems, semantic search applications, or recommendation engines should consider LanceDB if they need to handle multimodal data at scale and want to avoid managing separate infrastructure. The project provides native SDKs for Python, TypeScript, and Rust, plus a REST API, making it accessible across different technology stacks. It integrates directly with popular frameworks like LangChain and LlamaIndex, and works seamlessly with the data ecosystem including Apache Arrow, Pandas, Polars, and DuckDB.

Development activity shows consistent engagement with the codebase, regular updates to core functionality, and active maintenance of the documentation and SDK implementations. The project maintains multiple language implementations in parallel and continues expanding ecosystem integrations. Community contributions are actively welcomed and the project sustains ongoing development across both the open source and cloud product offerings.