Ask a question to get started
Enter to send•Shift+Enter new line
Add vectors and their corresponding documents to the Convex table.
addVectors(vectors: number[][], documents: Document<Record<string, any>>[]): Promise<void>
vectors
number[][]
Vectors to be added.
documents
Document<Record<string, any>>[]
Corresponding documents to be added.