Skip to content

Commit e1ebd89

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/HybridRAG/ui/svelte/sveltejs/kit-2.49.5
2 parents f9d0f21 + aa1d1a8 commit e1ebd89

21 files changed

Lines changed: 44 additions & 36 deletions

File tree

AudioQnA/docker_compose/intel/hpu/gaudi/compose.monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
mode: global
6060

6161
gaudi-metrics-exporter:
62-
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
62+
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.22.2-32
6363
privileged: true
6464
container_name: gaudi-metrics-exporter
6565
volumes:

AudioQnA/ui/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Use node 20.11.1 as the base image
5-
FROM node:20.11.1
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git

ChatQnA/docker_compose/intel/hpu/gaudi/compose.telemetry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ services:
7070
deploy:
7171
mode: global
7272
gaudi-exporter:
73-
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
73+
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.22.2-32
7474
container_name: gaudi-exporter
7575
privileged: true
7676
volumes:

ChatQnA/ui/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.11.1 as the base image
5-
FROM node:20.11.1
4+
# Use node 22 as the base image
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git

CodeGen/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from comps.cores.proto.docarray import LLMParams
1818
from fastapi import Request
1919
from fastapi.responses import StreamingResponse
20-
from langchain.prompts import PromptTemplate
20+
from langchain_core.prompts import PromptTemplate
2121

2222
logger = CustomLogger("opea_dataprep_microservice")
2323
logflag = os.getenv("LOGFLAG", False)

CodeGen/docker_compose/intel/hpu/gaudi/compose.monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services:
5858
mode: global
5959

6060
gaudi-metrics-exporter:
61-
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
61+
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.22.2-32
6262
privileged: true
6363
container_name: gaudi-metrics-exporter
6464
volumes:

CodeGen/ui/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.11.1 as the base image
5-
FROM node:20.11.1
4+
# Use node 22 as the base image
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git

CodeTrans/docker_compose/intel/hpu/gaudi/compose.monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
mode: global
6161

6262
gaudi-metrics-exporter:
63-
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:latest
63+
image: vault.habana.ai/gaudi-metric-exporter/metric-exporter:1.22.2-32
6464
privileged: true
6565
container_name: gaudi-metrics-exporter
6666
volumes:

CodeTrans/ui/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
# Use node 20.19.0 as the base image (required for chokidar@5.0.0 compatibility)
5-
FROM node:20.19.0
4+
# Use node 22 as the base image (required for chokidar@5.0.0 compatibility)
5+
FROM node:22
66

77
# Update package manager and install Git
88
RUN apt-get update -y && apt-get install -y git

CogniwareIms/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ This system uses the OPEA megaservice pattern to orchestrate multiple microservi
7777
- **Reranking Microservice**: Improve retrieval quality (BAAI/bge-reranker-base)
7878
- **DataPrep Microservice**: Document ingestion and processing
7979

80-
## Documentation
81-
82-
- [Deployment Guide](docs/DEPLOYMENT_GUIDE.md)
83-
- [Data Setup](docs/DATA_SETUP.md)
84-
- [OPEA Compliance](docs/OPEA_COMPLIANCE_SUMMARY.md)
85-
- [Contributing](docs/CONTRIBUTING.md)
86-
8780
## License
8881

8982
Apache 2.0 - See [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)