Expand description
Keyword-based search intent detection.
This module provides fast, pattern-based intent detection using regex signals. Detection typically completes in under 10ms.
Functionsยง
- calculate_
confidence ๐ - Calculates confidence score based on matched signals and prompt characteristics.
- detect_
search_ intent - Detects search intent from a user prompt using keyword pattern matching.
- determine_
primary_ ๐intent - Determines the primary intent type from matched signals.
- extract_
topics - Extracts topics from a prompt.