PercivalFletcher commited on
Commit
60a0d93
·
verified ·
1 Parent(s): d4b4587

Update retrieval_parent.py

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