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 [Serper Dev](https://serper.dev/?gclid=Cj0KCQiAgqGrBhDtARIsAM5s0_kPElllv3
38
38
39
39
## Usage
40
40
41
+
Install the `searchapi-haystack` package to use the `SearchApiWebSearch` component:
42
+
43
+
```shell
44
+
pip install searchapi-haystack
45
+
```
46
+
41
47
### On its own
42
48
43
49
This is an example of how `SearchApiWebSearch` 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 [Serper Dev](https://serper.dev/?gclid=Cj0KCQiAgqGrBhDtARIsAM5s0_kPElllv3
38
38
39
39
## Usage
40
40
41
+
Install the `searchapi-haystack` package to use the `SearchApiWebSearch` component:
42
+
43
+
```shell
44
+
pip install searchapi-haystack
45
+
```
46
+
41
47
### On its own
42
48
43
49
This is an example of how `SearchApiWebSearch` 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