add_batch
The functionadd_batch(batch, collection_name)
uploads a batch of documents to a collection.
Input
batch – Represents the batch of document to upload. The structure of each document must be according to the database schema configuration file. Must be of type list [dictionary].
collection_name – Specifies the name of the Collection into which to load the document.
Example
Last updated