runtime error
Exit code: 1. Reason: /home/user/app/app.py:7: 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 Traceback (most recent call last): File "/usr/local/bin/streamlit", line 5, in <module> from streamlit.web.cli import main ModuleNotFoundError: No module named 'streamlit.web'; 'streamlit' is not a package
Container logs:
Fetching error logs...