Skip to main content
@inferedge/moss / IndexInfo

Interface: IndexInfo

Information about an index including metadata and status.

Properties

PropertyTypeDescription
idstringUnique identifier of the index.
namestringHuman-readable name of the index.
versionstring | nullIndex build/format version (semver).
status"NotStarted" | "Building" | "Ready" | "Failed"Current status of the index.
docCountnumberNumber of documents in the index.
createdAtstringWhen the index was created.
updatedAtstringWhen the index was last updated.
modelModelRefModel used for embeddings.