PercivalFletcher commited on
Commit
72797f5
·
verified ·
1 Parent(s): 59c2532

Update something.py

Browse files
Files changed (1) hide show
  1. 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 = 'cross-encoder/ms-marco-MiniLM-L6-v2'
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