This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 33d97014 CAMEL-23148: Remove deprecated camel-torchserve component
33d97014 is described below
commit 33d97014c084bfc204f3183751bdabc7e70b22ca
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Mar 8 07:46:51 2026 +0100
CAMEL-23148: Remove deprecated camel-torchserve component
---
content/blog/2025/02/camel-tensorflow-serving/index.md | 6 +++---
content/blog/2025/02/camel-torchserve/index.md | 8 ++++----
content/blog/2025/04/camel-kserve/index.md | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/content/blog/2025/02/camel-tensorflow-serving/index.md
b/content/blog/2025/02/camel-tensorflow-serving/index.md
index 09817c74..cd1bd02b 100644
--- a/content/blog/2025/02/camel-tensorflow-serving/index.md
+++ b/content/blog/2025/02/camel-tensorflow-serving/index.md
@@ -13,9 +13,9 @@ As noted in the [previous
article](/blog/2025/02/camel-torchserve/), the recent
[^1]: Camel TorchServe component has been provided since 4.9.
-* [TorchServe component](/components/next/torchserve-component.html)
-* [TensorFlow Serving
component](/components/next/tensorflow-serving-component.html)
-* [KServe component](/components/next/kserve-component.html)
+* TorchServe component
+* TensorFlow Serving component
+* KServe component
Previously we [wrote about the TorchServe
component](/blog/2025/02/camel-torchserve/), this time we introduce the
TensorFlow Serving component.
diff --git a/content/blog/2025/02/camel-torchserve/index.md
b/content/blog/2025/02/camel-torchserve/index.md
index 51725bb3..0d663f16 100644
--- a/content/blog/2025/02/camel-torchserve/index.md
+++ b/content/blog/2025/02/camel-torchserve/index.md
@@ -13,9 +13,9 @@ In the just released [Apache Camel 4.10
LTS](/blog/2025/02/RELEASE-4.10.0/), AI-
[^1]: Camel TorchServe component has been provided since 4.9.
-* [TorchServe component](/components/next/torchserve-component.html)
-* [TensorFlow Serving
component](/components/next/tensorflow-serving-component.html)
-* [KServe component](/components/next/kserve-component.html)
+* TorchServe component
+* TensorFlow Serving component
+* KServe component
My previous article [Apache Camel AI: Leverage power of AI with DJL
component](/blog/2024/09/camel-ai-examples/) demonstrated how the DJL component
can be used to perform AI model inference within the Camel routes. Starting
from 4.10, in addition to the in-route inference by DJL, these new components
will allow the Camel routes to invoke external model servers to perform
inference.
@@ -25,7 +25,7 @@ In this article, let's see how you can use the TorchServe
component.
## TorchServe component
-[TorchServe](https://pytorch.org/serve/index.html) is the serving feature
provided by the popular machine learning framework PyTorch. The [Camel
TorchServe](/components/next/torchserve-component.html) component allows you to
call the [REST API](https://pytorch.org/serve/rest_api.html) served by the
TorchServe server from within the Camel routes.
+[TorchServe](https://pytorch.org/serve/index.html) is the serving feature
provided by the popular machine learning framework PyTorch. The Camel
TorchServe component allows you to call the [REST
API](https://pytorch.org/serve/rest_api.html) served by the TorchServe server
from within the Camel routes.
### Basic usage
diff --git a/content/blog/2025/04/camel-kserve/index.md
b/content/blog/2025/04/camel-kserve/index.md
index e2ed2f25..1f2ea2cb 100644
--- a/content/blog/2025/04/camel-kserve/index.md
+++ b/content/blog/2025/04/camel-kserve/index.md
@@ -13,9 +13,9 @@ In the previous blog posts
([camel-tensorflow-serving](/blog/2025/02/camel-tenso
[^1]: The Camel TorchServe component has been available since version 4.9.
-* [TorchServe component](/components/next/torchserve-component.html)
-* [TensorFlow Serving
component](/components/next/tensorflow-serving-component.html)
-* [KServe component](/components/next/kserve-component.html)
+* TorchServe component
+* TensorFlow Serving component
+* KServe component
We previously wrote about the [TorchServe](/blog/2025/02/camel-torchserve/)
and [TensorFlow Serving](/blog/2025/02/camel-tensorflow-serving/) components.
This post introduces the KServe component, concluding the series.