feat(core): Support embedding APIs in google-genai#19797
Conversation
size-limit report 📦
|
node-overhead report 🧳Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.
|
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.
Add embeddings support to the Google GenAI integration using the new method registry architecture. Records embeddings input when PII recording is enabled, and skips response attribute extraction for embeddings responses. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0b2070d to
3af75a0
Compare
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
Bug Fixes 🐛
Documentation 📚
Internal Changes 🔧Core
Other
🤖 This preview updates automatically when you update the PR. |

Add instrumentation support for the Google GenAI embeddings API (
models.embedContent).Docs: https://ai.google.dev/gemini-api/docs/embeddings
Closes #19535