Class ModelsPathConfigSource

java.lang.Object
io.quarkiverse.langchain4j.jlama.runtime.config.ModelsPathConfigSource
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource

public class ModelsPathConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
Sets quarkus.langchain4j.jlama.models-path to quarkus-app/jlama if it exists
  • Field Details

  • Constructor Details

    • ModelsPathConfigSource

      public ModelsPathConfigSource()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getOrdinal

      public int getOrdinal()
      Specified by:
      getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getPropertyNames

      public Set<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getValue

      public String getValue(String name)
      Specified by:
      getValue in interface org.eclipse.microprofile.config.spi.ConfigSource