pub fn prepare_item_text( key: &str, value: &str, category: Option<&str>, ) -> String
Prepare text for embedding by concatenating key and value.
Creates a searchable representation of a context item.