Pinecone TypeScript SDK - v8.2.0
    Preparing search index...

    Interface PreviewUpsertDocumentsResponse

    The response for the upsert_documents operation.

    UpsertDocumentsResponse

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

    The number of documents successfully upserted.

    UpsertDocumentsResponse