Spaces:
Sleeping
Sleeping
Update retrieval_parent.py
Browse files- retrieval_parent.py +1 -1
retrieval_parent.py
CHANGED
|
@@ -16,7 +16,7 @@ from embedding import EmbeddingClient
|
|
| 16 |
from langchain_core.documents import Document
|
| 17 |
|
| 18 |
# --- Configuration ---
|
| 19 |
-
HYDE_MODEL = "
|
| 20 |
RERANKER_MODEL = 'cross-encoder/ms-marco-MiniLM-L6-v2'
|
| 21 |
INITIAL_K_CANDIDATES = 20
|
| 22 |
TOP_K_CHUNKS = 10
|
|
|
|
| 16 |
from langchain_core.documents import Document
|
| 17 |
|
| 18 |
# --- Configuration ---
|
| 19 |
+
HYDE_MODEL = "llama-3.1-8b-instant"
|
| 20 |
RERANKER_MODEL = 'cross-encoder/ms-marco-MiniLM-L6-v2'
|
| 21 |
INITIAL_K_CANDIDATES = 20
|
| 22 |
TOP_K_CHUNKS = 10
|