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 15d8bc2 commit d29b143Copy full SHA for d29b143
Dockerfile
@@ -92,7 +92,7 @@ RUN apk add --no-cache --virtual .build-deps \
92
make \
93
cmake \
94
util-linux-dev \
95
- && git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git \
+ && git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git \
96
&& cd /pgvector \
97
&& ls \
98
&& make \
0 commit comments