runtime error

Exit code: 132. Reason: ny imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.vectorstores import FAISS /home/user/app/app.py:21: LangChainDeprecationWarning: Importing TextLoader from langchain.document_loaders is deprecated. Please replace deprecated imports: >> from langchain.document_loaders import TextLoader with new imports of: >> from langchain_community.document_loaders import TextLoader You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.document_loaders import TextLoader /home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/langchain/chat_models/__init__.py:33: 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`. warnings.warn( /home/user/app/app.py:28: LangChainDeprecationWarning: Importing load_tools from langchain.agents is deprecated. Please replace deprecated imports: >> from langchain.agents import load_tools with new imports of: >> from langchain_community.agent_toolkits.load_tools import load_tools You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.agents import load_tools, initialize_agent, Tool /home/user/.pyenv/versions/3.10.15/lib/python3.10/site-packages/langchain/tools/__init__.py:73: LangChainDeprecationWarning: Importing tools 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.tools import HumanInputRun`. To install langchain-community run `pip install -U langchain-community`. warnings.warn(

Container logs:

Fetching error logs...