DBngin
DBngin copied to clipboard
PostgreSQL and pgvector
Is possible add pgvector in PostgreSQL version 14 or 15?
ERROR: could not open extension control file "/Users/Shared/DBngin/postgresql/14.3/share/extension/vector.control": No such file or directory
Thanks
Hi @Carloosolrac this works for me.
¡Greetings from Mexico!
export PATH=/Users/Shared/DBngin/postgresql/14.3/bin:$PATH
git clone https://github.com/pgvector/pgvector.git
cd pgvector
make && make install