langchain-decorators icon indicating copy to clipboard operation
langchain-decorators copied to clipboard

need to update import for langchain

Open research-boy opened this issue 8 months ago • 0 comments

/llm/lib/python3.10/site-packages/langchain/chat_models/init.py:31: LangChainDeprecationWarning: Importing chat models from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead:

from langchain_community.chat_models import ChatOpenAI.

To install langchain-community run pip install -U langchain-community.

research-boy avatar Jun 04 '24 15:06 research-boy