The langchain-postgres team has declared that they are migrating into PGVectorStore and PGVector is currently deprecated:
https://github.com/langchain-ai/langchain-postgres/blob/18b1bcdb75ed152da717e3d624e1ed822d17d60f/README.md?plain=1#L28-L31
Please update the docs in order to use the most up-to-date version. I started setting up my project with 0.0.14 by following the outdated documentation and now I need to migrate to the new class.
|
"from langchain_postgres import PGVector\n", |
The langchain-postgres team has declared that they are migrating into
PGVectorStoreandPGVectoris currently deprecated:https://github.com/langchain-ai/langchain-postgres/blob/18b1bcdb75ed152da717e3d624e1ed822d17d60f/README.md?plain=1#L28-L31
Please update the docs in order to use the most up-to-date version. I started setting up my project with 0.0.14 by following the outdated documentation and now I need to migrate to the new class.
langchain/docs/docs/integrations/vectorstores/pgvector.ipynb
Line 123 in eb12294