runtime error
Exit code: 1. Reason: er with new imports of: >> from langchain_community.document_loaders import DirectoryLoader 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( /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing SentenceTransformerEmbeddings from langchain.embeddings is deprecated. Please replace deprecated imports: >> from langchain.embeddings import SentenceTransformerEmbeddings with new imports of: >> from langchain_community.embeddings import SentenceTransformerEmbeddings 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( /usr/local/lib/python3.10/site-packages/langchain/_api/module_import.py:92: LangChainDeprecationWarning: Importing Chroma from langchain.vectorstores is deprecated. Please replace deprecated imports: >> from langchain.vectorstores import Chroma with new imports of: >> from langchain_community.vectorstores import Chroma 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( The token has not been saved to the git credentials helper. Pass `add_to_git_credential=True` in this function directly or `--add-to-git-credential` if using via `huggingface-cli` if you want to set the git credential as well. Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> login(token = HF_TOKEN) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 111, in login _login(token, add_to_git_credential=add_to_git_credential, write_permission=write_permission) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 307, in _login raise ValueError("Invalid token passed!") ValueError: Invalid token passed!
Container logs:
Fetching error logs...