langchain.js
    Preparing search index...

    Allows us to create IdDocument classes that contain the ID.

    interface IdDocumentInput {
        id?: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    id?: string