Embedding multiple prompts at one time.
List<List<double>> embedBatch(List<String> prompts) => _embed(prompts);