Skip to content

Commit 1907ba8

Browse files
committed
add draft notebook
1 parent 4b0afb8 commit 1907ba8

File tree

3 files changed

+674
-0
lines changed

3 files changed

+674
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ To contribute to the tutorials, please check out our [Contributing Guidelines](.
3232
| [Query Classification with TransformersTextRouter](./tutorials/41_Query_Classification_with_TransformersTextRouter_and_TransformersZeroShotTextRouter.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/41_Query_Classification_with_TransformersTextRouter_and_TransformersZeroShotTextRouter.ipynb) |
3333
| [Retrieving a Context Window Around a Sentence](./tutorials/42_Sentence_Window_Retriever.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/42_Sentence_Window_Retriever.ipynb) | |
3434
| [Build a Tool-Calling Agent](./tutorials/43_Building_a_Tool_Calling_Agent.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/43_Building_a_Tool_Calling_Agent.ipynb) | |
35+
| [Creating Custom SuperComponents](./tutorials/44_Creating_Custom_SuperComponents.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack-tutorials/blob/main/tutorials/44_Creating_Custom_SuperComponents.ipynb) | |

index.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,3 +513,16 @@ created_at = 2025-04-03
513513
haystack_2 = true
514514
dependencies = ["docstring-parser", "trafilatura"]
515515
featured = true
516+
517+
[[tutorial]]
518+
title = "Creating Custom SuperComponents"
519+
description = "Learn how to use the @super_component decorator to create custom SuperComponents with input and output mappings"
520+
level = "intermediate"
521+
weight = 8
522+
notebook = "44_Creating_Custom_SuperComponents.ipynb"
523+
aliases = []
524+
completion_time = "20 min"
525+
created_at = 2025-04-17
526+
haystack_2 = true
527+
dependencies = ["sentence-transformers>=3.0.0", "datasets"]
528+
featured = true

0 commit comments

Comments
 (0)