Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors to the vector store.
addVectors( vectors: number[][], documents: Document<Record<string, any>>[], options: __type ): Promise<string[]>
vectors
number[][]
The vectors to add.
documents
Document<Record<string, any>>[]
The documents associated with the vectors.
options
__type
Optional parameters for adding the vectors.