Search Edge
The Search Edge allows you to retrieve external knowledge from pre-connected sources using a query. This edge is useful when you want to enrich your workflow with external information or perform zero-shot web-assisted reasoning.
- Searching the web using Perplexity (LLM based) or Google (search engine based).
- This edge is extremely useful for real-time search augmentation in knowledge-based agents or when building chatbot-style applications that require external awareness.
Search by Perplexity


Inputs:
- A block containing the search query (typically a structured or text block).
Outputs:
- A structured block containing search results or textual context.
Configuration:
- Model: Select the LLM used to organize the searched web contents the default is
llama-3.1-sonar
, can also choose to usesonar-reasoning-pro
,sonar-reasoning
,sonar-pro
.
Search by Google


Inputs:
- A block containing the search query (typically a structured or text block).
Outputs:
- A structured block containing search results or textual context.
Configuration:
- Result Number: Set how many results you want to retrieve (default is 5).