Circle V2 API Docs
    Preparing search index...
    type PineconeNamespaceMigrationResult = {
        failedVectors?: string[];
        migratedVectors: string[];
        partialVectors?: string[];
        sourceNamespace: string;
        targetNamespace: string;
        totalVectors: number;
    }
    Index

    Properties

    failedVectors?: string[]
    migratedVectors: string[]
    partialVectors?: string[]

    Upserted to target but not deleted from source (duplicates until retried).

    sourceNamespace: string
    targetNamespace: string
    totalVectors: number