Skip to content

Interface: IndexInfo

A resolved live index definition.

columns: string[]


optional directAccess?: boolean

True for a DIRECT_ACCESS index (you supply vectors; queries embed client-side).


optional endpoint?: string


name: string


optional primaryKey?: string


ready: boolean


optional rowCount?: number