Ask a question to get started
Enter to send•Shift+Enter new line
Add documents to the Convex table. It first converts the documents to vectors using the embeddings and then calls the addVectors method.
addDocuments(documents: Document<Record<string, any>>[]): Promise<void>
documents
Document<Record<string, any>>[]
Documents to be added.