mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-28 02:23:48 +00:00
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages. * remove dependency * address comments * delete more empty pages * broken link * unduplicate headings * alphabetical components nav
15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
---
|
|
title: "WebSearch"
|
|
id: websearch
|
|
slug: "/websearch"
|
|
description: "Use these components to look up answers on the internet."
|
|
---
|
|
|
|
# WebSearch
|
|
|
|
Use these components to look up answers on the internet.
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| [SearchApiWebSearch](websearch/searchapiwebsearch.mdx) | Search engine using Search API. |
|
|
| [SerperDevWebSearch](websearch/serperdevwebsearch.mdx) | Search engine using SerperDev API. | |