Uses of Class
com.microsoft.semantickernel.data.vectorsearch.VectorSearchResults
-
Packages that use VectorSearchResults Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorsearch -
-
Uses of VectorSearchResults in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data that return types with arguments of type VectorSearchResults Modifier and Type Method Description reactor.core.publisher.Mono<VectorSearchResults<Record>>VolatileVectorStoreRecordCollection. searchAsync(List<Float> vector, VectorSearchOptions options)Vectorized search. -
Uses of VectorSearchResults in com.microsoft.semantickernel.data.vectorsearch
Methods in com.microsoft.semantickernel.data.vectorsearch that return types with arguments of type VectorSearchResults Modifier and Type Method Description 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.
-