File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apiVersion: "external-secrets.io/v1beta1"
3
3
kind : ExternalSecret
4
4
metadata :
5
5
name : huggingface-secret
6
- namespace : rag-llm
7
6
spec :
8
7
refreshInterval : 15s
9
8
secretStoreRef :
Original file line number Diff line number Diff line change 2
2
global :
3
3
localClusterDomain : example.com
4
4
hubClusterDomain : example.com
5
+ db :
6
+ index : docs
7
+ type : EDB
8
+ # Add for model ID
9
+ model :
10
+ modelId : ibm-granite/granite-3.1-8b-instruct
5
11
llmui :
6
12
namespace : " rag-llm"
7
13
8
14
9
15
replicaCount : 1
10
16
11
17
image :
12
- repository : ' quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag '
18
+ repository : ' quay.io/ecosystem-appeng/rag-llm-ui '
13
19
pullPolicy : IfNotPresent
14
20
# Overrides the image tag whose default is the chart appVersion.
15
- tag : " 0.3 .0"
21
+ tag : " 1 .0"
16
22
17
23
imagePullSecrets : []
18
24
nameOverride : " "
You can’t perform that action at this time.
0 commit comments