Uses of Interface
com.microsoft.semantickernel.services.textembedding.TextEmbeddingGenerationService
-
Packages that use TextEmbeddingGenerationService Package Description com.microsoft.semantickernel.data -
-
Uses of TextEmbeddingGenerationService in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type TextEmbeddingGenerationService Modifier and Type Method Description VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withTextEmbeddingGenerationService(TextEmbeddingGenerationService textEmbeddingGenerationService)Sets the text embedding generation service.Constructors in com.microsoft.semantickernel.data with parameters of type TextEmbeddingGenerationService Constructor Description VectorStoreTextSearch(VectorizedSearch<Record> vectorizedSearch, TextEmbeddingGenerationService textEmbeddingGenerationService, TextSearchStringMapper stringMapper, TextSearchResultMapper resultMapper, VectorStoreTextSearchOptions options)Create a new instance of VectorStoreTextSearch withVectorizedSearchto perform vectorized search andTextEmbeddingGenerationServiceto generate text embeddings.
-