Skip to content

Commit

Permalink
Fix docs header
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Jul 15, 2024
1 parent e4f8d6f commit afcf2b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/griptape-framework/drivers/web-search-drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Web Search Drivers can be used to search for links from a search query. They are

* `search()` searches the web and returns a [ListArtifact](../../reference/griptape/artifacts/list_artifact.md) that contains JSON-serializable [TextArtifact](../../reference/griptape/artifacts/text_artifact.md)s with the search results.

## Google
## Vector Store Drivers

### Google

The [GoogleWebSearchDriver](../../reference/griptape/drivers/web_search/google_web_search_driver.md) uses the [Google Custom Search JSON API](https://developers.google.com/custom-search/v1/reference/rest/v1/cse/list) for web searching.

Expand Down Expand Up @@ -44,7 +46,7 @@ agent = Agent(
agent.run("Give me some websites with information about AI frameworks.")
```

## DuckDuckGo
### DuckDuckGo

!!! info
This driver requires the `drivers-web-search-duckduckgo` [extra](../index.md#extras).
Expand Down

0 comments on commit afcf2b4

Please sign in to comment.