diff --git a/homelab-ai-bot/tools/rag.py b/homelab-ai-bot/tools/rag.py index 768cefe4..34442acc 100644 --- a/homelab-ai-bot/tools/rag.py +++ b/homelab-ai-bot/tools/rag.py @@ -260,7 +260,8 @@ def _is_wide_recall_query(q: str) -> bool: "jaehrlich", ) ) - return costish and broad + if costish and broad: + return True # Immobilien / Wohnungen / Kambodscha if any(x in ql for x in ("wohnung", "immobilie", "condo", "apartment", "grundstück", "grundstueck")):