runtime error

/keyword_table/__init__.py", line 4, in <module> from llama_index.indices.keyword_table.base import GPTKeywordTableIndex File "/usr/local/lib/python3.10/site-packages/llama_index/indices/keyword_table/base.py", line 17, in <module> from llama_index.indices.base import BaseGPTIndex, QueryMap File "/usr/local/lib/python3.10/site-packages/llama_index/indices/base.py", line 11, in <module> from llama_index.indices.query.base import BaseGPTIndexQuery File "/usr/local/lib/python3.10/site-packages/llama_index/indices/query/base.py", line 28, in <module> from llama_index.indices.response.builder import ( File "/usr/local/lib/python3.10/site-packages/llama_index/indices/response/builder.py", line 18, in <module> from llama_index.indices.common_tree.base import GPTTreeIndexBuilder File "/usr/local/lib/python3.10/site-packages/llama_index/indices/common_tree/base.py", line 12, in <module> from llama_index.indices.service_context import ServiceContext File "/usr/local/lib/python3.10/site-packages/llama_index/indices/service_context.py", line 6, in <module> from llama_index.indices.prompt_helper import PromptHelper File "/usr/local/lib/python3.10/site-packages/llama_index/indices/prompt_helper.py", line 12, in <module> from llama_index.langchain_helpers.chain_wrapper import LLMPredictor File "/usr/local/lib/python3.10/site-packages/llama_index/langchain_helpers/chain_wrapper.py", line 6, in <module> from llama_index.llm_predictor.base import ( # noqa: F401 File "/usr/local/lib/python3.10/site-packages/llama_index/llm_predictor/__init__.py", line 4, in <module> from llama_index.llm_predictor.base import LLMPredictor File "/usr/local/lib/python3.10/site-packages/llama_index/llm_predictor/base.py", line 9, in <module> from langchain import Cohere, LLMChain, OpenAI File "/usr/local/lib/python3.10/site-packages/langchain/__init__.py", line 146, in __getattr__ from langchain_community.llms import Cohere ModuleNotFoundError: No module named 'langchain_community'

Container logs:

Fetching error logs...