mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-26 14:38:36 +00:00
* refactor document joiner to follow enum pattern for join mode * Added to_dict and from_dict
5 lines
126 B
YAML
5 lines
126 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Refactor DocumentJoiner to use enum pattern for the 'join_mode' parameter instead of bare string.
|