Quarkus LangChain4j
Prerequisites
Step 1: Enable OpenTelemetry in Quarkus
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-opentelemetry</artifactId>
</dependency>quarkus.otel.exporter.otlp.traces.protocol=http/protobufStep 2: Configure InteractiveAI
Step 3: Run an AI Operation
Running the Application
Trace Visibility
Last updated
Was this helpful?

