mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-05 11:27:15 +00:00
* Update searchapi payload * Add release note * PR feedback - Stefano * Adjust unit test for mandatory engine search_param field
6 lines
274 B
YAML
6 lines
274 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Updated the SearchApiWebSearch component with new search format and allowed users to specify the search engine via the `engine`
|
|
parameter in `search_params`. The default search engine is Google, making it easier for users to tailor their web searches.
|