From be53697a6a77d9cf35fe8b11702d4ab386c78582 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 9 Apr 2025 21:43:44 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 69b7f44..700da0c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ pip install -U langchain-postgres > [!WARNING] > In v0.0.14+, `PGVector` is deprecated. Please migrate to `PGVectorStore` -> Version 0.0.14+ has not been released yet, but you can test version of the vectorstore on the main branch. Until official release do not use in production. > 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`.