run(); if (!$process->isSuccessful()) { throw new \Exception('Embedding generation failed'); } return json_decode($process->getOutput(), true); } }