Ask a question to get started
Enter to send•Shift+Enter new line
Adds documents to the vector store.
addDocuments(documents: Document<Record<string, any>>[], options: __type): Promise<string[]>
documents
Document<Record<string, any>>[]
The documents to add.
options
__type
Optional parameters for adding the documents.