Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors to the store given their corresponding Documents
addVectors( vectors: number[][], documents: Document<Record<string, any>>[] ): Promise<string[] | undefined>
vectors
number[][]
The vectors to store
documents
Document<Record<string, any>>[]
The Documents they represent