3 questions
0 votes
1 answer
33 views
Langchain4j and Quarkus AI Services - Not using annotated @Tool to call remote GraphQL API
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 ...
0 votes
1 answer
43 views
@SessionScoped not compiling with Kotlin interfaces in Quarkus
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 ...
1 vote
1 answer
535 views
Provide tools programatically with quarkus-langchain4j
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-...