Spaces:
Running
Running
Luca Foppiano
commited on
Commit
•
56b264d
1
Parent(s):
18733dd
Add embedded youtube video
Browse files
README.md
CHANGED
@@ -33,12 +33,17 @@ The conversation is kept in memory by a buffered sliding window memory (top 4 mo
|
|
33 |
- (stable version): https://lfoppiano-document-qa.hf.space/
|
34 |
- (unstable version): https://document-insights.streamlit.app/
|
35 |
|
|
|
|
|
|
|
|
|
|
|
36 |
## Getting started
|
37 |
|
38 |
- Select the model+embedding combination you want to use
|
39 |
-
-
|
40 |
- Upload a scientific article as a PDF document. You will see a spinner or loading indicator while the processing is in progress.
|
41 |
-
- Once the spinner
|
42 |
|
43 |
![screenshot2.png](docs%2Fimages%2Fscreenshot2.png)
|
44 |
|
|
|
33 |
- (stable version): https://lfoppiano-document-qa.hf.space/
|
34 |
- (unstable version): https://document-insights.streamlit.app/
|
35 |
|
36 |
+
|
37 |
+
|
38 |
+
[<img src="https://img.youtube.com/vi/M4UaYs5WKGs/hqdefault.jpg" height="300" align="right"
|
39 |
+
/>](https://www.youtube.com/embed/M4UaYs5WKGs)
|
40 |
+
|
41 |
## Getting started
|
42 |
|
43 |
- Select the model+embedding combination you want to use
|
44 |
+
- If using OpenAI, enter your API Key ([Open AI](https://platform.openai.com/account/api-keys)~~ or [Huggingface](https://huggingface.co/docs/hub/security-tokens))~~.
|
45 |
- Upload a scientific article as a PDF document. You will see a spinner or loading indicator while the processing is in progress.
|
46 |
+
- Once the spinner disappears, you can proceed to ask your questions
|
47 |
|
48 |
![screenshot2.png](docs%2Fimages%2Fscreenshot2.png)
|
49 |
|