langchain.js
    Preparing search index...
    interface Item {
        created_at: Date;
        key: string;
        namespace: string[];
        updated_at: Date;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    created_at: Date
    key: string
    namespace: string[]
    updated_at: Date
    value: any