We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4bf42 commit 1a34cfbCopy full SHA for 1a34cfb
README.md
@@ -398,10 +398,14 @@ Or using the index object:
398
399
`index.addDocuments(documents: Document<T>[]): Promise<EnqueuedUpdate>`
400
401
+`index.addDocumentsInBatch(documents: Document<T>[], batchSize = 1000): Promise<EnqueuedUpdate[]>`
402
+
403
- Add or update multiple documents:
404
405
`index.updateDocuments(documents: Document<T>[]): Promise<EnqueuedUpdate>`
406
407
+`index.updateDocumentsInBatch(documents: Document<T>[], batchSize = 1000): Promise<EnqueuedUpdate[]>`
408
409
- Get Documents:
410
411
`index.getDocuments(params: getDocumentsParams): Promise<Document<T>[]>`
0 commit comments