damccorm commented on code in PR #37628: URL: https://github.com/apache/beam/pull/37628#discussion_r2823132464
########## sdks/python/apache_beam/ml/rag/embeddings/huggingface.py: ########## @@ -31,19 +37,35 @@ except ImportError: SentenceTransformer = None +try: + from PIL import Image as PILImage Review Comment: Should we just make pillow a standard requirement in setup.py? It is small and I think we use it all over in ML contexts -- 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]
