haystack/releasenotes/notes/inmemorybm25retriever-zero-score-docs-67406062a76aa7f4.yaml
Madeesh Kannan a5189dd035
fix!: InMemoryBM25Retriever no longer returns documents that have a score of 0.0 (#6717)
* fix!: `InMemoryBM25Retriever` no longer returns documents that have a score of 0.0

Also update tests to accommodate the new behavior.

* Remove superfluous code
2024-01-12 17:50:55 +01:00

4 lines
91 B
YAML

---
fixes:
- Prevent InMemoryBM25Retriever from returning documents with a score of 0.0.