Files
lancedb/docs/src/javascript/interfaces/VectorIndex.md
Will Jones 48f46d4751 docs(node): update indexStats signature and regenerate docs (#1742)
`indexStats` still referenced UUID even though in
https://github.com/lancedb/lancedb/pull/1702 we changed it to take name
instead.
2024-10-18 10:53:28 -07:00

895 B

vectordb / Exports / VectorIndex

Interface: VectorIndex

Table of contents

Properties

Properties

columns

columns: string[]

Defined in

index.ts:718


name

name: string

Defined in

index.ts:719


status

status: IndexStatus

Defined in

index.ts:721


uuid

uuid: string

Defined in

index.ts:720