mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-25 22:18:39 +00:00
* Add FilterRetriever draft * Implement FilterRetriever and add tests * Update comparison to compare whole docs instead of just contents * Expose FilterRetriever at the retrievers level * Update docstring (add example usage) * Add filter_retriever in the API reference docs config Update retriever search path to start one dir level higher * simplify _documents_equal * improve usage example --------- Co-authored-by: anakin87 <stefanofiorucci@gmail.com>
6 lines
133 B
YAML
6 lines
133 B
YAML
---
|
|
features:
|
|
- |
|
|
Add FilterRetriever.
|
|
It retrieves documents that match the provided (either at init or runtime) filters.
|