Interface Langchain4jOllamaConfig


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.langchain4j.ollama") public interface Langchain4jOllamaConfig
  • Method Details

    • baseUrl

      @WithDefault("http://localhost:11434") String baseUrl()
      Base URL where the Ollama serving is running
    • timeout

      @WithDefault("10s") Duration timeout()
      Timeout for HuggingFace calls
    • logRequests

      @WithDefault("false") Boolean logRequests()
      Whether the HuggingFace client should log requests
    • logResponses

      @WithDefault("false") Boolean logResponses()
      Whether the HuggingFace client should log responses
    • chatModel

      ChatModelConfig chatModel()
      Chat model related settings