Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method that adds vectors to the Vectorize database.
addVectors( vectors: number[][], documents: Document<Record<string, any>>[], options: string[] | __type ): Promise<string[]>
vectors
number[][]
Array of vectors to add.
documents
Document<Record<string, any>>[]
Array of documents associated with the vectors.
options
string[] | __type
Optional ids for the vectors.