Skip to content

Commit 2b0002b

Browse files
committed
merging with rag agents
Signed-off-by: okhleif-IL <[email protected]>
2 parents b8ec015 + 9e84e73 commit 2b0002b

File tree

132 files changed

+7799
-892
lines changed

Some content is hidden

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

132 files changed

+7799
-892
lines changed

.github/workflows/_helm-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
CHART_NAME="${example,,}" # CodeGen
135135
echo "CHART_NAME=$CHART_NAME" >> $GITHUB_ENV
136136
echo "RELEASE_NAME=${CHART_NAME}$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
137-
echo "NAMESPACE=${CHART_NAME}-$(date +%Y%m%d%H%M%S)" >> $GITHUB_ENV
137+
echo "NAMESPACE=${CHART_NAME}-$(head -c 4 /dev/urandom | xxd -p)" >> $GITHUB_ENV
138138
echo "ROLLOUT_TIMEOUT_SECONDS=600s" >> $GITHUB_ENV
139139
echo "TEST_TIMEOUT_SECONDS=600s" >> $GITHUB_ENV
140140
echo "KUBECTL_TIMEOUT_SECONDS=60s" >> $GITHUB_ENV
@@ -173,7 +173,7 @@ jobs:
173173
$RELEASE_NAME \
174174
oci://ghcr.io/opea-project/charts/${CHART_NAME} \
175175
--set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} \
176-
--set global.modelUseHostPath=/home/sdp/.cache/huggingface/hub \
176+
--set global.modelUseHostPath=/data2/hf_model \
177177
--set GOOGLE_API_KEY=${{ env.GOOGLE_API_KEY}} \
178178
--set GOOGLE_CSE_ID=${{ env.GOOGLE_CSE_ID}} \
179179
--set web-retriever.GOOGLE_API_KEY=${{ env.GOOGLE_API_KEY}} \

.github/workflows/_run-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
export model_cache="~/.cache/huggingface/hub"
166166
fi
167167
fi
168-
if [ -f "${test_case}" ]; then timeout 30m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
168+
if [ -f "${test_case}" ]; then timeout 60m bash "${test_case}"; else echo "Test script {${test_case}} not found, skip test!"; fi
169169
170170
- name: Clean up container after test
171171
shell: bash

.github/workflows/dockerhub-description.yml

Lines changed: 984 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)