Changed grep -P to perl as -P option is no longer supported on OS X. reference
Changed the database name when checking if pgvector is installed to postgres, as now it defaults to current os username and it may fail.
Removed timing from explains, removed ids from select as if 2 vectors would have the same distance the order might be different based on machine and test might fail
Changed
grep -P
toperl
as-P
option is no longer supported on OS X. referenceChanged the database name when checking if
pgvector
is installed topostgres
, as now it defaults to current os username and it may fail.Removed timing from explains, removed ids from select as if 2 vectors would have the same distance the order might be different based on machine and test might fail