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
Copy file name to clipboardExpand all lines: docs-website/versioned_docs/version-2.18/concepts/pipelines.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
---
2
2
title: "Pipelines"
3
3
id: pipelines
4
+
sidebar_class_name: hidden-sidebar-item
5
+
sidebar_position: 0
4
6
slug: "/pipelines"
5
7
description: "To build modern search pipelines with LLMs, you need two things: powerful components and an easy way to put them together. The Haystack pipeline is built for this purpose and enables you to design and scale your interactions with LLMs."
@@ -56,10 +59,7 @@ While the data (the initial query) flows through the entire pipeline, individual
56
59
57
60
To connect components and integrations in a pipeline, you must know the names of their inputs and outputs. The output of one component must be accepted as input by the following component. When you connect components in a pipeline with `Pipeline.connect()`, it validates if the input and output types match.
@@ -56,10 +57,7 @@ While the data (the initial query) flows through the entire pipeline, individual
56
57
57
58
To connect components and integrations in a pipeline, you must know the names of their inputs and outputs. The output of one component must be accepted as input by the following component. When you connect components in a pipeline with `Pipeline.connect()`, it validates if the input and output types match.
@@ -57,14 +58,7 @@ While the data (the initial query) flows through the entire pipeline, individual
57
58
58
59
To connect components and integrations in a pipeline, you must know the names of their inputs and outputs. The output of one component must be accepted as input by the following component. When you connect components in a pipeline with `Pipeline.connect()`, it validates if the input and output types match.
59
60
60
-
<iframe
61
-
width="560"
62
-
height="315"
63
-
src="https://www.youtube.com/embed/SxAwyeCkguc"
64
-
frameBorder="0"
65
-
allow="autoplay; encrypted-media"
66
-
allowFullScreen
67
-
></iframe>
61
+
<YoutubeEmbedvideoId="SxAwyeCkguc"title="Introduction to Haystack Pipelines" />
@@ -57,14 +58,7 @@ While the data (the initial query) flows through the entire pipeline, individual
57
58
58
59
To connect components and integrations in a pipeline, you must know the names of their inputs and outputs. The output of one component must be accepted as input by the following component. When you connect components in a pipeline with `Pipeline.connect()`, it validates if the input and output types match.
59
60
60
-
<iframe
61
-
width="560"
62
-
height="315"
63
-
src="https://www.youtube.com/embed/SxAwyeCkguc"
64
-
frameBorder="0"
65
-
allow="autoplay; encrypted-media"
66
-
allowFullScreen
67
-
></iframe>
61
+
<YoutubeEmbedvideoId="SxAwyeCkguc"title="Introduction to Haystack Pipelines" />
0 commit comments