Skip to content

Commit 7be43f2

Browse files
Merge branch 'main' into main
2 parents 6d2c0b2 + a02931e commit 7be43f2

133 files changed

Lines changed: 2621 additions & 1817 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/scripts/get_test_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ for example in ${examples}; do
2626
echo -e "Test supported hardware list: \n${hardware_list}"
2727

2828
run_hardware=""
29-
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|docker_image_build' ) ]]; then
29+
if [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | cut -d'/' -f2 | grep -E '\.py|Dockerfile*|ui|edgecraftrag|docker_image_build' ) ]]; then
3030
echo "run test on all hardware if megaservice or ui code change..."
3131
run_hardware=$hardware_list
3232
elif [[ $(printf '%s\n' "${changed_files[@]}" | grep ${example} | grep 'tests'| cut -d'/' -f3 | grep -vE '^test_|^_test' ) ]]; then

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

AudioQnA/ui/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fortawesome/free-solid-svg-icons": "6.2.0",
1919
"@playwright/test": "^1.45.2",
2020
"@sveltejs/adapter-auto": "^3.0.0",
21-
"@sveltejs/kit": "2.20.6",
21+
"@sveltejs/kit": "2.49.5",
2222
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2323
"@tailwindcss/typography": "0.5.7",
2424
"@types/debug": "4.1.7",

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

ChatQnA/ui/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fortawesome/free-solid-svg-icons": "6.2.0",
1919
"@playwright/test": "^1.45.2",
2020
"@sveltejs/adapter-auto": "^3.0.0",
21-
"@sveltejs/kit": "2.20.6",
21+
"@sveltejs/kit": "2.49.5",
2222
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2323
"@tailwindcss/typography": "0.5.7",
2424
"@types/debug": "4.1.7",

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

0 commit comments

Comments
 (0)