prorm API Reference
    Preparing search index...

    Interface UpsertVectorsOptions

    Options accepted by upsert().

    interface UpsertVectorsOptions {
        namespace?: string;
    }
    Index
    namespace?: string

    Namespace to upsert into. Defaults to the default namespace ('') when omitted.