mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 06:39:57 +00:00
`indexStats` still referenced UUID even though in https://github.com/lancedb/lancedb/pull/1702 we changed it to take name instead.
1.2 KiB
1.2 KiB
vectordb / Exports / IndexStats
Interface: IndexStats
Table of contents
Properties
Properties
distanceType
• Optional distanceType: string
Defined in
indexType
• indexType: string
Defined in
numIndexedRows
• numIndexedRows: null | number
Defined in
numIndices
• Optional numIndices: number
Defined in
numUnindexedRows
• numUnindexedRows: null | number