parent
196b611d1b
commit
10d0e13483
1 changed files with 1 additions and 4 deletions
|
|
@ -13,10 +13,7 @@ from langflow.services.deps import get_settings_service
|
|||
|
||||
class WebSearchComponent(Component):
|
||||
display_name = "Web Search"
|
||||
description = (
|
||||
"Performs a basic DuckDuckGo search (HTML scraping) "
|
||||
"and returns a DataFrame of titles, links, snippets, and fetched content."
|
||||
)
|
||||
description = "Performs a basic DuckDuckGo search (HTML scraping). May be subject to rate limits."
|
||||
icon = "search"
|
||||
name = "WebSearchNoAPI"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue