runtime error
/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( /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( Traceback (most recent call last): File "/home/user/app/app.py", line 4, in <module> from llama_index import VectorStoreIndex 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 12, 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 10, in <module> from langchain.cache import BaseCache, GPTCache ImportError: cannot import name 'BaseCache' from 'langchain.cache' (/home/user/.local/lib/python3.10/site-packages/langchain/cache.py)
Container logs:
Fetching error logs...