feat(google-vertex/google/gemini-embedding-2): add new models [bot]#1038
feat(google-vertex/google/gemini-embedding-2): add new models [bot]#1038models-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6269e9e. Configure here.
| @@ -0,0 +1,2 @@ | |||
| mode: unknown | |||
| model: google/gemini-embedding-2 | |||
There was a problem hiding this comment.
Embedding model incorrectly configured with mode unknown
High Severity
The gemini-embedding-2 model definition has mode: unknown instead of mode: embedding. Every other embedding model in this directory (gemini-embedding-001.yaml, gemini-embedding-2-preview.yaml, text-embedding-005.yaml, etc.) uses mode: embedding along with proper configuration (costs, limits, modalities, supportedModes, removeParams). This stub file is missing all of that metadata, which means the model won't be recognized or usable as an embedding model by downstream consumers of these configs.
Reviewed by Cursor Bugbot for commit 6269e9e. Configure here.


Auto-generated by model-addition-agent for
google-vertex/google/gemini-embedding-2.Note
Low Risk
Low risk config-only change, but the
mode: unknownvalue may require follow-up if the runtime expects a specific mode for embeddings.Overview
Registers a new provider model entry
providers/google-vertex/google/gemini-embedding-2.yamlpointing togoogle/gemini-embedding-2, withmodecurrently set tounknown.Reviewed by Cursor Bugbot for commit 6269e9e. Bugbot is set up for automated code reviews on this repo. Configure here.