Member Junction
    Preparing search index...
    type VectorizeEntityResponse = {
        elapsedMs?: number;
        errorCount?: number;
        errorMessage: string;
        processedRecords?: number;
        status: string;
        success: boolean;
        totalRecords?: number;
    }
    Index

    Properties

    elapsedMs?: number

    Wall-clock duration of this entity's vectorization, in milliseconds.

    errorCount?: number

    Count of records that failed template rendering or vector upsert.

    errorMessage: string
    processedRecords?: number

    Records that completed the pipeline (rendered, embedded, and upserted).

    status: string
    success: boolean
    totalRecords?: number

    Total source records fed into the pipeline for this entity.