langchain.js
    Preparing search index...

    Represents an identifier in LangChain. It has a type property set to 'identifier' and a value property which is a string.

    type IdentifierType = {
        type: "identifier";
        value: string;
    }
    Index

    Properties

    Properties

    type: "identifier"
    value: string