|
-- +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
|