Skip to content

@moss-dev/moss-web v1.0.0


@moss-dev/moss-web / DocumentInfo

Interface: DocumentInfo

Document that can be indexed and retrieved.

Extended by

Properties

PropertyTypeDescription
idstringUnique identifier within an index.
textstringREQUIRED canonical text to embed/search.
metadata?Record<string, string>Optional metadata associated with the document.
embedding?number[]Optional caller-provided embedding vector.