Uses of Interface
com.microsoft.semantickernel.data.vectorsearch.VectorizedSearch
-
Packages that use VectorizedSearch Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage -
-
Uses of VectorizedSearch in com.microsoft.semantickernel.data
Classes in com.microsoft.semantickernel.data that implement VectorizedSearch Modifier and Type Class Description classVolatileVectorStoreRecordCollection<Record>Represents a volatile vector store record collection.Methods in com.microsoft.semantickernel.data with parameters of type VectorizedSearch Modifier and Type Method Description VectorStoreTextSearch.Builder<Record>VectorStoreTextSearch.Builder. withVectorizedSearch(VectorizedSearch<Record> vectorizedSearch)Sets the vectorized search.Constructors in com.microsoft.semantickernel.data with parameters of type VectorizedSearch 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 VectorizedSearch in com.microsoft.semantickernel.data.vectorstorage
Subinterfaces of VectorizedSearch in com.microsoft.semantickernel.data.vectorstorage Modifier and Type Interface Description interfaceVectorStoreRecordCollection<Key,Record>Represents a collection of records in a vector store.
-