Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.moss.dev/llms.txt

Use this file to discover all available pages before exploring further.

@moss-dev/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.