aldettinger commented on code in PR #8378:
URL: https://github.com/apache/camel-quarkus/pull/8378#discussion_r2885236117
##########
integration-tests-jvm/langchain4j-agent-ql4j/README.adoc:
##########
@@ -0,0 +1,56 @@
+== Limitations of Quarkus-langchain4j being on the classpath
+
+ * Does not work in the native.
+ * Ql4j requires a different httpClient -
`io.quarkiverse.langchain4j.jaxrsclient.JaxRsHttpClientBuilderFactory`. See
processor and recorder for more information.
+ * RetrievalAugmentor is created under the hood of quarkus-langchain4j - you
can see, that the RetrievalAugmentor has to be identified with
`@Identifier("retrievalAugmentor")` (which is not necessary without ql4j)
+ * Even if test are using AgentWithoutMemory, ql4j creates agentWithMemory
automativally
Review Comment:
```suggestion
* Even if test are using AgentWithoutMemory, ql4j creates agentWithMemory
automatically
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]