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