mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 03:12:57 +00:00
519 B
519 B
@lancedb/lancedb • Docs
@lancedb/lancedb / IndexConfig
Interface: IndexConfig
A description of an index currently configured on a column
Properties
columns
columns:
string[]
The columns in the index
Currently this is always an array of size 1. In the future there may be more columns to represent composite indices.
indexType
indexType:
string
The type of the index
name
name:
string
The name of the index