lancedb and lancedb-study

The first is a production vector database library while the second is a benchmarking study that evaluates the first tool against alternatives, making them ecosystem siblings where one serves as the subject of evaluation for the other.

lancedb
94
Verified
lancedb-study
42
Emerging
Maintenance 25/25
Adoption 25/25
Maturity 25/25
Community 19/25
Maintenance 10/25
Adoption 7/25
Maturity 9/25
Community 16/25
Stars: 9,425
Forks: 787
Downloads: 6,082,637
Commits (30d): 65
Language: HTML
License: Apache-2.0
Stars: 29
Forks: 6
Downloads:
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No Package No Dependents

About lancedb

lancedb/lancedb

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

Built on the Lance columnar format, LanceDB combines vector similarity search with full-text search and SQL querying, enabling hybrid retrieval across billions of vectors in milliseconds with GPU-accelerated indexing. It supports zero-copy data access, automatic versioning, and native storage of multimodal data (text, images, videos, point clouds). Native integrations with LangChain, LlamaIndex, DuckDB, Pandas, and Polars provide seamless embedding into Python, Node.js, Rust, and REST-based workflows.

About lancedb-study

prrao87/lancedb-study

Comparing LanceDB and Elasticsearch for full-text search and vector search performance

Benchmarks both async Python clients and FastAPI REST endpoints across full-text and vector search, using the ModernBERT embedding model (256-dim) on a standardized Wine Reviews dataset. Executes fixed query suites (1000 queries per type, 3 trials) measuring QPS and P50/P95/P99 latencies to isolate search-engine performance from API overhead. Includes reproducible workflows for data ingestion, index building (IVF_PQ for LanceDB, standard for Elasticsearch), and containerized setup via Docker Compose for Elasticsearch.

Scores updated daily from GitHub, PyPI, and npm data. How scores work