docs: fix pgvector link (#25930)

- **Description:** pg_vector link is 404'ing. This fixes it.
This commit is contained in:
Tyler Wray 2024-09-02 12:03:19 -06:00 committed by GitHub
parent 6cd452d985
commit 1ff8c36aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1012,7 +1012,7 @@ const FEATURE_TABLES = {
},
{
name: "PGVector",
link: "pg_vector",
link: "pgvector",
deleteById: true,
filtering: true,
searchByVector: true,