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

PostgreSQL and pgvector #113

Open
Carloosolrac opened this issue Aug 16, 2023 · 1 comment
Open

PostgreSQL and pgvector #113

Carloosolrac opened this issue Aug 16, 2023 · 1 comment

Comments

@Carloosolrac
Copy link

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

@batnieluyo
Copy link

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

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