runtime error
Exit code: 1. Reason: /app/app.py:154: SyntaxWarning: invalid escape sequence '\*' text = re.sub("\*?", "", text) /app/app.py:157: SyntaxWarning: invalid escape sequence '\<' punctuation = '''!()[]{};:'"\<>/?$%^&*_`~=''' /app/app.py:17: DeprecationWarning: `langchain-community` is being sunset and is no longer actively maintained. See https://github.com/langchain-ai/langchain-community/issues/674 for details and migration guidance toward standalone integration packages. from langchain_community.vectorstores import FAISS Traceback (most recent call last): File "/app/app.py", line 20, in <module> from langchain.schema import SystemMessage, HumanMessage, AIMessage ModuleNotFoundError: No module named 'langchain.schema'
Container logs:
Fetching error logs...