From 18b2ffdf86af37b341b126c9821b2fbf55004f21 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 9 Apr 2025 21:52:20 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04458532..255f9934 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,14 @@ The package supports the [asyncpg](https://github.com/MagicStack/asyncpg) and [p pip install -U langchain-postgres ``` -## Usage - -### Vectorstore +## Vectorstore > [!WARNING] > In v0.0.14+, `PGVector` is deprecated. Please migrate to `PGVectorStore` > for improved performance and manageability. > 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`. -### Quickstart +### Documentation * [Quickstart](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore.ipynb) * [How-to](https://github.com/langchain-ai/langchain-postgres/blob/main/examples/pg_vectorstore_how_to.ipynb) @@ -81,7 +79,7 @@ print(docs) > [!TIP] > All synchronous functions have corresponding asynchronous functions -### ChatMessageHistory +## ChatMessageHistory The chat message history abstraction helps to persist chat message history in a postgres table.