You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,12 +16,15 @@ When a component expects a list as input, pipelines now automatically join multi
16
16
17
17
Supported conversations:
18
18
19
+
<divclass="styled-table">
20
+
19
21
Source Types | Target Type | Behavior
20
22
-- | -- | --
21
23
T + T | list[T] | Combines multiple inputs into a list of the same type.
22
24
T + list[T] | list[T] | Merges single items and lists into a single list.
23
25
str + ChatMessage | list[str] | Converts all inputs to `str` and combines into a list.
24
26
str + ChatMessage | list[ChatMessage] | Converts all inputs to `ChatMessage` and combines into a list.
27
+
</div>
25
28
26
29
Learn more about how to simplify list joins in pipelines in [📖 Smart Pipeline Connections: Implicit List Joining](https://docs.haystack.deepset.ai/docs/smart-pipeline-connections#implicit-list-joining)
27
30
@@ -71,4 +74,4 @@ You can prototype locally in memory and easily debug, filter, and inspect the da
71
74
72
75
## 💙 Big thank you to everyone who contributed to this release!
<!-- <span> 📚 Learn how to turn Haystack pipelines into production-ready <strong>REST APIs</strong> or <strong>MCP tools</strong></span> -->
28
28
<!-- <span>🆕 <strong>Faster agents</strong> with parallel tool execution and <strong>guardrails & moderation</strong> for safer apps. See what's new in <strong>Haystack 2.15</strong> 🌟</span> -->
<!-- <span>📅 Join us in Berlin for <strong>AI Builders Unconference</strong> on Nov 25!</span> -->
31
-
<span>🔎<strong>Haystack 2.26 is here!</strong><code>LLMRanker</code>for high-quality context & Jinja2 support for dynamic system prompts in Agents</span>
31
+
<span>📣<strong>Haystack 2.27 is here!</strong>Better DX for document stores & automatic list joining in pipelines</span>
0 commit comments