liferoad commented on issue #30799:
URL: https://github.com/apache/beam/issues/30799#issuecomment-2444908180

   ```
   2024-10-29T11:15:12.3297202Z       if not SentenceTransformer:
   2024-10-29T11:15:12.3297585Z >       raise ImportError(
   2024-10-29T11:15:12.3298106Z             "sentence-transformers is required 
to use "
   2024-10-29T11:15:12.3298603Z             "SentenceTransformerEmbeddings."
   2024-10-29T11:15:12.3299255Z             "Please install it with using `pip 
install sentence-transformers`.")
   2024-10-29T11:15:12.3300468Z E       ImportError: sentence-transformers is 
required to use SentenceTransformerEmbeddings.Please install it with using `pip 
install sentence-transformers`.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to