mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-06 12:07:04 +00:00
* fix!: `InMemoryBM25Retriever` no longer returns documents that have a score of 0.0 Also update tests to accommodate the new behavior. * Remove superfluous code
4 lines
91 B
YAML
4 lines
91 B
YAML
---
|
|
fixes:
|
|
- Prevent InMemoryBM25Retriever from returning documents with a score of 0.0.
|