Ask a question to get started
Enter to sendā¢Shift+Enter new line
Adds vectors to the vector store.
addVectors(vectors: number[][], documents: Document<Metadata>[]): Promise<string[]>
vectors
number[][]
The vectors to add.
documents
Document<Metadata>[]
The documents associated with the vectors.