Spaces:
Sleeping
Sleeping
Update something.py
Browse files- something.py +1 -1
something.py
CHANGED
|
@@ -18,7 +18,7 @@ from langchain_core.documents import Document
|
|
| 18 |
|
| 19 |
# --- Configuration ---
|
| 20 |
GENERATION_MODEL = "llama-3.1-8b-instant"
|
| 21 |
-
RERANKER_MODEL = '
|
| 22 |
INITIAL_K_CANDIDATES = 20
|
| 23 |
TOP_K_CHUNKS = 10
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
# --- Configuration ---
|
| 20 |
GENERATION_MODEL = "llama-3.1-8b-instant"
|
| 21 |
+
RERANKER_MODEL = 'BAAI/bge-reranker-base'
|
| 22 |
INITIAL_K_CANDIDATES = 20
|
| 23 |
TOP_K_CHUNKS = 10
|
| 24 |
|