Skip to content

Remove telemetry cells #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions tutorials/27_First_RAG_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@
"pip install \"sentence-transformers>=3.0.0\""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Wl_jYERtO-qa"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"id": "A76B4S49O-qa"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(27)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
33 changes: 0 additions & 33 deletions tutorials/28_Structured_Output_With_Loop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,39 +73,6 @@
"pip install colorama"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "nTA5fdvCLMKD"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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)."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {
"id": "Apay3QSQLKdM"
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/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",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(28)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
24 changes: 0 additions & 24 deletions tutorials/29_Serializing_Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@
"pip install haystack-ai"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "MhnSGxXWHNsD"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "ikIM1o9cHNcS"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(29)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
33 changes: 0 additions & 33 deletions tutorials/30_File_Type_Preprocessing_Index_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,39 +76,6 @@
"pip install gdown"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "HnXumz7EarJx"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"id": "CkvJIU7FmDf9"
},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"/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",
" from .autonotebook import tqdm as notebook_tqdm\n"
]
}
],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(30)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
24 changes: 0 additions & 24 deletions tutorials/31_Metadata_Filtering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,30 +68,6 @@
"pip install haystack-ai"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "07gGBcxBgi8Y"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "PtJZlNtkHZr-"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(31)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,30 +71,6 @@
"pip install langdetect"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "32oB-HJlGXmY"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "Ubr7yVt6Gbnj"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(32)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
24 changes: 0 additions & 24 deletions tutorials/33_Hybrid_Retrieval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,30 +67,6 @@
"pip install accelerate"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "CJBcPNbBlXQq"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "lUbTGVo4lXQv"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(33)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
22 changes: 0 additions & 22 deletions tutorials/34_Extractive_QA_Pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,28 +63,6 @@
"pip install haystack-ai accelerate \"sentence-transformers>=3.0.0\" \"datasets>=2.6.1\""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "bo6LztWXURaA"
},
"source": [
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "y_btxLmYUUM9"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(34)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
26 changes: 1 addition & 25 deletions tutorials/35_Evaluating_RAG_Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -95,30 +95,6 @@
"pip install \"sentence-transformers>=3.0.0\""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "Wl_jYERtO-qa"
},
"source": [
"### Enabling Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "A76B4S49O-qa"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(35)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -1410,7 +1386,7 @@
}
],
"source": [
"results_df = evaluation_result.detailed_report(output_format='df')\n",
"results_df = evaluation_result.detailed_report(output_format=\"df\")\n",
"results_df"
]
},
Expand Down
24 changes: 0 additions & 24 deletions tutorials/36_Building_Fallbacks_with_Conditional_Routing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,30 +73,6 @@
"pip install haystack-ai"
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "WBkJ7d3hZkOJ"
},
"source": [
"### Enable Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "HvrOixzzZmMi"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(36)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
24 changes: 0 additions & 24 deletions tutorials/37_Simplifying_Pipeline_Inputs_with_Multiplexer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,30 +70,6 @@
"pip install haystack-ai \"huggingface_hub>=0.23.0, <0.28.0\""
]
},
{
"cell_type": "markdown",
"metadata": {
"id": "3N_97P0OV9cx"
},
"source": [
"### Enable Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "BKilNUd8V_Uc"
},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(37)"
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down
20 changes: 0 additions & 20 deletions tutorials/39_Embedding_Metadata_for_Improved_Retrieval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,6 @@
"pip install haystack-ai wikipedia sentence-transformers"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Enable Telemetry\n",
"\n",
"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."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from haystack.telemetry import tutorial_running\n",
"\n",
"tutorial_running(39)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
Loading
Loading