mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 08:52:16 +00:00

* Rework WebRetriever caching, adjust tests * Add release note * Better pydocs * Minor improvements * Update haystack/nodes/retriever/web.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> --------- Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
6 lines
174 B
YAML
6 lines
174 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
The WebRetriever now employs an enhanced caching mechanism that caches web page content based on search engine
|
|
results rather than the query.
|