Ask a question to get started
Enter to sendā¢Shift+Enter new line
Method to add vectors and their corresponding documents to the MongoDB collection.
addVectors( vectors: number[][], documents: Document<Record<string, any>>[], options: __type ): Promise<any[]>
vectors
number[][]
Vectors to be added.
documents
Document<Record<string, any>>[]
Corresponding documents to be added.
options
__type