Interface: IndexInfo
Information about an index including metadata and status.Properties
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier of the index. |
name | string | Yes | Human-readable name of the index. |
version | null | string | Yes | Index build/format version (semver). |
status | "NotStarted" | "Building" | "Ready" | "Failed" | Yes | Current status of the index. |
docCount | number | Yes | Number of documents in the index. |
createdAt | string | Yes | When the index was created. |
updatedAt | string | Yes | When the index was last updated. |
model | ModelRef | Yes | Model used for embeddings. |