Skip to content

Commit d29b143

Browse files
authored
chore: bump pgvector to support sparse vectors (#153)
1 parent 15d8bc2 commit d29b143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN apk add --no-cache --virtual .build-deps \
9292
make \
9393
cmake \
9494
util-linux-dev \
95-
&& git clone --branch v0.5.1 https://github.com/pgvector/pgvector.git \
95+
&& git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git \
9696
&& cd /pgvector \
9797
&& ls \
9898
&& make \

0 commit comments

Comments
 (0)