langchain.js
    Preparing search index...

    Interface StringNode

    interface StringNode {
        path: string;
        value: string;
    }
    Index

    Properties

    Properties

    path: string
    value: string