All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.langchain4j.qdrant.Distance Maven / Gradle / Ivy

There is a newer version: 0.23.0.CR2
Show newest version
package io.quarkiverse.langchain4j.qdrant;

public enum Distance {
    UnknownDistance,
    Cosine,
    Euclid,
    Dot,
    Manhattan,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy