Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors to the Voy database. The vectors are associated with the provided documents.
addVectors(vectors: number[][], documents: Document<Record<string, any>>[]): Promise<void>
vectors
number[][]
An array of vectors to be added to the database.
documents
Document<Record<string, any>>[]
An array of Document instances associated with the vectors.
Document