aws-samples / serverless-pdf-chat

LLM-powered document chat using Amazon Bedrock and AWS Serverless
https://aws.amazon.com/blogs/compute/building-a-serverless-document-chat-with-aws-lambda-and-amazon-bedrock/
MIT No Attribution
228 stars 206 forks source link

LangChainDeprecationWarning: Importing vector stores from langchain is deprecated. #48

Closed medichops1 closed 1 month ago

medichops1 commented 3 months ago

Built from the repo. All absolutely fine, but the GenerateEmbeddingsFunction throws the following error:

/var/task/langchain/vectorstores/__init__.py:35: LangChainDeprecationWarning: Importing vector stores from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: