feat(Google Gemini Node): Add Google Search grounding support - #336
Open
everettbu wants to merge 6 commits into
Open
feat(Google Gemini Node): Add Google Search grounding support#336everettbu wants to merge 6 commits into
everettbu wants to merge 6 commits into
Conversation
Add Google Search grounding capability to Google Gemini Chat Model and Google Vertex Chat Model nodes. This feature allows AI agents to access real-time information from Google Search, improving response accuracy for queries about current events, recent data, or topics beyond the model's knowledge cutoff. Key changes: - Add "Google Search Grounding" toggle option to both nodes - Implement automatic model version detection (Gemini 1.x vs 2.0+) - Use appropriate API format based on model version: - Gemini 1.x: googleSearchRetrieval with dynamic threshold - Gemini 2.0+/3.x: googleSearch (simpler format) - Add "Dynamic Retrieval Threshold" option (only shown for Gemini 1.x) - Ensure compatibility with Tools Agent by overriding bindTools method
… Search Grounding - Replace inline type casting with GeminiModelOptions interface - Add shared types.ts for Gemini model options - Add unit tests for Google Search grounding feature in both nodes: - Test model version detection (Gemini 1.x vs 2.0+/3.x) - Test correct tool format selection (googleSearchRetrieval vs googleSearch) - Test bindTools override behavior - Test default dynamicRetrievalThreshold value
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.
Mirror of n8n-io/n8n#23161
Original author: RishabhGithub7348
Add Google Search grounding capability to Google Gemini Chat Model and Google Vertex Chat Model nodes. This feature allows AI agents to access real-time information from Google Search, improving response accuracy for queries about current events, recent data, or topics beyond the model's knowledge cutoff.
Key changes:
Summary
googleSearchRetrievalwith dynamic retrieval configgoogleSearchtoolRelated Linear tickets, Github issues, and Community forum posts
N/A - New feature implementation
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)