We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bada729 commit 95355c4Copy full SHA for 95355c4
1 file changed
docs/reference/online-stores/postgres.md
@@ -64,7 +64,7 @@ Below is a matrix indicating which functionality is supported by the Postgres on
64
To compare this set of functionality against other online stores, please see the full [functionality matrix](overview.md#functionality-matrix).
65
66
## PGVector
67
-The Postgres online store supports the use of [PGVector](https://pgvector.dev/) for storing feature values.
+The Postgres online store supports the use of [PGVector](https://github.com/pgvector/pgvector) for storing feature values.
68
To enable PGVector, set `pgvector_enabled: true` in the online store configuration.
69
The `vector_len` parameter can be used to specify the length of the vector. The default value is 512.
70
0 commit comments