You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
before installing, it should work. For example, for pg-vector, I did:
cd /tmp
git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git
cd pgvector
export PG_CONFIG=/Users/Shared/DBngin/postgresql/15.1/bin/pg_config
make
make install
Is possible add pgvector (https://github.com/pgvector/pgvector) and postgresml (https://postgresml.org) in PostgreSQL 15 or newer?
The text was updated successfully, but these errors were encountered: