Ask a question to get started
Enter to send•Shift+Enter new line
Adds new documents to the store.
add(texts: Record<string, Document>): Promise<void>
texts
Record<string, Document>
An object where the keys are document IDs and the values are the documents themselves.