Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Postgres Machine Learning Extension #115

Open
bendo01 opened this issue Sep 2, 2023 · 1 comment
Open

Add Postgres Machine Learning Extension #115

bendo01 opened this issue Sep 2, 2023 · 1 comment

Comments

@bendo01
Copy link

bendo01 commented Sep 2, 2023

Is possible add pgvector (https://github.com/pgvector/pgvector) and postgresml (https://postgresml.org) in PostgreSQL 15 or newer?

@bendo01 bendo01 changed the title Add Postgres Machine Learning Add Postgres Machine Learning Extension Sep 2, 2023
@youcefs21
Copy link

if you export your config location like:

export PG_CONFIG=/Users/Shared/DBngin/postgresql/15.1/bin/pg_config

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

and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants