Skip to content

Commit 8614c04

Browse files
committed
correct pgvector version information
1 parent f3172a5 commit 8614c04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/v4.6/12.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export PG_CONFIG=/usr/local/ivorysql/ivorysql-4/bin/pg_config
3535

3636
** 拉取pg_vector源码
3737
```
38-
git clone --branch v0.6.2 https://github.com/pgvector/pgvector.git
38+
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
3939
```
4040

4141
** 安装 pgvector

EN/modules/ROOT/pages/v4.6/12.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export PG_CONFIG=/usr/local/ivorysql/ivorysql-4/bin/pg_config
3838

3939
** Pull pg_vector source code
4040
```
41-
git clone --branch v0.6.2 https://github.com/pgvector/pgvector.git
41+
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
4242
```
4343

4444
** Install pgvector

0 commit comments

Comments
 (0)