Skip to content

Commit e873636

Browse files
authored
fix: Update doc (#4153)
update doc Signed-off-by: cmuhao <sduxuhao@gmail.com>
1 parent 8b5698f commit e873636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/online-stores/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Below is a matrix indicating which functionality is supported by the Postgres on
6464
To compare this set of functionality against other online stores, please see the full [functionality matrix](overview.md#functionality-matrix).
6565
6666
## PGVector
67-
The Postgres online store supports the use of [PGVector](https://pgvector.dev/) for storing feature values.
67+
The Postgres online store supports the use of [PGVector](https://github.com/pgvector/pgvector) for storing feature values.
6868
To enable PGVector, set `pgvector_enabled: true` in the online store configuration.
6969
The `vector_len` parameter can be used to specify the length of the vector. The default value is 512.
7070

0 commit comments

Comments
 (0)