Expand description
Hybrid and timeout-aware search intent detection.
This module combines keyword and LLM detection for optimal accuracy while maintaining responsive performance through configurable timeouts.
Functionsยง
- detect_
search_ intent_ hybrid - Detects search intent using hybrid keyword + LLM detection.
- detect_
search_ intent_ with_ timeout - Detects search intent with LLM classification and timeout.
- merge_
intent_ ๐results - Merges keyword and LLM intent results.
- run_
llm_ ๐with_ timeout - Runs LLM classification with a timeout (CHAOS-H3).