Uses of Class
com.microsoft.semantickernel.data.vectorstorage.options.VectorSearchOptions
-
Packages that use VectorSearchOptions Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorsearch com.microsoft.semantickernel.data.vectorstorage.options -
-
Uses of VectorSearchOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type VectorSearchOptions Modifier and Type Method Description reactor.core.publisher.Mono<VectorSearchResults<Record>>VolatileVectorStoreRecordCollection. searchAsync(List<Float> vector, VectorSearchOptions options)Vectorized search. -
Uses of VectorSearchOptions in com.microsoft.semantickernel.data.vectorsearch
Methods in com.microsoft.semantickernel.data.vectorsearch with parameters of type VectorSearchOptions Modifier and Type Method Description static <Record> List<VectorSearchResult<Record>>VectorOperations. exactSimilaritySearch(List<Record> records, List<Float> vector, VectorStoreRecordVectorField vectorField, DistanceFunction distanceFunction, VectorSearchOptions options)Performs an exact similarity search on a list of records using a vector field.reactor.core.publisher.Mono<VectorSearchResults<Record>>VectorizableTextSearch. searchAsync(String searchText, VectorSearchOptions options)Vectorizable text search.reactor.core.publisher.Mono<VectorSearchResults<Record>>VectorizedSearch. searchAsync(List<Float> vector, VectorSearchOptions options)Vectorized search. -
Uses of VectorSearchOptions in com.microsoft.semantickernel.data.vectorstorage.options
Methods in com.microsoft.semantickernel.data.vectorstorage.options that return VectorSearchOptions Modifier and Type Method Description VectorSearchOptionsVectorSearchOptions.Builder. build()Builds a new instance of the VectorSearchOptions class.static VectorSearchOptionsVectorSearchOptions. createDefault(String vectorFieldName)Creates a new instance of the VectorSearchOptions class with default values.
-