mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
docs: fix pgvector link (#25930)
- **Description:** pg_vector link is 404'ing. This fixes it.
This commit is contained in:
parent
6cd452d985
commit
1ff8c36aa6
@ -1012,7 +1012,7 @@ const FEATURE_TABLES = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "PGVector",
|
name: "PGVector",
|
||||||
link: "pg_vector",
|
link: "pgvector",
|
||||||
deleteById: true,
|
deleteById: true,
|
||||||
filtering: true,
|
filtering: true,
|
||||||
searchByVector: true,
|
searchByVector: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user