Ask a question to get started
Enter to send•Shift+Enter new line
Adds an array of Document objects to the store.
addDocuments(documents: Document<Record<string, any>>[], options: __type): Promise<string[]>
documents
Document<Record<string, any>>[]
An array of Document objects.
options
__type