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

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

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

import java.util.OptionalInt;

record QdrantDevServiceCfg(
        boolean devServicesEnabled,
        OptionalInt fixedPort,
        String imageName,
        String serviceName,
        boolean shared,
        QdrantVectorCfg vectorCfg) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy