jchen8000 commited on
Commit
8df017e
·
verified ·
1 Parent(s): b926bbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -30,9 +30,11 @@ desc = """
30
  It works by first retrieving relevant documents from an external knowledge source (like PDF files) and then using a LLM model to produce responses based on both the input query and the retrieved content. 
31
  This method enhances factual correctness and allows the model to access up-to-date or domain-specific information without retraining.
32
 
33
- Click the button below to load a **User Guide** and an **Installation Guide** for a smoke alarm device into the vector database.
34
  Once you see the message *"PDF indexed successfully!"*, go to the **Chatbot** tab to ask any relevant questions about the device.
35
 
 
 
36
  """
37
 
38
  sample_button = "Load User Guide and Installation Guide documents"
 
30
  It works by first retrieving relevant documents from an external knowledge source (like PDF files) and then using a LLM model to produce responses based on both the input query and the retrieved content. 
31
  This method enhances factual correctness and allows the model to access up-to-date or domain-specific information without retraining.
32
 
33
+ Click the button below to load a **User Guide** and an **Installation Guide** for a smoke alarm device into the vector database. It could take a couple of minutes to process.
34
  Once you see the message *"PDF indexed successfully!"*, go to the **Chatbot** tab to ask any relevant questions about the device.
35
 
36
+ You can change the LLM models in the **Additional Inputs** at the bottom of the **Chatbot** tab, you can also adjust the LLM parameters there.
37
+
38
  """
39
 
40
  sample_button = "Load User Guide and Installation Guide documents"