Daria Fokina 3e81ec75dc
docs: add 2.18 and 2.19 actual documentation pages (#9946)
* versioned-docs

* external-documentstores
2025-10-27 13:03:22 +01:00

17 lines
880 B
Plaintext

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