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