From 2b352d6ac4af9fe129d8e8798deb6712d4c044b5 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Sat, 7 Nov 2020 08:44:09 +0100 Subject: [PATCH] Update concept image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec3005468..1ae0fbc48 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ pip install farm-haystack -f https://download.pytorch.org/whl/torch_stable.html ## Key Components -![image](https://raw.githubusercontent.com/deepset-ai/haystack/master/docs/_src/img/sketched_concepts_white.png) +![image](https://raw.githubusercontent.com/deepset-ai/haystack/master/docs/_src/img/concepts_haystack_v2.png) 1. **FileConverter**: Extracts pure text from files (pdf, docx, pptx, html and many more). 2. **PreProcessor**: Cleans and splits texts into smaller chunks.