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

    Interface UpsertDocumentsOptions

    The request for the upsert_documents operation.

    UpsertDocumentsRequest

    interface UpsertDocumentsOptions {
        documents: DocumentRecord[];
    }
    Index
    documents: DocumentRecord[]

    The list of documents to upsert into the namespace.

    UpsertDocumentsRequest