Skip to content

Commit 0df1043

Browse files
[Document Summary] Update images and helmchart version (open-edge-platform#923)
1 parent b4aca91 commit 0df1043

File tree

8 files changed

+25
-24
lines changed

8 files changed

+25
-24
lines changed

sample-applications/document-summarization/chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: document-summarization
33
description: A Helm chart for deploying the Document Summarization application
44
type: application
5-
version: 1.0.1
6-
appVersion: "1.0.1"
5+
version: 1.0.2
6+
appVersion: "1.0.2"
77
dependencies:
88
- name: ovms-service
99
version: 1.0.0
1010
repository: "file://subchart/ovms/ovms-service"
1111
- name: docsum-api
12-
version: 1.0.1
12+
version: 1.0.2
1313
repository: "file://subchart/backend/docsum-api"

sample-applications/document-summarization/chart/subchart/backend/docsum-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: docsum-api
33
description: A Helm chart for deploying the Document Summarization application
44
type: application
5-
version: 1.0.1
6-
appVersion: "1.0.1"
5+
version: 1.0.2
6+
appVersion: "1.0.2"

sample-applications/document-summarization/chart/subchart/backend/docsum-api/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ docSumBackend:
33
name: docsum-api
44
image:
55
repository: "intel/document-summary"
6-
tag: "1.0.1"
6+
tag: "1.0.2"
77
pullPolicy: "IfNotPresent"
88
service:
99
type: ClusterIP

sample-applications/document-summarization/chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ global:
2828
name: document-summarization
2929
image:
3030
repository: "intel/document-summary"
31-
tag: "1.0.1"
31+
tag: "1.0.2"
3232
pullPolicy: IfNotPresent
3333
nginx:
3434
image:
3535
repository: nginxinc/nginx-unprivileged
36-
tag: 1.27.4
36+
tag: 1.29.1
3737
pullPolicy: IfNotPresent
3838
docSumUI:
3939
name: docsum-ui

sample-applications/document-summarization/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
nginx:
3-
image: nginxinc/nginx-unprivileged:1.27.4
3+
image: nginxinc/nginx-unprivileged:1.29.1
44
environment:
55
- no_proxy=${no_proxy},docsum-ui,docsum-api
66
- http_proxy=${http_proxy}

sample-applications/document-summarization/docs/user-guide/build-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before you begin, ensure that you have the following prerequisites:
3636
3737
# Docker Image Registry Configuration
3838
export REGISTRY="intel/"
39-
export TAG=1.0.1
39+
export TAG=1.0.2
4040
```
4141

4242
To run a **GATED MODEL** like Llama models, the user will need to pass their [huggingface token](https://huggingface.co/docs/hub/security-tokens#user-access-tokens). The user will need to request access to specific model by going to the respective model page on HuggingFace.

sample-applications/document-summarization/docs/user-guide/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Visit https://huggingface.co/settings/tokens to get your token.
5959
6060
# Docker Image Registry Configuration
6161
export REGISTRY="intel/"
62-
export TAG=1.0.1
62+
export TAG=1.0.2
6363
```
6464

6565
To run a **GATED MODEL** like Llama models, the user will need to pass their [huggingface token](https://huggingface.co/docs/hub/security-tokens#user-access-tokens). The user will need to request access to specific model by going to the respective model page on HuggingFace.

sample-applications/document-summarization/docs/user-guide/release-notes.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,25 @@
33

44
## Current Release
55

6-
**Version**: 1.0.1
7-
**Release Date**: 19 Aug 2025
8-
9-
- Fix issue where document summary fails due to missing `nltk` package
6+
**Version**: 1.0.2
7+
**Release Date**: 09 Sep 2025
108

11-
**Known Issues/Behaviour:**
9+
- Fix issue where summary generation timed-out for huge text files. Now text file chunking is done and then summary is generated.
10+
- Update openvino/model_server to 2025.2 version
11+
- Update nginxinc/nginx-unprivileged to 1.29.1 version
1212

13-
- EMF Deployment package is not supported yet
14-
- Summary time depends on the size and complexity (image, tables, cross references) of the document
15-
- Helm and docker compose deployment has been validated on EMT 3.0
13+
## Known Issues/Behaviour (Consolidated):
14+
- Application running into Model Type issue on EMT 3.1 - Closed
15+
- EMF Deployment package is not supported. - Open
16+
- Summary time depends on the size and complexity (image, tables, cross references) of the document - Open
1617

1718
## Previous Releases
1819

20+
**Version**: 1.0.1
21+
**Release Date**: 19 Aug 2025
22+
23+
- Fix issue where document summary fails due to missing `nltk` package
24+
1925
**Version**: 1.0.0
2026
**Release Date**: 25 July 2025
2127

@@ -27,8 +33,3 @@
2733
- **Telemetry:** OpenTelemetry instrumentation provides the application insights and API traces
2834
- **Streamlined Build, Deployment and Documentation:** Added setup script to simplify service build and deployment processes and several other [user guide](../user-guide) All supporting documents have been added.
2935
- **Deployment:** Helm and docker compose deployment has been validated on EMT 3.0.
30-
31-
## Known Issues/Behaviour (Consolidated):
32-
- Application running into Model Type issue on EMT 3.1 - Open
33-
- EMF Deployment package is not supported. - Open
34-
- Summary time depends on the size and complexity (image, tables, cross references) of the document - Open

0 commit comments

Comments
 (0)