fix(ebook-search): code clean up to impove reliablty and readabilty
This commit is contained in:
@@ -42,7 +42,7 @@ class RerankConfig(BaseSettings):
|
||||
|
||||
model_config = SettingsConfigDict(env_prefix="EBOOK_SEARCH_RERANK_", frozen=True, protected_namespaces=())
|
||||
|
||||
enabled: bool = False
|
||||
enabled: bool = True
|
||||
base_url: str = "http://192.168.90.25:8001"
|
||||
model: str = "qwen3-reranker-06b"
|
||||
candidates: int = 24
|
||||
|
||||
Reference in New Issue
Block a user