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