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

    Interface UpdateDocumentsResponse

    The response for the update_documents operation.

    UpdateDocumentsResponse

    interface UpdateDocumentsResponse {
        matchedRecords?: number;
    }
    Index
    matchedRecords?: number

    The number of documents that matched filter when the update was accepted. Only returned for a filtered update; a per-ID update reports no count. The patch is applied asynchronously, so this is a point-in-time count rather than a guarantee of the number of documents ultimately patched.

    UpdateDocumentsResponse