Interface QdrantBuildConfig.DevServicesConfig

Enclosing interface:
QdrantBuildConfig

public static interface QdrantBuildConfig.DevServicesConfig
  • Method Details

    • enabled

      @WithDefault("true") boolean enabled()
      Whether Dev Services for Qdrant are enabled or not.
    • qdrantImageName

      @WithDefault("docker.io/qdrant/qdrant:v1.8.3-unprivileged") String qdrantImageName()
      Container image for Qdrant.
    • port

      OptionalInt port()
      Optional fixed port the Qdrant dev service will listen to. If not defined, the port will be chosen randomly.
    • shared

      @WithDefault("true") boolean shared()
      Indicates if the Dev Service containers managed by Quarkus for Qdrant are shared.
    • serviceName

      @WithDefault("qdrant") String serviceName()
      Service label to apply to created Dev Services containers.
    • collection

      The Qdrant collection configuration.