Files
lancedb/docs/src/js/interfaces/IndexConfig.md
Weston Pace 67f041be91 docs: add a reference to @lancedb/lance in the docs (#1166)
We aren't yet ready to switch over the examples since almost all JS
examples rely on embeddings and we haven't yet ported those over.
However, this makes it possible for those that are interested to start
using `@lancedb/lancedb`
2024-03-29 04:55:03 -07:00

614 B

@lancedb/lancedb / Exports / IndexConfig

Interface: IndexConfig

A description of an index currently configured on a column

Table of contents

Properties

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.

Defined in

native.d.ts:16


indexType

indexType: string

The type of the index

Defined in

native.d.ts:9