mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 20:46:31 +00:00
* 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
16 lines
800 B
Plaintext
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. |
|