This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 4065bba893e7 Fix regen kserve component adoc
4065bba893e7 is described below
commit 4065bba893e7b0d303a57966db0c71e71ba709d7
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Sep 16 16:30:54 2026 +0200
Fix regen kserve component adoc
introduced with https://github.com/apache/camel/pull/26514 where the PR
checks were not runned
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../resources/org/apache/camel/catalog/docs/kserve-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kserve-component.adoc
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kserve-component.adoc
index 19b8d267eb0e..dc671d9445d1 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kserve-component.adoc
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kserve-component.adoc
@@ -14,7 +14,7 @@
*{component-header}*
-The KServe component provides the ability to access various AI model servers
using the
https://kserve.github.io/website/latest/modelserving/data_plane/v2_protocol/[KServe
Open Inference Protocl V2]. This allows Camel to remotely perform inference
with AI models on various model servers that support the KServe V2 protocol.
+The KServe component provides the ability to access various AI model servers
using the
https://kserve.github.io/website/latest/modelserving/data_plane/v2_protocol/[KServe
Open Inference Protocol V2]. This allows Camel to remotely perform inference
with AI models on various model servers that support the KServe V2 protocol.
NOTE: Currently, this component only supports
https://kserve.github.io/website/latest/reference/swagger-ui/#grpc[GRPC API].