Skip to content

Commit e26b663

Browse files
authored
remove telementry cells (#400)
1 parent f6af47a commit e26b663

16 files changed

+8365
-8729
lines changed

tutorials/27_First_RAG_Pipeline.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -70,30 +70,6 @@
7070
"pip install \"sentence-transformers>=4.1.0\""
7171
]
7272
},
73-
{
74-
"cell_type": "markdown",
75-
"metadata": {
76-
"id": "Wl_jYERtO-qa"
77-
},
78-
"source": [
79-
"### Enabling Telemetry\n",
80-
"\n",
81-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
82-
]
83-
},
84-
{
85-
"cell_type": "code",
86-
"execution_count": 2,
87-
"metadata": {
88-
"id": "A76B4S49O-qa"
89-
},
90-
"outputs": [],
91-
"source": [
92-
"from haystack.telemetry import tutorial_running\n",
93-
"\n",
94-
"tutorial_running(27)"
95-
]
96-
},
9773
{
9874
"cell_type": "markdown",
9975
"metadata": {

tutorials/28_Structured_Output_With_Loop.ipynb

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -73,39 +73,6 @@
7373
"pip install colorama"
7474
]
7575
},
76-
{
77-
"cell_type": "markdown",
78-
"metadata": {
79-
"id": "nTA5fdvCLMKD"
80-
},
81-
"source": [
82-
"### Enabling Telemetry\n",
83-
"\n",
84-
"Enable telemetry to let us know you're using this tutorial. (You can always opt out by commenting out this line). For details, see [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry)."
85-
]
86-
},
87-
{
88-
"cell_type": "code",
89-
"execution_count": 3,
90-
"metadata": {
91-
"id": "Apay3QSQLKdM"
92-
},
93-
"outputs": [
94-
{
95-
"name": "stderr",
96-
"output_type": "stream",
97-
"text": [
98-
"/Users/amna.mubashar/Library/Python/3.9/lib/python/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",
99-
" from .autonotebook import tqdm as notebook_tqdm\n"
100-
]
101-
}
102-
],
103-
"source": [
104-
"from haystack.telemetry import tutorial_running\n",
105-
"\n",
106-
"tutorial_running(28)"
107-
]
108-
},
10976
{
11077
"cell_type": "markdown",
11178
"metadata": {

tutorials/29_Serializing_Pipelines.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -70,30 +70,6 @@
7070
"pip install haystack-ai"
7171
]
7272
},
73-
{
74-
"cell_type": "markdown",
75-
"metadata": {
76-
"id": "MhnSGxXWHNsD"
77-
},
78-
"source": [
79-
"### Enabling Telemetry\n",
80-
"\n",
81-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
82-
]
83-
},
84-
{
85-
"cell_type": "code",
86-
"execution_count": null,
87-
"metadata": {
88-
"id": "ikIM1o9cHNcS"
89-
},
90-
"outputs": [],
91-
"source": [
92-
"from haystack.telemetry import tutorial_running\n",
93-
"\n",
94-
"tutorial_running(29)"
95-
]
96-
},
9773
{
9874
"cell_type": "markdown",
9975
"metadata": {

tutorials/30_File_Type_Preprocessing_Index_Pipeline.ipynb

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -76,39 +76,6 @@
7676
"pip install gdown"
7777
]
7878
},
79-
{
80-
"cell_type": "markdown",
81-
"metadata": {
82-
"id": "HnXumz7EarJx"
83-
},
84-
"source": [
85-
"### Enabling Telemetry\n",
86-
"\n",
87-
"Knowing you’re using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
88-
]
89-
},
90-
{
91-
"cell_type": "code",
92-
"execution_count": 2,
93-
"metadata": {
94-
"id": "CkvJIU7FmDf9"
95-
},
96-
"outputs": [
97-
{
98-
"name": "stderr",
99-
"output_type": "stream",
100-
"text": [
101-
"/Users/amna.mubashar/Library/Python/3.9/lib/python/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",
102-
" from .autonotebook import tqdm as notebook_tqdm\n"
103-
]
104-
}
105-
],
106-
"source": [
107-
"from haystack.telemetry import tutorial_running\n",
108-
"\n",
109-
"tutorial_running(30)"
110-
]
111-
},
11279
{
11380
"cell_type": "markdown",
11481
"metadata": {

tutorials/31_Metadata_Filtering.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -68,30 +68,6 @@
6868
"pip install haystack-ai"
6969
]
7070
},
71-
{
72-
"cell_type": "markdown",
73-
"metadata": {
74-
"id": "07gGBcxBgi8Y"
75-
},
76-
"source": [
77-
"### Enabling Telemetry\n",
78-
"\n",
79-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
80-
]
81-
},
82-
{
83-
"cell_type": "code",
84-
"execution_count": null,
85-
"metadata": {
86-
"id": "PtJZlNtkHZr-"
87-
},
88-
"outputs": [],
89-
"source": [
90-
"from haystack.telemetry import tutorial_running\n",
91-
"\n",
92-
"tutorial_running(31)"
93-
]
94-
},
9571
{
9672
"cell_type": "markdown",
9773
"metadata": {

tutorials/32_Classifying_Documents_and_Queries_by_Language.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,30 +71,6 @@
7171
"pip install langdetect"
7272
]
7373
},
74-
{
75-
"cell_type": "markdown",
76-
"metadata": {
77-
"id": "32oB-HJlGXmY"
78-
},
79-
"source": [
80-
"### Enabling Telemetry\n",
81-
"\n",
82-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
83-
]
84-
},
85-
{
86-
"cell_type": "code",
87-
"execution_count": null,
88-
"metadata": {
89-
"id": "Ubr7yVt6Gbnj"
90-
},
91-
"outputs": [],
92-
"source": [
93-
"from haystack.telemetry import tutorial_running\n",
94-
"\n",
95-
"tutorial_running(32)"
96-
]
97-
},
9874
{
9975
"cell_type": "markdown",
10076
"metadata": {

tutorials/33_Hybrid_Retrieval.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -67,30 +67,6 @@
6767
"pip install accelerate"
6868
]
6969
},
70-
{
71-
"cell_type": "markdown",
72-
"metadata": {
73-
"id": "CJBcPNbBlXQq"
74-
},
75-
"source": [
76-
"### Enabling Telemetry\n",
77-
"\n",
78-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry) for more details."
79-
]
80-
},
81-
{
82-
"cell_type": "code",
83-
"execution_count": null,
84-
"metadata": {
85-
"id": "lUbTGVo4lXQv"
86-
},
87-
"outputs": [],
88-
"source": [
89-
"from haystack.telemetry import tutorial_running\n",
90-
"\n",
91-
"tutorial_running(33)"
92-
]
93-
},
9470
{
9571
"cell_type": "markdown",
9672
"metadata": {

tutorials/34_Extractive_QA_Pipeline.ipynb

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -63,28 +63,6 @@
6363
"pip install haystack-ai accelerate \"sentence-transformers>=4.1.0\" \"datasets>=2.6.1\""
6464
]
6565
},
66-
{
67-
"cell_type": "markdown",
68-
"metadata": {
69-
"id": "bo6LztWXURaA"
70-
},
71-
"source": [
72-
"Knowing you’re using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
73-
]
74-
},
75-
{
76-
"cell_type": "code",
77-
"execution_count": null,
78-
"metadata": {
79-
"id": "y_btxLmYUUM9"
80-
},
81-
"outputs": [],
82-
"source": [
83-
"from haystack.telemetry import tutorial_running\n",
84-
"\n",
85-
"tutorial_running(34)"
86-
]
87-
},
8866
{
8967
"cell_type": "markdown",
9068
"metadata": {

tutorials/35_Evaluating_RAG_Pipelines.ipynb

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -95,30 +95,6 @@
9595
"pip install \"sentence-transformers>=4.1.0\""
9696
]
9797
},
98-
{
99-
"cell_type": "markdown",
100-
"metadata": {
101-
"id": "Wl_jYERtO-qa"
102-
},
103-
"source": [
104-
"### Enabling Telemetry\n",
105-
"\n",
106-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/enabling-telemetry) for more details."
107-
]
108-
},
109-
{
110-
"cell_type": "code",
111-
"execution_count": null,
112-
"metadata": {
113-
"id": "A76B4S49O-qa"
114-
},
115-
"outputs": [],
116-
"source": [
117-
"from haystack.telemetry import tutorial_running\n",
118-
"\n",
119-
"tutorial_running(35)"
120-
]
121-
},
12298
{
12399
"cell_type": "markdown",
124100
"metadata": {
@@ -1410,7 +1386,7 @@
14101386
}
14111387
],
14121388
"source": [
1413-
"results_df = evaluation_result.detailed_report(output_format='df')\n",
1389+
"results_df = evaluation_result.detailed_report(output_format=\"df\")\n",
14141390
"results_df"
14151391
]
14161392
},

tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,6 @@
7373
"pip install haystack-ai"
7474
]
7575
},
76-
{
77-
"cell_type": "markdown",
78-
"metadata": {
79-
"id": "WBkJ7d3hZkOJ"
80-
},
81-
"source": [
82-
"### Enable Telemetry\n",
83-
"\n",
84-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry) for more details."
85-
]
86-
},
87-
{
88-
"cell_type": "code",
89-
"execution_count": null,
90-
"metadata": {
91-
"id": "HvrOixzzZmMi"
92-
},
93-
"outputs": [],
94-
"source": [
95-
"from haystack.telemetry import tutorial_running\n",
96-
"\n",
97-
"tutorial_running(36)"
98-
]
99-
},
10076
{
10177
"cell_type": "markdown",
10278
"metadata": {

tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -70,30 +70,6 @@
7070
"pip install haystack-ai \"huggingface_hub>=0.23.0, <0.28.0\""
7171
]
7272
},
73-
{
74-
"cell_type": "markdown",
75-
"metadata": {
76-
"id": "3N_97P0OV9cx"
77-
},
78-
"source": [
79-
"### Enable Telemetry\n",
80-
"\n",
81-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry) for more details."
82-
]
83-
},
84-
{
85-
"cell_type": "code",
86-
"execution_count": null,
87-
"metadata": {
88-
"id": "BKilNUd8V_Uc"
89-
},
90-
"outputs": [],
91-
"source": [
92-
"from haystack.telemetry import tutorial_running\n",
93-
"\n",
94-
"tutorial_running(37)"
95-
]
96-
},
9773
{
9874
"cell_type": "markdown",
9975
"metadata": {

tutorials/39_Embedding_Metadata_for_Improved_Retrieval.ipynb

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,6 @@
5757
"pip install haystack-ai wikipedia sentence-transformers"
5858
]
5959
},
60-
{
61-
"cell_type": "markdown",
62-
"metadata": {},
63-
"source": [
64-
"### Enable Telemetry\n",
65-
"\n",
66-
"Knowing you're using this tutorial helps us decide where to invest our efforts to build a better product but you can always opt out by commenting the following line. See [Telemetry](https://docs.haystack.deepset.ai/docs/telemetry) for more details."
67-
]
68-
},
69-
{
70-
"cell_type": "code",
71-
"execution_count": null,
72-
"metadata": {},
73-
"outputs": [],
74-
"source": [
75-
"from haystack.telemetry import tutorial_running\n",
76-
"\n",
77-
"tutorial_running(39)"
78-
]
79-
},
8060
{
8161
"cell_type": "markdown",
8262
"metadata": {},

0 commit comments

Comments
 (0)