langchain.js
    Preparing search index...

    Class Document<Metadata>

    Interface for interacting with a document.

    Type Parameters

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

    Implements

    Index

    Constructors

    Properties

    Constructors

    Properties

    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.

    metadata: Metadata
    pageContent: string