Update concept image

This commit is contained in:
Malte Pietsch 2020-11-07 08:44:09 +01:00 committed by GitHub
parent ea0fd405d8
commit 2b352d6ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.