Interface EmbeddingGenerationService<TValue>
-
- All Superinterfaces:
AIService
- All Known Subinterfaces:
TextEmbeddingGenerationService
public interface EmbeddingGenerationService<TValue> extends AIService
Interface for text embedding generation services
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description reactor.core.publisher.Mono<List<Embedding>>generateEmbeddingsAsync(List<TValue> data)Generates a list of embeddings associated to the data-
Methods inherited from interface com.microsoft.semantickernel.services.AIService
getModelId, getServiceId
-
-