Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions charts/all/rag-llm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ global:
db:
index: docs
type: EDB
# Add for model ID
model:
modelId: ibm-granite/granite-3.1-8b-instruct
modelId: ibm-granite/granite-3.1-8b-instruct
llmui:
namespace: "rag-llm"


replicaCount: 1

image:
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
repository: 'quay.io/ecosystem-appeng/rag-llm-ui'
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0"
Expand Down