embedBatch method

List<List<double>> embedBatch(
  1. List<String> prompts
)

Embedding multiple prompts at one time.

Implementation

List<List<double>> embedBatch(List<String> prompts) => _embed(prompts);