Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors and corresponding documents to the collection.
addVectors(vectors: number[][], documents: Document<Record<string, any>>[]): Promise<string[]>
vectors
number[][]
The vectors to add.
documents
Document<Record<string, any>>[]
The corresponding documents to add.