Skip to content

@inferedge/moss v1.0.0-beta.1


@inferedge/moss / DocumentInfo

Interface: DocumentInfo

Document that can be indexed and retrieved.

Extended by

Properties

id

id: string

Unique identifier within an index.


text

text: string

REQUIRED canonical text to embed/search.


metadata?

optional metadata: Record<string, string>

Optional metadata associated with the document.