Interface EmbeddingGeneration<TValue>
-
- All Known Subinterfaces:
TextEmbeddingGeneration
public interface EmbeddingGeneration<TValue> extends AIService, Buildable
Interface for text embedding generation services
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEmbeddingGeneration.Builder<T,E extends EmbeddingGeneration<T>>
-
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
-