Ask a question to get started
Enter to send•Shift+Enter new line
Adds documents to the collection. The documents are first embedded into vectors using the provided embedding model.
addDocuments(documents: Document<Record<string, any>>[]): Promise<string[]>
documents
Document<Record<string, any>>[]
The documents to add.