You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,14 @@ The package supports the [asyncpg](https://github.com/MagicStack/asyncpg) and [p
23
23
pip install -U langchain-postgres
24
24
```
25
25
26
-
## Usage
27
-
28
-
### Vectorstore
26
+
## Vectorstore
29
27
30
28
> [!WARNING]
31
29
> In v0.0.14+, `PGVector` is deprecated. Please migrate to `PGVectorStore`
32
30
> for improved performance and manageability.
33
31
> See the [migration guide](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/migrate_pgvector_to_pgvectorstore.md) for details on how to migrate from `PGVector` to `PGVectorStore`.
0 commit comments