Replies: 1 comment 3 replies
-
Very true! We need our own implementation because we want to support build time processing.
What goodies do you mean? In any case, it means introducing the support in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was started working with Quarkus-langchain4j again after contributing to langchain4j in January. I contributed the "fromResource" to the SystemMessage & UserMessage. These are handled by the DefaultAiServices.
How should I go about using these features when using Quarkus-langchain4j? Quarkus-langchain4j defaults to using the QuarkusAiServices, which makes sense because it probably needs to do some special stuff in the context of Quarkus.
But it looks like I'm missing all the 'goodies' developed in DefaultAiServices. Is there a way to get those back?
with kind regads,
Gerke
Beta Was this translation helpful? Give feedback.
All reactions