From 68686ee64ce1b575e24b23ffe0205dfc7636bf2a Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Mon, 6 Jan 2025 15:23:09 +0530 Subject: [PATCH] Update server_examples.ipynb --- notebooks/server_examples.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/server_examples.ipynb b/notebooks/server_examples.ipynb index e38df79d6c..c27b62f702 100644 --- a/notebooks/server_examples.ipynb +++ b/notebooks/server_examples.ipynb @@ -65,7 +65,7 @@ "source": [ "## Serve SKLearn Iris Model\n", "\n", - "**Note**: Seldon protocol and TensorFlow protocol are no longer supported, as Seldon has transitioned to the industry-standard Open Inference Protocol (OIP). Customers are encouraged to migrate to OIP, which offers seamless integration across various model serving runtimes, supports the development of versatile client and benchmarking tools, and ensures a high-performance, consistent, and unified inference experience.\n", + "**Note**: Seldon is phasing out support for the Seldon and TensorFlow protocols, transitioning to the industry-standard Open Inference Protocol (OIP). We encourage customers to migrate to OIP, which facilitates seamless integration across various model serving runtimes, supports the development of versatile client and benchmarking tools, and ensures a high-performance, consistent, and unified inference experience.\n", "\n", "In order to deploy SKLearn artifacts, we can leverage the [pre-packaged SKLearn inference server](https://docs.seldon.io/projects/seldon-core/en/latest/servers/sklearn.html).\n", "The exposed API can follow either:\n",