Integrations
Google Search
Enable your workflows to search on Google
What is the Google Search node?
Node in Stack AI
The Google Search node enables you to conduct searches on Google based on queries input by either the user or you, as the workflow architect. This node fetches the initial search results (i.e., a configurable parameter) for integration into your workflow.
How to use it?
Connections to a Google Search node
The Google Search node requires an input and an output:
- Input : the query to be searched on Google.
- Output : the search results from Google. You can either connect an Output node to see the results, to an LLM to process the information, or to a Vector database (if lenghty results).
Example of usage
In this simple example, we built a workflow that takes a query from the user, searches it on Google, and then returns the results to a Vector database for storage. An LLM receives information from the Vector database for processing.