ccm commited on
Commit
b927386
·
verified ·
1 Parent(s): dc294fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ EMBEDDING_MODEL_NAME = "all-MiniLM-L12-v2"
21
  LLM_MODEL_NAME = "Qwen/Qwen2.5-7B-Instruct"
22
 
23
  # The number of publications to retrieve
24
- PUBLICATIONS_TO_RETRIEVE = 5
25
 
26
 
27
  def embedding(
 
21
  LLM_MODEL_NAME = "Qwen/Qwen2.5-7B-Instruct"
22
 
23
  # The number of publications to retrieve
24
+ PUBLICATIONS_TO_RETRIEVE = 10
25
 
26
 
27
  def embedding(