runtime error
Exit code: 1. Reason: site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing SQLDatabase from langchain is deprecated. Please replace deprecated imports: >> from langchain import SQLDatabase with new imports of: >> from langchain_community.utilities import SQLDatabase You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/v0.2/docs/versions/v0_2/> warn_deprecated( /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing GPTCache from langchain is deprecated. Please replace deprecated imports: >> from langchain import GPTCache with new imports of: >> from langchain_community.cache import GPTCache You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/v0.2/docs/versions/v0_2/> warn_deprecated( Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> from llama_index import SimpleDirectoryReader, GPTSimpleVectorIndex, ServiceContext File "/usr/local/lib/python3.10/site-packages/llama_index/__init__.py", line 12, in <module> from llama_index.data_structs.struct_type import IndexStructType File "/usr/local/lib/python3.10/site-packages/llama_index/data_structs/__init__.py", line 3, in <module> from llama_index.data_structs.data_structs import ( File "/usr/local/lib/python3.10/site-packages/llama_index/data_structs/data_structs.py", line 14, in <module> from llama_index.schema import BaseNode, TextNode File "/usr/local/lib/python3.10/site-packages/llama_index/schema.py", line 9, in <module> from llama_index.bridge.langchain import Document as LCDocument File "/usr/local/lib/python3.10/site-packages/llama_index/bridge/langchain.py", line 55, in <module> from langchain.cache import GPTCache, BaseCache ImportError: cannot import name 'BaseCache' from 'langchain.cache' (/usr/local/lib/python3.10/site-packages/langchain/cache.py)
Container logs:
Fetching error logs...