Daria Fokina 90894491cf
docs: add v2.20 docs pages and plugin for relative links (#9926)
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages.

* remove dependency

* address comments

* delete more empty pages

* broken link

* unduplicate headings

* alphabetical components nav
2025-10-24 09:52:57 +02: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. |