langchain-ai / langchain-google

MIT License
117 stars 149 forks source link

[Feature Request] Grounded Search for Gemini models #592

Open souzatharsis opened 2 weeks ago

souzatharsis commented 2 weeks ago

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 commented 1 week ago

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