fix(ebook-search): code clean up to impove reliablty and readabilty

This commit is contained in:
2026-06-18 12:45:56 -04:00
parent 6ae1ff1f5c
commit 6bc30115d9
2 changed files with 11 additions and 14 deletions
+1 -1
View File
@@ -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