langchain.js
    Preparing search index...
    type NodeType = {
        labels: string;
        properties: { property: string; type: string }[];
    }
    Index

    Properties

    Properties

    labels: string
    properties: { property: string; type: string }[]