Uses of Class
com.microsoft.semantickernel.data.vectorsearch.VectorSearchFilter
-
-
Uses of VectorSearchFilter in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data with parameters of type VectorSearchFilter Modifier and Type Method Description static <Record> List<Record>VolatileVectorStoreCollectionSearchMapping. filterRecords(List<Record> records, VectorSearchFilter filter, VectorStoreRecordDefinition recordDefinition, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Filters the records based on the givenVectorSearchFilter. -
Uses of VectorSearchFilter in com.microsoft.semantickernel.data.filter
Methods in com.microsoft.semantickernel.data.filter with parameters of type VectorSearchFilter Modifier and Type Method Description StringFilterMapping. getFilter(VectorSearchFilter filter, VectorStoreRecordDefinition recordDefinition)Gets the filter string for the given vector search filter and record definition. -
Uses of VectorSearchFilter in com.microsoft.semantickernel.data.vectorsearch
Methods in com.microsoft.semantickernel.data.vectorsearch that return VectorSearchFilter Modifier and Type Method Description VectorSearchFilterVectorSearchFilter.Builder. build()Builds the VectorSearchFilter.static VectorSearchFilterVectorSearchFilter. createDefault()Creates a new instance of the VectorSearchFilter class. -
Uses of VectorSearchFilter in com.microsoft.semantickernel.data.vectorstorage.options
Methods in com.microsoft.semantickernel.data.vectorstorage.options that return VectorSearchFilter Modifier and Type Method Description VectorSearchFilterVectorSearchOptions. getVectorSearchFilter()Gets the vector search filter.Methods in com.microsoft.semantickernel.data.vectorstorage.options with parameters of type VectorSearchFilter Modifier and Type Method Description VectorSearchOptions.BuilderVectorSearchOptions.Builder. withVectorSearchFilter(VectorSearchFilter vectorSearchFilter)Sets the vector search filter.Constructors in com.microsoft.semantickernel.data.vectorstorage.options with parameters of type VectorSearchFilter Constructor Description VectorSearchOptions(VectorSearchFilter vectorSearchFilter, String vectorFieldName, int top, int skip, boolean includeVectors, boolean includeTotalCount)Creates a new instance of the VectorSearchOptions class.
-