pub fn upsert_chunk_vec( conn: &Connection, _rowid: i64, memory_id: i64, chunk_idx: i32, embedding: &[f32], ) -> Result<(), AppError>