From c17be620c2a7e03ab34560f4669991b282cfe03c Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 7 Apr 2025 18:17:43 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 700da0c8..69b7f441 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ 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`.