embed abstract method
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);
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
Future<List<List<double>>> embed(List<String> input);