Skip to content

Commit c2f6c52

Browse files
anakin87TuanaCelik
andauthored
audio tutorial: hide it and do not run tests on it (#346)
* hide audio tutorial and do not run tests on it * adding warning --------- Co-authored-by: Tuana Celik <[email protected]>
1 parent 98e80b6 commit c2f6c52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/run_tutorials_v1.yml

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ on:
1919
- "tutorials/14_Query_Classifier.ipynb"
2020
- "tutorials/15_TableQA.ipynb"
2121
- "tutorials/16_Document_Classifier_at_Index_Time.ipynb"
22-
- "tutorials/17_Audio.ipynb"
2322
- "tutorials/19_Text_to_Image_search_pipeline_with_MultiModal_Retriever.ipynb"
2423
- "tutorials/20_Using_Haystack_with_REST_API.ipynb"
2524
- "tutorials/21_Customizing_PromptNode.ipynb"
@@ -69,7 +68,6 @@ jobs:
6968
tutorials/14_Query_Classifier.ipynb
7069
tutorials/15_TableQA.ipynb
7170
tutorials/16_Document_Classifier_at_Index_Time.ipynb
72-
tutorials/17_Audio.ipynb
7371
tutorials/19_Text_to_Image_search_pipeline_with_MultiModal_Retriever.ipynb
7472
tutorials/20_Using_Haystack_with_REST_API.ipynb
7573
tutorials/21_Customizing_PromptNode.ipynb

index.toml

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ weight = 90
174174
notebook = "17_Audio.ipynb"
175175
aliases = ["audio"]
176176
created_at = 2022-06-07
177+
hidden = true
178+
sitemap_exclude = true
177179

178180
[[tutorial]]
179181
title = "Generative Pseudo Labeling for Domain Adaptation"

tutorials/17_Audio.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"source": [
1010
"# Tutorial: Make Your QA Pipelines Talk!\n",
1111
"\n",
12+
">⚠️**Update:** This tutorial is now outdated and we recommend moving to Haystack >= 2.0 and checking out the new tutorials [here](https://haystack.deepset.ai/tutorials). AnswerToSpeech lives in the [text2speech](https://github.com/deepset-ai/haystack-extras/tree/main/nodes/text2speech) package. Main [Haystack](https://github.com/deepset-ai/haystack) repository doesn't include it anymore.\n",
13+
"\n",
1214
"- **Level**: Intermediate\n",
1315
"- **Time to complete**: 15 minutes\n",
1416
"- **Nodes Used**: `InMemoryDocumentStore`, `BM25Retriever`, `FARMReader`, `AnswerToSpeech`\n",
15-
"- **Goal**: After completing this tutorial, you'll have created a extractive question answering system that can read out the answer.\n",
16-
"\n",
17-
">**Update:** AnswerToSpeech lives in the [text2speech](https://github.com/deepset-ai/haystack-extras/tree/main/nodes/text2speech) package. Main [Haystack](https://github.com/deepset-ai/haystack) repository doesn't include it anymore."
17+
"- **Goal**: After completing this tutorial, you'll have created a extractive question answering system that can read out the answer."
1818
]
1919
},
2020
{

0 commit comments

Comments
 (0)