Uses of Interface
com.microsoft.semantickernel.ai.embeddings.EmbeddingGeneration
-
Packages that use EmbeddingGeneration Package Description com.microsoft.semantickernel.ai.embeddings com.microsoft.semantickernel.memory -
-
Uses of EmbeddingGeneration in com.microsoft.semantickernel.ai.embeddings
Classes in com.microsoft.semantickernel.ai.embeddings with type parameters of type EmbeddingGeneration Modifier and Type Interface Description static interfaceEmbeddingGeneration.Builder<T,E extends EmbeddingGeneration<T>>Subinterfaces of EmbeddingGeneration in com.microsoft.semantickernel.ai.embeddings Modifier and Type Interface Description interfaceTextEmbeddingGenerationInterface for text embedding generation services -
Uses of EmbeddingGeneration in com.microsoft.semantickernel.memory
Methods in com.microsoft.semantickernel.memory with parameters of type EmbeddingGeneration Modifier and Type Method Description SemanticTextMemory.BuilderSemanticTextMemory.Builder. withEmbeddingGenerator(EmbeddingGeneration<String> embeddingGenerator)
-