Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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(
|