Files
lancedb/docs/src/javascript/interfaces/IndexStats.md
Lei Xu 5b2c602fb3 doc: improve docs for nodejs connect functions (#833)
* improve the docstring for NodeJS connect functions and
`ConnectOptions` parameters.
* Simplify `npm run build` steps.
2024-04-05 16:27:32 -07:00

597 B

vectordb / Exports / IndexStats

Interface: IndexStats

Table of contents

Properties

Properties

numIndexedRows

numIndexedRows: null | number

Defined in

index.ts:478


numUnindexedRows

numUnindexedRows: null | number

Defined in

index.ts:479