Skip to main content

extract_keywords_hybrid

Function extract_keywords_hybrid 

Source
pub async fn extract_keywords_hybrid(
    context: &str,
    _fast_provider: Option<&dyn Provider>,
) -> Vec<String>
Expand description

Extract keywords using hybrid approach (rule-based only now, AI removed). DEPRECATED: This function now just calls extract_context_keywords. Use extract_context_keywords directly for clarity.