LangChainDeprecationWarning
/home/dev/.local/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 ChatAnyscale`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( /home/dev/.local/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`.
langchain-community
but I mainly get this warning messagelangchain
pip freeze
I got this..... langchain==0.1.0 langchain-community==0.0.11 langchain-core==0.1.9 ....
LangChainDeprecationWarning
message.