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