Method to add vectors to the Xata database. Maps each vector to a row with the document's content, embedding, and metadata. Creates or replaces these rows in the Xata database.
addVectors(
vectors: number[][],
documents: Document<Record<string, any>>[],
options: __type
): Promise<string[]>