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

    Interface PreviewUpsertDocumentsOptions

    The request for the upsert_documents operation.

    UpsertDocumentsRequest

    interface PreviewUpsertDocumentsOptions {
        documents: PreviewDocumentRecord[];
    }
    Index

    The list of documents to upsert into the namespace.

    UpsertDocumentsRequest