Uses of Class
com.microsoft.semantickernel.data.VectorStoreTextSearch.Builder
-
Packages that use VectorStoreTextSearch.Builder Package Description com.microsoft.semantickernel.data -
-
Uses of VectorStoreTextSearch.Builder in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data that return VectorStoreTextSearch.Builder Modifier and Type Method Description static <Record> VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch. builder()Create a new instance ofVectorStoreTextSearch.Builder.VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withOptions(VectorStoreTextSearchOptions options)Sets the options.VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withResultMapper(TextSearchResultMapper resultMapper)Sets the result mapper.VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withStringMapper(TextSearchStringMapper stringMapper)Sets the string mapper.VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withTextEmbeddingGenerationService(TextEmbeddingGenerationService textEmbeddingGenerationService)Sets the text embedding generation service.VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withVectorizedSearch(VectorizedSearch<Record> vectorizedSearch)Sets the vectorized search.
-