Uses of Class
com.microsoft.semantickernel.data.vectorstorage.definition.IndexKind
-
Packages that use IndexKind Package Description com.microsoft.semantickernel.data.vectorstorage.annotations com.microsoft.semantickernel.data.vectorstorage.definition -
-
Uses of IndexKind in com.microsoft.semantickernel.data.vectorstorage.annotations
Methods in com.microsoft.semantickernel.data.vectorstorage.annotations that return IndexKind Modifier and Type Method Description IndexKindindexKind()Type of index to be used for the vector. -
Uses of IndexKind in com.microsoft.semantickernel.data.vectorstorage.definition
Methods in com.microsoft.semantickernel.data.vectorstorage.definition that return IndexKind Modifier and Type Method Description IndexKindVectorStoreRecordVectorField. getIndexKind()Gets the index kind.static IndexKindIndexKind. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexKind[]IndexKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.data.vectorstorage.definition with parameters of type IndexKind Modifier and Type Method Description VectorStoreRecordVectorField.BuilderVectorStoreRecordVectorField.Builder. withIndexKind(IndexKind indexKind)Sets the index kind.Constructors in com.microsoft.semantickernel.data.vectorstorage.definition with parameters of type IndexKind Constructor Description VectorStoreRecordVectorField(String name, String storageName, Class<?> fieldType, int dimensions, IndexKind indexKind, DistanceFunction distanceFunction)Creates a new instance of the VectorStoreRecordVectorField class.
-