Spaces:
Running
Running
Luca Foppiano
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,7 @@ license: apache-2.0
|
|
| 14 |
|
| 15 |
**Work in progress** :construction_worker:
|
| 16 |
|
| 17 |
-
<img
|
| 18 |
-
|
| 19 |
|
| 20 |
## Introduction
|
| 21 |
|
|
@@ -28,6 +27,8 @@ Additionally, this frontend provides the visualisation of named entities on LLM
|
|
| 28 |
|
| 29 |
The conversation is kept in memory up by a buffered sliding window memory (top 4 more recent messages) and the messages are injected in the context as "previous messages".
|
| 30 |
|
|
|
|
|
|
|
| 31 |
**Demos**:
|
| 32 |
- (stable version): https://lfoppiano-document-qa.hf.space/
|
| 33 |
- (unstable version): https://document-insights.streamlit.app/
|
|
|
|
| 14 |
|
| 15 |
**Work in progress** :construction_worker:
|
| 16 |
|
| 17 |
+
<img src="https://github.com/lfoppiano/document-qa/assets/15426/f0a04a86-96b3-406e-8303-904b93f00015" width=300 align="right" />
|
|
|
|
| 18 |
|
| 19 |
## Introduction
|
| 20 |
|
|
|
|
| 27 |
|
| 28 |
The conversation is kept in memory up by a buffered sliding window memory (top 4 more recent messages) and the messages are injected in the context as "previous messages".
|
| 29 |
|
| 30 |
+
(The image on the right was generated with https://huggingface.co/spaces/stabilityai/stable-diffusion)
|
| 31 |
+
|
| 32 |
**Demos**:
|
| 33 |
- (stable version): https://lfoppiano-document-qa.hf.space/
|
| 34 |
- (unstable version): https://document-insights.streamlit.app/
|