Skip to main content

detect_memories_fallback

Function detect_memories_fallback 

Source
pub fn detect_memories_fallback(
    text: &str,
    session_id: Option<&str>,
) -> Vec<MemoryEntry>
Expand description

Detect potential memory entries from conversation content. This is the fallback method using rule-based detection (no AI). For AI-based extraction, use AiMemoryExtractor.