Uses of Interface
com.microsoft.semantickernel.ai.embeddings.TextEmbeddingGeneration
-
Packages that use TextEmbeddingGeneration Package Description com.microsoft.semantickernel -
-
Uses of TextEmbeddingGeneration in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel with parameters of type TextEmbeddingGeneration Modifier and Type Method Description Kernel.BuilderKernel.Builder. withMemoryStorageAndTextEmbeddingGeneration(MemoryStore storage, TextEmbeddingGeneration embeddingGenerator)Add memory storage and an embedding generator to the kernel to be built.
-