- Vector Index: Efficiently searches for similar vectors across high-dimensional data (e.g. images, audio, or text embeddings)
- Full-Text Search Index: Enables fast keyword-based searches by indexing words and phrases
- Scalar Index: Accelerates filtering and sorting of structured numeric or categorical data (e.g. timestamps, prices)
Supported Indexes
LanceDB provides a comprehensive suite of indexes for different use cases and data types:TypeScript currently doesn’t support
IvfSq (IVF with Scalar Quantization).