Hey @piercefreeman ,
I wanted to get your thoughts on adding pgvector (and potentially other extensions) to iceaxe.
As far as I can tell, the steps required (at least for pgvector) are 1) adding a vector type, 2) enabling/disabling the extension during migration, 3) support for custom indexes, and 4) a func for the vector type.
Let me know your thoughts (or if this is even within the scope of the library).
Hey @piercefreeman ,
I wanted to get your thoughts on adding
pgvector(and potentially other extensions) toiceaxe.As far as I can tell, the steps required (at least for
pgvector) are 1) adding a vector type, 2) enabling/disabling the extension during migration, 3) support for custom indexes, and 4) afuncfor the vector type.Let me know your thoughts (or if this is even within the scope of the library).