Uses of Class
com.microsoft.semantickernel.data.VectorStoreTextSearchOptions
-
Packages that use VectorStoreTextSearchOptions Package Description com.microsoft.semantickernel.data -
-
Uses of VectorStoreTextSearchOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type VectorStoreTextSearchOptions Modifier and Type Method Description VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withOptions(VectorStoreTextSearchOptions options)Sets the options.Constructors in com.microsoft.semantickernel.data with parameters of type VectorStoreTextSearchOptions 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.
-