ashai vectorize
There is an issue where the code keeps embedding vectors even though they were already embedded I am on postgres 16,

sudo -u postgres psql -d t_db -c "select count(*) from poems;"
count
-------
1437
(1 row) select count(id) from oban_jobs where queue = 'poem_vectorize';
count
-------
4314
(1 row)