Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion charts/all/rag-llm/templates/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: "external-secrets.io/v1beta1"
kind: ExternalSecret
metadata:
name: huggingface-secret
namespace: rag-llm
spec:
refreshInterval: 15s
secretStoreRef:
Expand Down
10 changes: 8 additions & 2 deletions charts/all/rag-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,23 @@
global:
localClusterDomain: example.com
hubClusterDomain: example.com
db:
index: docs
type: EDB
# Add for model ID
model:
modelId: ibm-granite/granite-3.1-8b-instruct
llmui:
namespace: "rag-llm"


replicaCount: 1

image:
repository: 'quay.io/ecosystem-appeng/gradio-tgi-multi-model-rag'
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.3.0"
tag: "1.0"

imagePullSecrets: []
nameOverride: ""
Expand Down