embed abstract method

Future<List<List<double>>> embed(
  1. List<String> input
)

Generate embeddings for the given input texts

input - List of strings to generate embeddings for

Returns a list of embedding vectors or throws an LLMError

Implementation

Future<List<List<double>>> embed(List<String> input);