From 73371f29272992057c4e5787f807e05728999852 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Thu, 30 Oct 2025 18:25:10 +0000 Subject: [PATCH] add more what's new on AI factory --- src/constants/updates.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/constants/updates.js b/src/constants/updates.js index 98352af30e..d610fc3ec0 100644 --- a/src/constants/updates.js +++ b/src/constants/updates.js @@ -1,6 +1,15 @@ import IconNames from "../components/icon/iconNames"; export const updates = [ + { + title: "Model management with AI Factory", + icon: IconNames.BRAIN_CIRCUIT, + description: + "EDB PostgresĀ® AI Hybrid Manager's AI Factory now provides dedicated management for AI Model serving clusters (KServe) offering centralized deployment, monitoring, governance and secure external access.", + url: "/edb-postgres-ai/latest/ai-factory/", + moreUrl: + "/edb-postgres-ai/latest/hybrid-manager/release_notes/hm_1.3_rel_notes/#genai-workloads-with-ai-factory", + }, { title: "Hybrid Manager 1.3", icon: IconNames.MODULE,