haystack/releasenotes/notes/converting-docjoiner-methods-to-static-4668f5d227667dd5.yaml
David S. Batista 3da5bac8c4
refactor: converting some DocumentJoiner methods to staticmethod (#8606)
* converting some methods to static, since they change/depend on state of the object

* adding release notes

* removing tab
2024-12-06 10:28:41 +01:00

5 lines
140 B
YAML

---
enhancements:
-|
DocumentJoiner methods `_concatenate()` and `_distribution_based_rank_fusion()` were converted to static methods.