Files
lancedb/docs/src/javascript/interfaces/IndexStats.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

1.2 KiB

vectordb / Exports / IndexStats

Interface: IndexStats

Table of contents

Properties

Properties

distanceType

Optional distanceType: string

Defined in

index.ts:728


indexType

indexType: string

Defined in

index.ts:727


numIndexedRows

numIndexedRows: null | number

Defined in

index.ts:725


numIndices

Optional numIndices: number

Defined in

index.ts:729


numUnindexedRows

numUnindexedRows: null | number

Defined in

index.ts:726