This adds a new version of the Google Search implementation based on the new Text Search interfaces.
Easily create a plugin from the different search functions to perform RAG with online docs!
Closes #6834
Description
Creates a new folder under connectors.search for Google.
Adds GoogleSearch
Adds classes to capture the response.
Adds constants for the query parameters
Adds a sample showing how to use it with a filter.
Contribution Checklist
[x] The code builds clean without any errors or warnings
Motivation and Context
This adds a new version of the Google Search implementation based on the new Text Search interfaces. Easily create a plugin from the different search functions to perform RAG with online docs!
Closes #6834
Description
Creates a new folder under connectors.search for Google. Adds GoogleSearch Adds classes to capture the response. Adds constants for the query parameters Adds a sample showing how to use it with a filter.
Contribution Checklist