This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6bfa65045657b37f17617d77d6b43625abee043d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 16 10:57:04 2026 +0100 Camel-torchserve: Added deprecation note Signed-off-by: Andrea Cosentino <[email protected]> --- .../camel-torchserve/src/main/docs/torchserve-component.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc b/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc index 9d1fd030e963..6d0d904ae4d9 100644 --- a/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc +++ b/components/camel-ai/camel-torchserve/src/main/docs/torchserve-component.adoc @@ -16,6 +16,12 @@ *{component-header}* +[NOTE] +==== +This component is deprecated since Camel 4.14 and will be removed in a future release. +Please use the xref:langchain4j-chat-component.adoc[LangChain4j] component instead. +==== + The TorchServe component provides support for invoking the https://pytorch.org/serve/rest_api.html[TorchServe REST API]. It enables Camel to access PyTorch TorchServe servers to run inference with PyTorch models remotely. To use the TorchServe component, Maven users will need to add the following dependency to their `pom.xml`:
