Sentence-Transformers required when using HuggingFace embed component. #2659
Replies: 2 comments
-
Hello @slash-reports! I'm here to help you with any bugs, questions, or contributions while you wait for a human maintainer. Let's tackle this issue together! To install the # Use the base image for Langflow
FROM langflow:1.0.8
# Install sentence-transformers
RUN pip install sentence-transformers
# Other necessary commands for your Docker setup
# ... This will ensure that the |
Beta Was this translation helpful? Give feedback.
-
Hi! 👋 We are using other channels as our official means of communication with users. We apologize for the delayed response. Thank you for your understanding. Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried the Docker route for deploying Langflow. I managed to install 1.0.8 but I am having trouble running the HuggingFace Embedding component. It's telling me to install the sentence-transformers. Would you happen to know how to install that library.
Beta Was this translation helpful? Give feedback.
All reactions