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/interfaces inherited from interface com.microsoft.semantickernel.ai.embeddings.EmbeddingGeneration
EmbeddingGeneration.Builder<TValue>
-
-
Method Summary
-
Methods inherited from interface com.microsoft.semantickernel.ai.embeddings.EmbeddingGeneration
generateEmbeddingsAsync
-
-