Skip to content

Commit

Permalink
add image embeddings to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Jun 6, 2024
1 parent 602045d commit bb152c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from vertexai.vision_models import Image
from vertexai.vision_models import MultiModalEmbeddingModel

__all__ = ["VertexAITextEmbeddings"]
__all__ = ["VertexAITextEmbeddings", "VertexAIImageEmbeddings"]

DEFAULT_TASK_TYPE = "RETRIEVAL_DOCUMENT"
# TODO: https://github.com/apache/beam/issues/29356
Expand Down

0 comments on commit bb152c7

Please sign in to comment.