pub fn get_embedding(conn: &Connection, id: &str) -> Result<Option<Vec<f32>>>
Load an embedding vector for a memory. Returns None if not set.