mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
7 lines
277 B
YAML
7 lines
277 B
YAML
---
|
|
preview:
|
|
- |
|
|
Add `UrlCacheChecker` to support Web retrieval pipelines.
|
|
Check if documents coming from a given list of URLs are already present in the store and if so, returns them.
|
|
All URLs with no matching documents are returned on a separate connection.
|