From aa4f25ea21474841ad078f653a1d8a774137fe18 Mon Sep 17 00:00:00 2001 From: Wiktor Iwaszko Date: Fri, 19 Jun 2026 11:47:13 +0200 Subject: [PATCH 1/2] [DOCS] Update tags --- .../dine-in/get-started/build-from-source.md | 4 ++-- .../take-away/get-started/build-from-source.md | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user-guide/order-accuracy/dine-in/get-started/build-from-source.md b/docs/user-guide/order-accuracy/dine-in/get-started/build-from-source.md index b981be5..abc7945 100644 --- a/docs/user-guide/order-accuracy/dine-in/get-started/build-from-source.md +++ b/docs/user-guide/order-accuracy/dine-in/get-started/build-from-source.md @@ -55,9 +55,9 @@ make build make build REGISTRY=false ``` -`make build REGISTRY=false` builds `intel/order-accuracy-dine-in:2026.0.0` from the local Dockerfile. +`make build REGISTRY=false` builds `intel/order-accuracy-dine-in:2026.1.0` from the local Dockerfile. -> `ovms-vlm`, `semantic-service`, and `metrics-collector` are always pulled from their registries — they have no local build context. +> **Note:** `ovms-vlm`, `semantic-service`, and `metrics-collector` are always pulled from their registries — they have no local build context. ### Build a Custom Tag diff --git a/docs/user-guide/order-accuracy/take-away/get-started/build-from-source.md b/docs/user-guide/order-accuracy/take-away/get-started/build-from-source.md index 2d5cfe0..b699a6b 100644 --- a/docs/user-guide/order-accuracy/take-away/get-started/build-from-source.md +++ b/docs/user-guide/order-accuracy/take-away/get-started/build-from-source.md @@ -50,12 +50,12 @@ This builds: | Service | Image | | -------------- | ---------------------------------------------- | -| order-accuracy | `intel/order-accuracy-take-away:2026.0.0` | -| frame-selector | `intel/order-accuracy-frame-selector:2026.0.0` | -| gradio-ui | `intel/order-accuracy-take-away-ui:2026.0.0` | -| rtsp-streamer | `intel/order-accuracy-take-away-rtsp:2026.0.0` | +| order-accuracy | `intel/order-accuracy-take-away:2026.1.0` | +| frame-selector | `intel/order-accuracy-frame-selector:2026.1.0` | +| gradio-ui | `intel/order-accuracy-take-away-ui:2026.1.0` | +| rtsp-streamer | `intel/order-accuracy-take-away-rtsp:2026.1.0` | -> `semantic-service` and OVMS (`openvino/model_server`) are always pulled — they have no local build context. +> **Note:** `semantic-service` and OVMS (`openvino/model_server`) are always pulled — they have no local build context. ### Build a Single Service From 654441863fd2a4d18ce9d0527c113c8a4f7d262f Mon Sep 17 00:00:00 2001 From: Wiktor Iwaszko Date: Fri, 19 Jun 2026 11:54:31 +0200 Subject: [PATCH 2/2] add tags in how it works --- .../order-accuracy/dine-in/how-it-works.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/user-guide/order-accuracy/dine-in/how-it-works.md b/docs/user-guide/order-accuracy/dine-in/how-it-works.md index ea78b58..4a14a53 100644 --- a/docs/user-guide/order-accuracy/dine-in/how-it-works.md +++ b/docs/user-guide/order-accuracy/dine-in/how-it-works.md @@ -88,12 +88,12 @@ This document provides a comprehensive technical overview of the system architec ### Docker Services -| Container | Image | Ports | Description | -| ------------------------- | --------------------------------------- | ---------- | ----------------------------------- | -| `dinein_app` | `intel/order-accuracy-dine-in:2026.0.0` | 7861, 8083 | Main application (Gradio + FastAPI) | -| `dinein_ovms_vlm` | `openvino/model_server:latest-gpu` | 8002 | Vision-Language Model server | -| `dinein_semantic_service` | `intel/semantic-search-agent:1.0.0` | 8081, 9091 | Semantic text matching | -| `metrics-collector` | `intel/hl-ai-metrics-collector:1.0.0` | 8084 | System metrics aggregation | +| Container | Image | Ports | Description | +| ------------------------- | ---------------------------------------- | ---------- | ----------------------------------- | +| `dinein_app` | `intel/order-accuracy-dine-in:2026.1.0` | 7861, 8083 | Main application (Gradio + FastAPI) | +| `dinein_ovms_vlm` | `openvino/model_server:latest-gpu` | 8002 | Vision-Language Model server | +| `dinein_semantic_service` | `intel/semantic-search-agent:2026.1.0` | 8081, 9091 | Semantic text matching | +| `metrics-collector` | `intel/hl-ai-metrics-collector:2026.1.0` | 8084 | System metrics aggregation | ### Network Topology