Closed bdanielby closed 11 months ago
Thank you very much for your detailed description. My optimization strategy is as follows:
milvus-sdk-java
and redisson
to "provided."netty-resolver
and netty-resolver-dns
.Currently, the only remaining conflict is within google-api-client
itself. I hope that google-api-client resolves the issue on its own, or I can also set its scope to "provided."
Thanks for this great library! When importing it as a dependency in Maven, we observe the following dependency convergence errors between direct dependencies of
langchain-java
and indirect ones. We'd be very grateful if you could find a consistent choice of dependencies or use<exclusion>
-tags in yourpom.xml
to avoid the convergence errors. Thank you very much in advance: