We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f75b0 commit 31b3b47Copy full SHA for 31b3b47
1 file changed
docs-website/reference/haystack-api/websearch_api.md
@@ -20,7 +20,7 @@ Usage example:
20
from haystack.components.websearch import SearchApiWebSearch
21
from haystack.utils import Secret
22
23
-websearch = SearchApiWebSearch(top_k=10, api_key=Secret.from_env_var("SERPERDEV_API_KEY"))
+websearch = SearchApiWebSearch(top_k=10, api_key=Secret.from_env_var("SEARCHAPI_API_KEY"))
24
results = websearch.run(query="Who is the boyfriend of Olivia Wilde?")
25
26
assert results["documents"]
0 commit comments