Open
Conversation
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
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.
Summary
Google's Gemini Embedding 2 moved to General Availability on 2026-04-23. This PR updates the docs to reflect the new stable model ID and expanded modality support.
gemini-embedding-2-preview→gemini-embedding-2across docs, code examples, and includes (the preview string will be deprecated in a few weeks)gemini-embedding-2inembeddings-multimodal.md(Gemini API only, audio files up to 180 seconds)embeddings.mdandembeddings-multimodal.mdFiles changed
docs/weaviate/model-providers/google/embeddings.md— available-models lists for Gemini API and Vertex AIdocs/weaviate/model-providers/google/embeddings-multimodal.md— callout, vectorizer params reference, available-models listdocs/weaviate/model-providers/_includes/provider.vectorizer.py/.ts— shared code examplesdocs/weaviate/search/near-media.md— prose references_includes/code/howto/search.near-media.py— tested code snippetTest plan
_includes/code/howto/search.near-media.pyruns against the renamed model)near-mediapage renders correctly with the updated model referencesFollow-ups (not in this PR)
audio_track_extractionparameter in next week's release for audio tracks in video files — revisit docs when that shipsgemini-embedding-001/gemini-embedding-2-previewwhen submitting multiple files in a single embed call; worth verifying downstream client behavior separately🤖 Generated with Claude Code