We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8da873 commit c26fbaeCopy full SHA for c26fbae
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- run: |
14
sudo apt-get update && sudo apt-get install postgresql-server-dev-14
15
cd /tmp
16
- git clone --branch v0.2.4 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.2.7 https://github.com/pgvector/pgvector.git
17
cd pgvector
18
make
19
sudo make install
0 commit comments