Skip to content

Commit 4b0afb8

Browse files
authored
chore: comment Pipeline.draw commands (#391)
1 parent 79960dd commit 4b0afb8

4 files changed

+5
-5
lines changed

tutorials/28_Structured_Output_With_Loop.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
},
404404
"outputs": [],
405405
"source": [
406-
"pipeline.draw(\"auto-correct-pipeline.png\")"
406+
"# pipeline.draw(\"auto-correct-pipeline.png\")"
407407
]
408408
},
409409
{

tutorials/32_Classifying_Documents_and_Queries_by_Language.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
},
289289
"outputs": [],
290290
"source": [
291-
"indexing_pipeline.draw(\"indexing_pipeline.png\")"
291+
"# indexing_pipeline.draw(\"indexing_pipeline.png\")"
292292
]
293293
},
294294
{
@@ -537,7 +537,7 @@
537537
},
538538
"outputs": [],
539539
"source": [
540-
"rag_pipeline.draw(\"rag_pipeline.png\")"
540+
"# rag_pipeline.draw(\"rag_pipeline.png\")"
541541
]
542542
},
543543
{

tutorials/33_Hybrid_Retrieval.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
},
363363
"outputs": [],
364364
"source": [
365-
"hybrid_retrieval.draw(\"hybrid-retrieval.png\")"
365+
"# hybrid_retrieval.draw(\"hybrid-retrieval.png\")"
366366
]
367367
},
368368
{

tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
},
406406
"outputs": [],
407407
"source": [
408-
"pipe.draw(\"pipe.png\")"
408+
"# pipe.draw(\"pipe.png\")"
409409
]
410410
},
411411
{

0 commit comments

Comments
 (0)