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

    Hierarchy (View Summary)

    Index

    Properties

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