You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using quarkus-langchain4j-qdrant in Quarkus 3.17.6,
native image compilations works but native image startup fails with the following exception:
Failed to start application: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source)
at io.quarkus.runtime.Application.start(Application.java:101)
at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:121)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:71)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:44)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:124)
at io.quarkus.runner.GeneratedMain.main(Unknown Source)
Caused by: io.grpc.ManagedChannelProvider$ProviderNotFoundException: No functional channel service provider found. Try adding a dependency on the grpc-okhttp, grpc-netty, or grpc-netty-shaded artifact
at io.grpc.ManagedChannelProvider.provider(ManagedChannelProvider.java:45)
at io.grpc.ManagedChannelBuilder.forAddress(ManagedChannelBuilder.java:44)
at io.qdrant.client.QdrantGrpcClient$Builder.createChannel(QdrantGrpcClient.java:226)
at io.qdrant.client.QdrantGrpcClient$Builder.<init>(QdrantGrpcClient.java:177)
at io.qdrant.client.QdrantGrpcClient.newBuilder(QdrantGrpcClient.java:93)
The text was updated successfully, but these errors were encountered:
When using
quarkus-langchain4j-qdrant
in Quarkus 3.17.6,native image compilations works but native image startup fails with the following exception:
The text was updated successfully, but these errors were encountered: