Ask a question to get started
Enter to send•Shift+Enter new line
Method to add an array of documents to the Tigris database.
addDocuments(documents: Document<Record<string, any>>[], options: string[] | __type): Promise<void>
documents
Document<Record<string, any>>[]
An array of Document instances to be added to the Tigris database.
options
string[] | __type
Optional parameter that can either be an array of string IDs or an object with a property 'ids' that is an array of string IDs.