We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14daf4f commit d77fb85Copy full SHA for d77fb85
core/settings.py
@@ -616,4 +616,5 @@
616
if ENV not in ['ci', 'demo']:
617
LM_MODEL_NAME = 'all-MiniLM-L6-v2'
618
LM = SentenceTransformer(LM_MODEL_NAME)
619
- ENCODER = CrossEncoder("BAAI/bge-reranker-v2-m3", device="cpu")
+ if ENV not in ['qa']:
620
+ ENCODER = CrossEncoder("BAAI/bge-reranker-v2-m3", device="cpu")
0 commit comments