Spaces:
Sleeping
Sleeping
disable reranker, it hurts performance
Browse files
src/know_lang_bot/config.py
CHANGED
@@ -145,7 +145,7 @@ class DBConfig(BaseSettings):
|
|
145 |
|
146 |
class RerankerConfig(BaseSettings):
|
147 |
enabled: bool = Field(
|
148 |
-
default=
|
149 |
description="Enable reranking"
|
150 |
)
|
151 |
model_name: str = Field(
|
|
|
145 |
|
146 |
class RerankerConfig(BaseSettings):
|
147 |
enabled: bool = Field(
|
148 |
+
default=False,
|
149 |
description="Enable reranking"
|
150 |
)
|
151 |
model_name: str = Field(
|