ccm commited on
Commit
7328e86
·
verified ·
1 Parent(s): df3440e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ GREETING = (
17
  # Constants
18
  EMBEDDING_MODEL_NAME = "all-MiniLM-L12-v2"
19
  LLM_MODEL_NAME = "Qwen/Qwen2.5-0.5B-Instruct"
20
- PUBLICATIONS_TO_RETRIEVE = 10
21
 
22
 
23
  def embedding(
 
17
  # Constants
18
  EMBEDDING_MODEL_NAME = "all-MiniLM-L12-v2"
19
  LLM_MODEL_NAME = "Qwen/Qwen2.5-0.5B-Instruct"
20
+ PUBLICATIONS_TO_RETRIEVE = 3
21
 
22
 
23
  def embedding(