You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,12 +38,18 @@ To use [Search API](https://www.searchapi.io/) as an alternative, see its respec
38
38
39
39
## Usage
40
40
41
+
Install the `serperdev-haystack` package to use the `SerperDevWebSearch` component:
42
+
43
+
```shell
44
+
pip install serperdev-haystack
45
+
```
46
+
41
47
### On its own
42
48
43
49
This is an example of how `SerperDevWebSearch` looks up answers to our query on the web and converts the results into a list of documents with content snippets of the results, as well as URLs as strings.
@@ -38,12 +38,18 @@ To use [Search API](https://www.searchapi.io/) as an alternative, see its respec
38
38
39
39
## Usage
40
40
41
+
Install the `serperdev-haystack` package to use the `SerperDevWebSearch` component:
42
+
43
+
```shell
44
+
pip install serperdev-haystack
45
+
```
46
+
41
47
### On its own
42
48
43
49
This is an example of how `SerperDevWebSearch` looks up answers to our query on the web and converts the results into a list of documents with content snippets of the results, as well as URLs as strings.
0 commit comments