pgvector-1.sh
· 120 B · Bash
Orginalformat
cd /tmp
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
cd pgvector
make
make install # may need sudo
1 | cd /tmp |
2 | git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git |
3 | cd pgvector |
4 | make |
5 | make install # may need sudo |