Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors to the Milvus database.
addVectors( vectors: number[][], documents: Document<Record<string, any>>[], options: __type ): Promise<void>
vectors
number[][]
Array of vectors to be added to the database.
documents
Document<Record<string, any>>[]
Array of Document instances associated with the vectors.
options
__type
Optional parameter that can include specific IDs for the documents.