Skip to main content
0 votes
1 answer
33 views

I have a question about Quarkus Langchain4j. I have made this Quarkus (Java 25) project with the purpose of exposing an API that receives a search text, processes it with an "extractor” AI ...
Julio César Estravis's user avatar
0 votes
1 answer
43 views

I am trying to develop an AI Agent using LangChain4J Quarkus plugin, in Kotlin. I have created this class: package prova.langchainkotlin.test import io.quarkiverse.langchain4j.RegisterAiService ...
Valerio Storch's user avatar
1 vote
1 answer
535 views

In vanilla langchain4j we can provide tools programatically https://docs.langchain4j.dev/tutorials/tools#specifying-tools-programmatically I don't seem to find a way to do the same with quarkus-...
Christophe Willemsen's user avatar