tvalentyn commented on code in PR #37725:
URL: https://github.com/apache/beam/pull/37725#discussion_r2880753645
##########
sdks/python/apache_beam/ml/rag/embeddings/vertex_ai_test.py:
##########
@@ -58,6 +61,8 @@ def chunk_approximately_equals(expected, actual):
all(isinstance(x, float) for x in actual.embedding.dense_embedding))
+@skip_if_vertex_ai_disabled
Review Comment:
we already try to import vertext ai in line 41 -- what does adding this
decorator change?
--
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]