langchain.js
    Preparing search index...
    interface Item {
        createdAt: string;
        key: string;
        namespace: string[];
        updatedAt: string;
        value: Record<string, any>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    key: string
    namespace: string[]
    updatedAt: string
    value: Record<string, any>