pgvector-3.sh
· 184 B · Bash
Raw
set "PGROOT=C:\Program Files\PostgreSQL\16"
cd %TEMP%
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
cd pgvector
nmake /F Makefile.win
nmake /F Makefile.win install
1 | set "PGROOT=C:\Program Files\PostgreSQL\16" |
2 | cd %TEMP% |
3 | git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git |
4 | cd pgvector |
5 | nmake /F Makefile.win |
6 | nmake /F Makefile.win install |