Interface TextEmbeddingGeneration
-
- All Superinterfaces:
AIService,Buildable,EmbeddingGeneration<String>
public interface TextEmbeddingGeneration extends EmbeddingGeneration<String>, AIService
Interface for text embedding generation services
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTextEmbeddingGeneration.Builder
-
Method Summary
-
Methods inherited from interface com.microsoft.semantickernel.ai.embeddings.EmbeddingGeneration
generateEmbeddingsAsync
-
-