Skip to content

Commit 5a331af

Browse files
fix: clean up tutorial 44
1 parent 5706c0e commit 5a331af

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

tutorials/44_Creating_Custom_SuperComponents.ipynb

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,7 @@
9797
{
9898
"cell_type": "code",
9999
"metadata": {
100-
"id": "XvLVaFHTO-qb",
101-
"ExecuteTime": {
102-
"end_time": "2026-05-26T08:59:25.694905Z",
103-
"start_time": "2026-05-26T08:59:03.413706Z"
104-
}
100+
"id": "XvLVaFHTO-qb"
105101
},
106102
"source": [
107103
"from haystack import Document, Pipeline, super_component\n",
@@ -134,17 +130,8 @@
134130
" self.pipeline.connect(\"bm25_retriever\", \"document_joiner\")\n",
135131
" self.pipeline.connect(\"embedding_retriever\", \"document_joiner\")"
136132
],
137-
"outputs": [
138-
{
139-
"name": "stderr",
140-
"output_type": "stream",
141-
"text": [
142-
"/Users/kacper.lukawski/Projects/haystack-tutorials/.venv/lib/python3.12/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n",
143-
" from .autonotebook import tqdm as notebook_tqdm\n"
144-
]
145-
}
146-
],
147-
"execution_count": 2
133+
"outputs": [],
134+
"execution_count": null
148135
},
149136
{
150137
"cell_type": "markdown",

0 commit comments

Comments
 (0)