Click on the “+” button on the right of the node to create and connect the node to a semantic search node to enable semantic search on the search results.
The below example shows a pipeline that takes a user question, searches the web using Exa AI to find relevant information, and uses an LLM to provide an answer based on the search results.
Input Node: Allows the pipeline to accept a user question
Exa AI Web Search Node:
Search Query: {{input_0.text}}
LLM Node:
System Instructions: “Answer the question based on the context”