Uses of Interface
com.microsoft.semantickernel.data.textsearch.TextSearchStringMapper
-
Packages that use TextSearchStringMapper Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.textsearch -
-
Uses of TextSearchStringMapper in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type TextSearchStringMapper Modifier and Type Method Description VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withStringMapper(TextSearchStringMapper stringMapper)Sets the string mapper.Constructors in com.microsoft.semantickernel.data with parameters of type TextSearchStringMapper 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. -
Uses of TextSearchStringMapper in com.microsoft.semantickernel.data.textsearch
Classes in com.microsoft.semantickernel.data.textsearch that implement TextSearchStringMapper Modifier and Type Class Description classDefaultTextSearchStringMapperDefault implementation ofTextSearchStringMapper.
-