langchain.js
    Preparing search index...
    interface Edge {
        conditional?: boolean;
        data?: string;
        source: string;
        target: string;
    }
    Index

    Properties

    conditional?: boolean
    data?: string
    source: string
    target: string