We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cf576 commit e072aedCopy full SHA for e072aed
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
dev-files: true
25
- run: |
26
cd /tmp
27
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
28
cd pgvector
29
make
30
sudo make install
0 commit comments