Ash.Vector clashing with Pgvector
Hey, I need help with the following error. Is there a setup step that I'm missing with Ash.Vector?
I've setup the Pgvector types according to their documentation. So I have a
And my database config which extends the default postgrex types
I've setup the Pgvector types according to their documentation. So I have a
lib/postgrex_types.ex fileAnd my database config which extends the default postgrex types
Solution
Ah, I think I found it. Maybe there should be a link to the setup instructions in AshPostgres.Extensions.Vector documentation from the Ash.Vector docs.
Ash Vector: https://hexdocs.pm/ash/Ash.Vector.html
AshPostgres.Extensions.Vector: https://hexdocs.pm/ash_postgres/AshPostgres.Extensions.Vector.html
Ash Vector: https://hexdocs.pm/ash/Ash.Vector.html
AshPostgres.Extensions.Vector: https://hexdocs.pm/ash_postgres/AshPostgres.Extensions.Vector.html
