Fix image in README

This commit is contained in:
Branden Chan 2021-02-16 17:05:15 +01:00 committed by GitHub
parent e0be5639ef
commit a6a3b74199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ haystack-api_1 | [2021-01-01 10:21:58 +0000] [17] [INFO] Application startup c
You should see the following:
<img src="https://raw.githubusercontent.com/deepset/haystack/revamp_readme/docs/_src/img/streamlit_ui_screenshot.png"/>
![image](https://github.com/deepset-ai/haystack/blob/master/docs/_src/img/streamlit_ui_screenshot.png)
You can then try different queries against a pre-defined set of indexed articles related to Game of Thrones.
@ -152,7 +152,7 @@ On Windows you might need:
## Key Components
![image](https://github.com/deepset-ai/haystack/blob/master/docs/_src/img/streamlit_ui_screenshot.png)
![image](https://raw.githubusercontent.com/deepset-ai/haystack/master/docs/_src/img/concepts_haystack_handdrawn.png)
1. **FileConverter**: Extracts pure text from files (pdf, docx, pptx, html and many more).
2. **PreProcessor**: Cleans and splits texts into smaller chunks.