-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathvalues-global.yaml
More file actions
29 lines (27 loc) · 858 Bytes
/
values-global.yaml
File metadata and controls
29 lines (27 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
global:
pattern: rag-llm-gitops
options:
useCSV: false
syncPolicy: Automatic
installPlanApproval: Automatic
# Possible values for RAG vector DB db.type:
# REDIS -> Redis (Local chart deploy)
# EDB -> PGVector via EDB operator (Local chart deploy)
# PGVECTOR -> PGVector (Local Postgres chart deploy)
# ELASTIC -> Elasticsearch (Local chart deploy)
# MSSQL -> MS SQL Server (Local chart deploy)
# AZURESQL -> Azure SQL (Pre-existing in Azure)
db:
index: docs
type: PGVECTOR
# Models used by the inference service (should be a HuggingFace model ID)
model:
vllm: ibm-granite/granite-3.3-8b-instruct
embedding: sentence-transformers/all-mpnet-base-v2
storageClass: gp3-csi
main:
clusterGroupName: hub
multiSourceConfig:
enabled: true
clusterGroupChartVersion: 0.9.*