Interface for interacting with a document.

Type Parameters

  • Metadata extends Record<string, any> = Record<string, any>

Implements

Constructors

Properties

Constructors

Properties

metadata: Metadata
pageContent: string
id?: string

An optional identifier for the document.

Ideally this should be unique across the document collection and formatted as a UUID, but this will not be enforced.