This is an automated email from the ASF dual-hosted git repository.
oscerd 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 bf87e97741fc fix typo in kserve-component.adoc (#26514)
bf87e97741fc is described below
commit bf87e97741fc766497169cbbcf1894a1f8653eff
Author: jubar <[email protected]>
AuthorDate: Wed Sep 16 14:41:42 2026 +0200
fix typo in kserve-component.adoc (#26514)
---
components/camel-ai/camel-kserve/src/main/docs/kserve-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-ai/camel-kserve/src/main/docs/kserve-component.adoc
b/components/camel-ai/camel-kserve/src/main/docs/kserve-component.adoc
index 19b8d267eb0e..dc671d9445d1 100644
--- a/components/camel-ai/camel-kserve/src/main/docs/kserve-component.adoc
+++ b/components/camel-ai/camel-kserve/src/main/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].