-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add search_engine_kwargs param to WebRetriever to pass to WebSea…
…rch (#5805) * Add search_engine_kwargs param to WebRetriever to pass to WebSearch * add relnote --------- Co-authored-by: Massimiliano Pippi <[email protected]>
- Loading branch information
1 parent
1a64fc5
commit 655bf68
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/add-search_engine_kwargs-to-web-retriever-67fac44ef0039b7f.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
enhancements: | ||
- | | ||
Add `search_engine_kwargs` param to WebRetriever so it can be propagated | ||
to WebSearch. This is useful, for example, to pass the engine id when | ||
using Google Custom Search. |