refactor(generativeai/embeddings/multimodal): Remove deprecated embeddings multimodal files - #14523
Merged
Kef131 merged 3 commits intoAug 20, 2026
Conversation
… and their corresponding tests
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes the multimodal image and video embedding example files, along with their corresponding unit tests in generative_ai/embeddings/test_embeddings_examples.py. Feedback points out that the unused imports for these deleted modules must also be removed from the top of the test file to prevent a ModuleNotFoundError when running the test suite.
Kef131
marked this pull request as ready for review
August 19, 2026 21:43
|
Here is the summary of changes. You are about to delete 2 region tags.
This comment is generated by snippet-bot.
|
Kef131
deleted the
refactor(embedding/multimodal)_remove_deprecated_multimodal_image_video_samples
branch
August 20, 2026 18:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #
b/546136656
multimodal_image_example.pyfile, which contained sample code for generating multimodal embeddings from images and text.multimodal_video_example.pyfile, which contained sample code for generating embeddings from video content.Checklist
Testing
Compliance & Style
Post-Approval Actions