Skip to main content

Module keyword

Module keyword 

Source
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.