vetrag/migrations/0006_alter_sentence_embeddi...

7 lines
264 B
SQL

-- +goose Up
-- Update schema to support 384-dimensional embeddings using standard Postgres types
-- No need to modify column type as we're now using a flexible FLOAT[] array
-- +goose Down
-- No action needed for rollback since we're using a flexible array type