runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/langchain_huggingface/embeddings/huggingface.py", line 69, in __init__ import sentence_transformers # type: ignore[import] ModuleNotFoundError: No module named 'sentence_transformers' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 41, in <module> embeddings=langchain_huggingface.HuggingFaceEmbeddings( File "/usr/local/lib/python3.10/site-packages/langchain_huggingface/embeddings/huggingface.py", line 75, in __init__ raise ImportError(msg) from exc ImportError: Could not import sentence_transformers python package. Please install it with `pip install sentence-transformers`.
Container logs:
Fetching error logs...