runtime error

3.9/site-packages/click/core.py", line 1688, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1434, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 783, in invoke return __callback(*args, **kwargs) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 153, in chainlit_run run_chainlit(target) File "/home/user/.local/lib/python3.9/site-packages/chainlit/cli/__init__.py", line 47, in run_chainlit load_module(config.run.module_name) File "/home/user/.local/lib/python3.9/site-packages/chainlit/config.py", line 242, in load_module spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "app.py", line 4, in <module> from llama_index.query_engine.retriever_query_engine import RetrieverQueryEngine File "/home/user/.local/lib/python3.9/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.9/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.9/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.9/site-packages/llama_index/schema.py", line 13, in <module> from llama_index.bridge.langchain import Document as LCDocument File "/home/user/.local/lib/python3.9/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.9/site-packages/langchain/cache.py)

Container logs:

Fetching error logs...