Ask a question to get started
Enter to send•Shift+Enter new line
Adds the specified vectors to the store.
addVectors(vectors: number[][], documents: Document<TModel>[]): Promise<void>
vectors
number[][]
The vectors to add.
documents
Document<TModel>[]
The documents associated with the vectors.