@@ -47,6 +47,10 @@ const CONFIG = {
4747 label : "latest" ,
4848 value : "latest"
4949 } ,
50+ {
51+ label : "2026.0" ,
52+ value : "2026.0"
53+ } ,
5054 {
5155 label : "2025.2" ,
5256 value : "2025.2"
@@ -106,6 +110,52 @@ const CONFIG = {
106110 "Edge AI Suites - Repo"
107111 ]
108112 } ,
113+ {
114+ when : {
115+ SDK : "METRO_VISION" ,
116+ OP_SYSTEM : "UBUNTU" ,
117+ VERSION : "2026.0"
118+ } ,
119+ components : [
120+ "DLStreamer" ,
121+ "DLStreamer Pipeline Server" ,
122+ "OpenVINO" ,
123+ "OpenVINO Model Server" ,
124+ "Edge AI Libraries - Repo" ,
125+ "Edge AI Suites - Repo"
126+ ]
127+ } ,
128+ {
129+ when : {
130+ SDK : "METRO_GENAI" ,
131+ OP_SYSTEM : "UBUNTU" ,
132+ VERSION : "2026.0"
133+ } ,
134+ components : [
135+ "Audio Analyzer Microservice" ,
136+ "Document Ingestion (pgvector)" ,
137+ "Multimodal Embedding Serving" ,
138+ "Visual Data Preparation For Retrieval" ,
139+ "VLM OpenVINO Serving" ,
140+ "Edge AI Libraries - Repo" ,
141+ "Edge AI Suites - Repo"
142+ ]
143+ } ,
144+ {
145+ when : {
146+ SDK : "VISUAL_AI_DEMO" ,
147+ OP_SYSTEM : "UBUNTU" ,
148+ VERSION : "2026.0"
149+ } ,
150+ components : [
151+ "DLStreamer Pipeline Server" ,
152+ "Node Red" ,
153+ "Grafana" ,
154+ "MediaMTX" ,
155+ "MQTT Broker" ,
156+ "Edge AI Suites - Repo"
157+ ]
158+ } ,
109159 {
110160 when : {
111161 SDK : "METRO_VISION" ,
@@ -185,6 +235,32 @@ const CONFIG = {
185235 } ,
186236 text : `curl -fsS https://raw.githubusercontent.com/open-edge-platform/edge-ai-suites/refs/heads/release-2025.2.0/metro-ai-suite/metro-sdk-manager/scripts/visual-ai-demo-kit.sh | bash`
187237 } ,
238+ {
239+ when : {
240+ SDK : "METRO_VISION" ,
241+ OP_SYSTEM : "UBUNTU" ,
242+ VERSION : "2026.0"
243+ } ,
244+ text : `curl -fsS https://raw.githubusercontent.com/open-edge-platform/edge-ai-suites/refs/heads/release-2026.0.0/metro-ai-suite/metro-sdk-manager/scripts/metro-vision-ai-sdk.sh | bash`
245+ } ,
246+
247+ {
248+ when : {
249+ SDK : "METRO_GENAI" ,
250+ OP_SYSTEM : "UBUNTU" ,
251+ VERSION : "2026.0"
252+ } ,
253+ text : `curl -fsS https://raw.githubusercontent.com/open-edge-platform/edge-ai-suites/refs/heads/release-2026.0.0/metro-ai-suite/metro-sdk-manager/scripts/metro-gen-ai-sdk.sh | bash`
254+ } ,
255+
256+ {
257+ when : {
258+ SDK : "VISUAL_AI_DEMO" ,
259+ OP_SYSTEM : "UBUNTU" ,
260+ VERSION : "2026.0"
261+ } ,
262+ text : `curl -fsS https://raw.githubusercontent.com/open-edge-platform/edge-ai-suites/refs/heads/release-2026.0.0/metro-ai-suite/metro-sdk-manager/scripts/visual-ai-demo-kit.sh | bash`
263+ } ,
188264 {
189265 when : {
190266 SDK : "METRO_VISION" ,
@@ -226,7 +302,7 @@ const CONFIG = {
226302 VERSION : "2025.2"
227303 } ,
228304 text : `Get Started` ,
229- link : `https://docs.openedgeplatform.intel.com/dev /edge-ai-suites/metro-sdk-manager/metro-vision-ai-sdk/get-started.html`
305+ link : `https://docs.openedgeplatform.intel.com/2025.2 /edge-ai-suites/metro-sdk-manager/metro-vision-ai-sdk/get-started.html`
230306 } ,
231307 {
232308 when : {
@@ -235,7 +311,7 @@ const CONFIG = {
235311 VERSION : "2025.2"
236312 } ,
237313 text : `Get Started` ,
238- link : `https://docs.openedgeplatform.intel.com/dev /edge-ai-suites/metro-sdk-manager/metro-gen-ai-sdk/get-started.html`
314+ link : `https://docs.openedgeplatform.intel.com/2025.2 /edge-ai-suites/metro-sdk-manager/metro-gen-ai-sdk/get-started.html`
239315 } ,
240316 {
241317 when : {
@@ -244,7 +320,34 @@ const CONFIG = {
244320 VERSION : "2025.2"
245321 } ,
246322 text : `Get Started` ,
247- link : `https://docs.openedgeplatform.intel.com/dev/edge-ai-suites/metro-sdk-manager/visual-ai-demo-kit/get-started.html`
323+ link : `https://docs.openedgeplatform.intel.com/2025.2/edge-ai-suites/metro-sdk-manager/visual-ai-demo-kit/get-started.html`
324+ } ,
325+ {
326+ when : {
327+ SDK : "METRO_VISION" ,
328+ OP_SYSTEM : "UBUNTU" ,
329+ VERSION : "2026.0"
330+ } ,
331+ text : `Get Started` ,
332+ link : `https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/metro-sdk-manager/metro-vision-ai-sdk/get-started.html`
333+ } ,
334+ {
335+ when : {
336+ SDK : "METRO_GENAI" ,
337+ OP_SYSTEM : "UBUNTU" ,
338+ VERSION : "2026.0"
339+ } ,
340+ text : `Get Started` ,
341+ link : `https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/metro-sdk-manager/metro-gen-ai-sdk/get-started.html`
342+ } ,
343+ {
344+ when : {
345+ SDK : "VISUAL_AI_DEMO" ,
346+ OP_SYSTEM : "UBUNTU" ,
347+ VERSION : "2026.0"
348+ } ,
349+ text : `Get Started` ,
350+ link : `https://docs.openedgeplatform.intel.com/2026.0/edge-ai-suites/metro-sdk-manager/visual-ai-demo-kit/get-started.html`
248351 } ,
249352 {
250353 when : {
@@ -287,8 +390,8 @@ const CONFIG = {
287390 VERSION : "2025.2"
288391 } ,
289392 links : [
290- { text : "DLStreamer" , url : "http://docs.openedgeplatform.intel.com/dev /edge-ai-libraries/dl-streamer/index.html" } ,
291- { text : "DLStreamer Pipeline Server" , url : "https://docs.openedgeplatform.intel.com/dev /edge-ai-libraries/dlstreamer-pipeline-server/index.html" } ,
393+ { text : "DLStreamer" , url : "http://docs.openedgeplatform.intel.com/2025.2 /edge-ai-libraries/dl-streamer/index.html" } ,
394+ { text : "DLStreamer Pipeline Server" , url : "https://docs.openedgeplatform.intel.com/2025.2 /edge-ai-libraries/dlstreamer-pipeline-server/index.html" } ,
292395 { text : "OpenVINO" , url : "https://docs.openvino.ai/2025/get-started.html" } ,
293396 { text : "OpenVINO Model Server" , url : "https://docs.openvino.ai/2025/model-server/ovms_what_is_openvino_model_server.html" } ,
294397 { text : "Edge AI Libraries" , url : "https://docs.openedgeplatform.intel.com/dev/ai-libraries.html" } ,
@@ -303,7 +406,7 @@ const CONFIG = {
303406 } ,
304407 links : [
305408 { text : "Audio Analyzer" , url : "https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/audio-analyzer/index.html" } ,
306- { text : "Document Ingestion - pgvector" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/document-ingestion/pgvector/docs/get-started.md" } ,
409+ { text : "Document Ingestion - pgvector" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/document-ingestion/pgvector/docs/user-guide/ get-started.md" } ,
307410 { text : "Multimodal Embedding Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/multimodal-embedding-serving/docs/user-guide/Overview.md" } ,
308411 { text : "Visual Data Preparation For Retrieval" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/Overview.md" } ,
309412 { text : "VLM OpenVINO Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/vlm-openvino-serving/docs/user-guide/Overview.md" } ,
@@ -324,6 +427,50 @@ const CONFIG = {
324427 { text : "Edge AI Suites" , url : "https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html" }
325428 ]
326429 } ,
430+ {
431+ when : {
432+ SDK : "METRO_VISION" ,
433+ OP_SYSTEM : "UBUNTU" ,
434+ VERSION : "2026.0"
435+ } ,
436+ links : [
437+ { text : "DLStreamer" , url : "http://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/index.html" } ,
438+ { text : "DLStreamer Pipeline Server" , url : "https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html" } ,
439+ { text : "OpenVINO" , url : "https://docs.openvino.ai/2025/get-started.html" } ,
440+ { text : "OpenVINO Model Server" , url : "https://docs.openvino.ai/2025/model-server/ovms_what_is_openvino_model_server.html" } ,
441+ { text : "Edge AI Libraries" , url : "https://docs.openedgeplatform.intel.com/dev/ai-libraries.html" } ,
442+ { text : "Edge AI Suites" , url : "https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html" }
443+ ]
444+ } ,
445+ {
446+ when : {
447+ SDK : "METRO_GENAI" ,
448+ OP_SYSTEM : "UBUNTU" ,
449+ VERSION : "2026.0"
450+ } ,
451+ links : [
452+ { text : "Audio Analyzer" , url : "https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/audio-analyzer/index.html" } ,
453+ { text : "Document Ingestion - pgvector" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/document-ingestion/pgvector/docs/user-guide/get-started.md" } ,
454+ { text : "Multimodal Embedding Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/multimodal-embedding-serving/docs/user-guide/Overview.md" } ,
455+ { text : "Visual Data Preparation For Retrieval" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/Overview.md" } ,
456+ { text : "VLM OpenVINO Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/vlm-openvino-serving/docs/user-guide/Overview.md" } ,
457+ { text : "Edge AI Libraries" , url : "https://docs.openedgeplatform.intel.com/dev/ai-libraries.html" } ,
458+ { text : "Edge AI Suites" , url : "https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html" }
459+ ]
460+ } ,
461+ {
462+ when : {
463+ SDK : "VISUAL_AI_DEMO" ,
464+ OP_SYSTEM : "UBUNTU" ,
465+ VERSION : "2026.0"
466+ } ,
467+ links : [
468+ { text : "DLStreamer" , url : "http://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dl-streamer/index.html" } ,
469+ { text : "DLStreamer Pipeline Server" , url : "https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/dlstreamer-pipeline-server/index.html" } ,
470+ { text : "Edge AI Libraries" , url : "https://docs.openedgeplatform.intel.com/dev/ai-libraries.html" } ,
471+ { text : "Edge AI Suites" , url : "https://docs.openedgeplatform.intel.com/dev/ai-suite-metro.html" }
472+ ]
473+ } ,
327474 {
328475 when : {
329476 SDK : "METRO_VISION" ,
@@ -347,7 +494,7 @@ const CONFIG = {
347494 } ,
348495 links : [
349496 { text : "Audio Analyzer" , url : "https://docs.openedgeplatform.intel.com/dev/edge-ai-libraries/audio-analyzer/index.html" } ,
350- { text : "Document Ingestion - pgvector" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/document-ingestion/pgvector/docs/get-started.md" } ,
497+ { text : "Document Ingestion - pgvector" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/document-ingestion/pgvector/docs/user-guide/ get-started.md" } ,
351498 { text : "Multimodal Embedding Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/multimodal-embedding-serving/docs/user-guide/Overview.md" } ,
352499 { text : "Visual Data Preparation For Retrieval" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/visual-data-preparation-for-retrieval/vdms/docs/user-guide/Overview.md" } ,
353500 { text : "VLM OpenVINO Serving" , url : "https://github.com/open-edge-platform/edge-ai-libraries/blob/main/microservices/vlm-openvino-serving/docs/user-guide/Overview.md" } ,
0 commit comments