Ask a question to get started
Enter to sendā¢Shift+Enter new line
addVectors( vectors: number[][], documents: Document<Record<string, any>>[],
vectors
number[][]
documents
Document<Record<string, any>>[]
options
__type
Adds precomputed vectors and corresponding documents to the vector store.
An array of vectors representing each document.
Array of documents associated with each vector.
Optional configuration for adding vectors, such as indexing.