Annotation Type VectorStoreRecordVector

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int dimensions
      Number of dimensions in the vector.
    • Element Detail

      • dimensions

        int dimensions
        Number of dimensions in the vector.
        Returns:
        The number of dimensions in the vector.
      • storageName

        String storageName
        Storage name of the field.
        Returns:
        The storage name of the field.
        Default:
        ""
      • indexKind

        @Nullable
        IndexKind indexKind
        Type of index to be used for the vector.
        Returns:
        The type of index to be used for the vector.
        Default:
        com.microsoft.semantickernel.data.vectorstorage.definition.IndexKind.UNDEFINED
      • distanceFunction

        @Nullable
        DistanceFunction distanceFunction
        Distance function to be used for to compute the distance between vectors.
        Returns:
        The distance function to be used for to compute the distance between vectors.
        Default:
        com.microsoft.semantickernel.data.vectorstorage.definition.DistanceFunction.UNDEFINED