The icon of the project
LangChain4j Ollama
Provides the basic integration of Ollama with LangChain4j

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.langchain4j:quarkus-langchain4j-ollama

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.langchain4j:quarkus-langchain4j-ollama"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.langchain4j:quarkus-langchain4j-ollama"