runtime error

/home/user/.local/lib/python3.10/site-packages/langchain/__init__.py:34: UserWarning: Importing PromptTemplate from langchain root module is no longer supported. Please use langchain.prompts.PromptTemplate instead. warnings.warn( /home/user/.local/lib/python3.10/site-packages/langchain/__init__.py:34: UserWarning: Importing BasePromptTemplate from langchain root module is no longer supported. Please use langchain.schema.prompt_template.BasePromptTemplate instead. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 9, in <module> from app_module.configuration import get_index File "/home/user/app/app_module/configuration.py", line 1, in <module> from llama_index import LLMPredictor, PromptHelper, ServiceContext, StorageContext, OpenAIEmbedding, set_global_service_context, load_index_from_storage File "/home/user/.local/lib/python3.10/site-packages/llama_index/__init__.py", line 12, in <module> from llama_index.data_structs.struct_type import IndexStructType File "/home/user/.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 "/home/user/.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 "/home/user/.local/lib/python3.10/site-packages/llama_index/schema.py", line 9, in <module> from llama_index.bridge.langchain import Document as LCDocument File "/home/user/.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' (/home/user/.local/lib/python3.10/site-packages/langchain/cache.py)

Container logs:

Fetching error logs...