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 ed36ac9 commit 087b561Copy full SHA for 087b561
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
dev-files: true
21
- run: |
22
cd /tmp
23
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
24
cd pgvector
25
make
26
sudo make install
0 commit comments