runtime error
Exit code: 1. Reason: /home/user/app/app.py:4: LangChainDeprecationWarning: Importing CSVLoader from langchain.document_loaders is deprecated. Please replace deprecated imports: >> from langchain.document_loaders import CSVLoader with new imports of: >> from langchain_community.document_loaders import CSVLoader You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.document_loaders import CSVLoader /home/user/app/app.py:5: 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/docs/versions/v0_2/> from langchain.vectorstores import FAISS /home/user/app/app.py:6: LangChainDeprecationWarning: Importing HuggingFaceEmbeddings from langchain.embeddings is deprecated. Please replace deprecated imports: >> from langchain.embeddings import HuggingFaceEmbeddings with new imports of: >> from langchain_community.embeddings import HuggingFaceEmbeddings You can use the langchain cli to **automatically** upgrade many imports. Please see documentation here <https://python.langchain.com/docs/versions/v0_2/> from langchain.embeddings import HuggingFaceEmbeddings Traceback (most recent call last): File "/home/user/app/app.py", line 13, in <module> raise ValueError("Api key not found") ValueError: Api key not found
Container logs:
Fetching error logs...