Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Grounded Search for Gemini models #592

Open
souzatharsis opened this issue Nov 6, 2024 · 1 comment
Open

[Feature Request] Grounded Search for Gemini models #592

souzatharsis opened this issue Nov 6, 2024 · 1 comment

Comments

@souzatharsis
Copy link

ChatGoogleGenerativeAI does not yet support grounded search, a feature released by Gemini almost a week ago.

The following code does not play any effect in results.

chat = ChatGoogleGenerativeAI(
                model="gemini-1.5-pro-latest",
                tools='google_search_retrieval'
            )
@lkuligin
Copy link
Collaborator

would you be open to work on it and send a PR, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants