Interface OllamaConfig
@ConfigMapping(prefix="quarkus.langchain4j.ollama.devservices")
@ConfigRoot(phase=BUILD_TIME)
public interface OllamaConfig
Allows configuring the OLlama Container
-
Field Details
-
OLLAMA_IMAGE
Default docker image name.- See Also:
-
ORCA_MINI_MODEL
- See Also:
-
-
Method Details
-
enabled
@WithDefault("true") boolean enabled()If Dev Services for OLlama has been explicitly enabled or disabled. Dev Services are generally enabled by default, unless there is an existing configuration present. -
imageName
The OLlama container image to use. -
model
Model to install.
-