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