Expand description
Shared text extraction utilities for memory backends.
Functionsยง
- extract_
text - Extract all text parts from a
Contentinto a single string. - extract_
words - Tokenize text into a set of lowercase words for keyword matching.
- extract_
words_ from_ content - Extract and tokenize all text from a
Contentinto word set.