Uses of Class
com.microsoft.semantickernel.data.vectorsearch.VectorSearchResult
-
Packages that use VectorSearchResult Package Description com.microsoft.semantickernel.data.vectorsearch -
-
Uses of VectorSearchResult in com.microsoft.semantickernel.data.vectorsearch
Methods in com.microsoft.semantickernel.data.vectorsearch that return types with arguments of type VectorSearchResult 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.List<VectorSearchResult<Record>>VectorSearchResults. getResults()Gets the search results.Constructor parameters in com.microsoft.semantickernel.data.vectorsearch with type arguments of type VectorSearchResult Constructor Description VectorSearchResults(List<VectorSearchResult<Record>> results)Creates a new instance of the VectorSearchResults class.VectorSearchResults(List<VectorSearchResult<Record>> results, long totalCount, Map<String,Object> metadata)Creates a new instance of the VectorSearchResults class.
-