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>>[]): Promise<void>
vectors
number[][]
The vectors to add.
documents
Document<Record<string, any>>[]
The documents associated with the vectors.