Ask a question to get started
Enter to send•Shift+Enter new line
Adds vectors and their corresponding documents to the database.
addVectors(vectors: number[][], documents: Document<Record<string, any>>[]): Promise<void>
vectors
number[][]
The vectors to be added.
documents
Document<Record<string, any>>[]
The corresponding documents to be added.