PercivalFletcher commited on
Commit
77d39e7
·
verified ·
1 Parent(s): d08ad4f

Update retrieval.py

Browse files
Files changed (1) hide show
  1. 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 = "llama3-8b-8192"
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