Daria Fokina c96a999320
fix(docs): update all internal documentation links to use relative paths for proper version scoping (#9969)
* Update versionedReferenceLinks.js

* fixing all links

* github-hanlp-swap

---------

Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
2025-10-30 12:43:02 +01:00

17 lines
916 B
Plaintext

---
title: "Joiners"
id: joiners
slug: "/joiners"
description: ""
---
# 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. |