Skip to main content
External Web Search stage showing Exa API integration for web results
The External Web Search stage integrates Exa’s neural search API to augment your results with real-time web content. This enables hybrid retrieval combining your indexed documents with fresh web results.
Stage Category: APPLY (Enriches pipeline with web results)Transformation: N documents → N + M documents (web results added)

When to Use

When NOT to Use

Parameters

Available Categories

Configuration Examples

Content Extraction

Set include_text to true (default) to include text snippets in each result. Disable it to reduce API costs and response size.

Output Schema

Web results are added to the document set with a source: "web" marker:
Exa uses neural search rather than keyword matching:
Enable use_autoprompt (default) for natural language queries. Disable it when you need exact phrase matching or have already optimized your query.

Performance

Common Pipeline Patterns

Web-Augmented RAG

Error Handling

Web search results may include content from untrusted sources. Consider filtering or validating web content before using in sensitive applications.