pub fn create_section_memory( conn: &Connection, title: &str, content: &str, parent_id: Option<i64>, level: i32, workspace: Option<&str>, ) -> Result<Memory>
Create a section memory (for document structure)