feat(ebook): implement phrase matching functionality and UI enhancements

This commit is contained in:
2026-07-12 17:49:52 -04:00
parent ff0013c617
commit d03daeb66d
9 changed files with 151 additions and 13 deletions
+1
View File
@@ -89,6 +89,7 @@ class EbookSearchConfig(BaseSettings):
protected_phrase_max_candidates_per_book: int = 5000
protected_phrase_llm_candidates_per_book: int = 500
protected_phrase_confidence_threshold: float = 0.80
phrase_matching_enabled: bool = True
phrase_hit_boost: float = 0.25
phrase_min_tokens: int = 2
phrase_max_tokens: int = 5