com.gc.easy.redis.vector.DistanceMetric Maven / Gradle / Ivy
The newest version!
package com.gc.easy.redis.vector;
public enum DistanceMetric {
COSINE,
L2,
LNORM
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy