Interface PreviewUpsertDocumentsOptions

The request for the upsert_documents operation.

UpsertDocumentsRequest

interface PreviewUpsertDocumentsOptions {
    documents: PreviewDocumentRecord[];
}

Properties

Properties

The list of documents to upsert into the namespace.

UpsertDocumentsRequest