Haystack Bot 6355f6deae
Promote unstable docs for Haystack 2.20 (#10080)
Co-authored-by: anakin87 <44616784+anakin87@users.noreply.github.com>
2025-11-13 18:00:45 +01:00

16 lines
800 B
Plaintext

---
title: "Joiners"
id: joiners
slug: "/joiners"
---
# Joiners
| Component | Description |
| --- | --- |
| [AnswerJoiner](joiners/answerjoiner.mdx) | Joins multiple answers from different Generators into a single list. |
| [BranchJoiner](joiners/branchjoiner.mdx) | Joins different branches of a pipeline into a single output. |
| [DocumentJoiner](joiners/documentjoiner.mdx) | Joins lists of documents. |
| [ListJoiner](joiners/listjoiner.mdx) | Joins multiple lists into a single flat list. |
| [StringJoiner](joiners/stringjoiner.mdx) | Joins strings from different components into a list of strings. |