writeln('Rebuilding vector index...'); $this->builder->rebuildFromNdjson(); $output->writeln('Done.'); return Command::SUCCESS; } }