Uses of Class
com.microsoft.semantickernel.data.vectorstorage.definition.VectorStoreRecordDefinition
-
-
Uses of VectorStoreRecordDefinition in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data that return VectorStoreRecordDefinition Modifier and Type Method Description VectorStoreRecordDefinitionVolatileVectorStoreRecordCollectionOptions. getRecordDefinition()Gets the record definition.Methods in com.microsoft.semantickernel.data with parameters of type VectorStoreRecordDefinition 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.VolatileVectorStoreRecordCollectionOptions.Builder<Record>VolatileVectorStoreRecordCollectionOptions.Builder. withRecordDefinition(VectorStoreRecordDefinition recordDefinition)Sets the record definition.Constructors in com.microsoft.semantickernel.data with parameters of type VectorStoreRecordDefinition Constructor Description VolatileVectorStoreRecordCollectionOptions(Class<Record> recordClass, VectorStoreRecordDefinition recordDefinition, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Creates a new instance of the Volatile vector store record collection options. -
Uses of VectorStoreRecordDefinition in com.microsoft.semantickernel.data.filter
Methods in com.microsoft.semantickernel.data.filter with parameters of type VectorStoreRecordDefinition 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 VectorStoreRecordDefinition in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage that return VectorStoreRecordDefinition Modifier and Type Method Description VectorStoreRecordDefinitionVectorStoreRecordCollectionOptions. getRecordDefinition()Gets the record definition. -
Uses of VectorStoreRecordDefinition in com.microsoft.semantickernel.data.vectorstorage.definition
Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return VectorStoreRecordDefinition Modifier and Type Method Description static VectorStoreRecordDefinitionVectorStoreRecordDefinition. fromFields(List<VectorStoreRecordField> fields)Create a VectorStoreRecordDefinition from a collection of fields.static VectorStoreRecordDefinitionVectorStoreRecordDefinition. fromRecordClass(Class<?> recordClass)Create a VectorStoreRecordDefinition from a model.
-