Ask a question to get started
Enter to send•Shift+Enter new line
Method to save vectors to the Cassandra database.
addVectors(vectors: number[][], documents: Document<Record<string, any>>[]): Promise<void>
vectors
number[][]
Vectors to save.
documents
Document<Record<string, any>>[]
The documents associated with the vectors.