timescale / pgvectorscale

A complement to pgvector for high performance, cost efficient vector search on large workloads.
PostgreSQL License
1.38k stars 58 forks source link

Mark distance_type_* as CREATE OR REPLACE #169

Closed syvb closed 1 week ago

syvb commented 1 week ago

distance_type_* needs to be marked as create_or_replace so that the pgrx schema generator generates update scripts with CREATE OR REPLACE. Without OR REPLACE upgrading fails.