lfoppiano commited on
Commit
47ed2dc
1 Parent(s): e31be49

add screenshot

Browse files
Files changed (2) hide show
  1. README.md +2 -0
  2. docs/images/screenshot1.png +0 -0
README.md CHANGED
@@ -13,6 +13,8 @@ Differently to most of the project, we focus on scientific articles and we are u
13
  - Upload a scientific article as PDF document. You will see a spinner or loading indicator while the processing is in progress.
14
  - Once the spinner stops, you can proceed to ask your questions
15
 
 
 
16
  ### Query mode (LLm vs Embeddings)
17
  By default, the mode is set to LLM (Language Model) which enables question/answering. You can directly ask questions related to the document content, and the system will answer the question using content from the document.
18
  If you switch the mode to "Embedding," the system will return specific chunks from the document that are semantically related to your query. This mode helps to test why sometimes the answers are not satisfying or incomplete.
 
13
  - Upload a scientific article as PDF document. You will see a spinner or loading indicator while the processing is in progress.
14
  - Once the spinner stops, you can proceed to ask your questions
15
 
16
+ ![screenshot1.png](docs%2Fimages%2Fscreenshot1.png)
17
+
18
  ### Query mode (LLm vs Embeddings)
19
  By default, the mode is set to LLM (Language Model) which enables question/answering. You can directly ask questions related to the document content, and the system will answer the question using content from the document.
20
  If you switch the mode to "Embedding," the system will return specific chunks from the document that are semantically related to your query. This mode helps to test why sometimes the answers are not satisfying or incomplete.
docs/images/screenshot1.png ADDED