pub fn is_embeddable(text: &str) -> bool
Whether an event’s text is worth embedding. Skips empties and very short boilerplate (e.g. the [open] marker) that carry no retrievable meaning.
[open]