runtime error

Importing packages /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing FAISS from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import FAISS with new imports of: >> from langchain_community.vectorstores import FAISS 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( Imported packages Downloading readme: 0%| | 0.00/24.0 [00:00<?, ?B/s] Downloading readme: 100%|██████████| 24.0/24.0 [00:00<00:00, 231kB/s] Downloading data: 0%| | 0.00/979k [00:00<?, ?B/s] Downloading data: 100%|██████████| 979k/979k [00:00<00:00, 8.80MB/s] Generating train split: 0%| | 0/448 [00:00<?, ? examples/s] Generating train split: 100%|██████████| 448/448 [00:00<00:00, 24794.13 examples/s] 0%| | 0/440 [00:00<?, ?it/s] 100%|██████████| 440/440 [00:00<00:00, 15354.04it/s] /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing FAISS from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import FAISS with new imports of: >> from langchain_community.vectorstores import FAISS 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> import NewsBot as nb File "/home/user/app/NewsBot.py", line 18, in <module> class NewsBot: File "/home/user/app/NewsBot.py", line 32, in NewsBot def answer_with_rag(self, question) -> Tuple[str, List[LangchainDocument]]: NameError: name 'Tuple' is not defined. Did you mean: 'tuple'?

Container logs:

Fetching error logs...