mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-01 18:29:32 +00:00
* WebSearch: add allowed_domains scoped search * Add talk to website example * Add release note * Add allowed_domains to WebSearch * Minor fix --------- Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
6 lines
179 B
YAML
6 lines
179 B
YAML
---
|
|
features:
|
|
- |
|
|
Introduced `allowed_domains` parameter in `WebRetriever` for domain-specific searches,
|
|
thus enabling "talk to a website" and "talk to docs" scenarios.
|