Fix link in Tutorial 8

This commit is contained in:
brandenchan 2021-02-15 10:45:27 +01:00
parent 5bd94ac5f7
commit 03cda26d85

View File

@ -5,7 +5,7 @@
"source": [ "source": [
"# Preprocessing\n", "# Preprocessing\n",
"\n", "\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial9_DPR_training.ipynb)\n", "[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepset-ai/haystack/blob/master/tutorials/Tutorial8_Preprocessing.ipynb)\n",
"\n", "\n",
"Haystack includes a suite of tools to extract text from different file types, normalize white space\n", "Haystack includes a suite of tools to extract text from different file types, normalize white space\n",
"and split text into smaller pieces to optimize retrieval.\n", "and split text into smaller pieces to optimize retrieval.\n",