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