Skip to content

Commit

Permalink
web.py docstring update (#4921)
Browse files Browse the repository at this point in the history
Corrected spelling and added GoogleAPI
  • Loading branch information
dfokina committed May 18, 2023
1 parent df55ec5 commit 401520b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haystack/nodes/search_engine/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ class WebSearch(BaseComponent):
of the underlying search engine provider, provides common interface for all providers, and makes it possible to use various
search engines.
WebSerach currently supports the following search engines providers (bridges):
WebSearch currently supports the following search engines providers (bridges):
- SerperDev (default)
- SerpAPI
- BingAPI
- GoogleAPI
"""

Expand Down

0 comments on commit 401520b

Please sign in to comment.