with vectors thing, (I'm guessing the latter) but my project is deadlocked now since it wants to add this:
use Ecto.Migration def up do alter table(:profile_detail_items) do modify :content_vector, :vector end end def down do alter table(:profile_detail_items) do modify :content_vector, :vector end end
use Ecto.Migration def up do alter table(:profile_detail_items) do modify :content_vector, :vector end end def down do alter table(:profile_detail_items) do modify :content_vector, :vector end end
In the previous (non-dev) migration:
add :content_vector, :vector, size: 1536
add :content_vector, :vector, size: 1536
And running the codegen just creates that migration and some new snapshots, and then it wants to do the same all over again, groundhog day-style
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.