Fix link in documentation

This commit is contained in:
brandenchan 2021-02-15 11:15:54 +01:00
parent 6798192d40
commit fe47e3a45e

View File

@ -9,7 +9,7 @@ id: "tutorial8md"
# Preprocessing # Preprocessing
[![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) [![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)
Haystack includes a suite of tools to extract text from different file types, normalize white space Haystack includes a suite of tools to extract text from different file types, normalize white space
and split text into smaller pieces to optimize retrieval. and split text into smaller pieces to optimize retrieval.