Unlisted
The icon of the project
LangChain4j OpenAI Common
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related configuration

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-openai-common

Maven

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

Gradle

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