Skip to content

Commit

Permalink
fix: Update doc (#4153)
Browse files Browse the repository at this point in the history
update doc

Signed-off-by: cmuhao <sduxuhao@gmail.com>
  • Loading branch information
HaoXuAI authored Apr 26, 2024
1 parent 8b5698f commit e873636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/online-stores/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Below is a matrix indicating which functionality is supported by the Postgres on
To compare this set of functionality against other online stores, please see the full [functionality matrix](overview.md#functionality-matrix).
## PGVector
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.
To enable PGVector, set `pgvector_enabled: true` in the online store configuration.
The `vector_len` parameter can be used to specify the length of the vector. The default value is 512.

Expand Down

0 comments on commit e873636

Please sign in to comment.