Ask a question to get started
Enter to send•Shift+Enter new line
Adds an array of vectors and their corresponding Document objects to the store.
addVectors( vectors: number[][], documents: Document<Record<string, any>>[], options: __type ): Promise<string[]>
vectors
number[][]
An array of vectors.
documents
Document<Record<string, any>>[]
An array of Document objects corresponding to the vectors.
options
__type