Interface DropVectorizeOperation<Schema>

An operation to disable vectorize (auto-embedding-generation) on existing vector columns on the table.

interface DropVectorizeOperation<Schema> {
    columns: (keyof Schema)[];
}

Type Parameters

Properties

Properties

columns: (keyof Schema)[]

The columns to disable vectorize on.