Pinecone TypeScript SDK - v9.0.0
    Preparing search index...

    Interface UpsertDocumentsResponse

    The response for the upsert_documents operation.

    UpsertDocumentsResponse

    interface UpsertDocumentsResponse {
        upsertedCount: number;
    }
    Index
    upsertedCount: number

    The number of documents successfully upserted.

    UpsertDocumentsResponse