-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathconfig_language_translation.yaml
More file actions
156 lines (126 loc) · 3.56 KB
/
config_language_translation.yaml
File metadata and controls
156 lines (126 loc) · 3.56 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# Copyright (C) 2024-2026 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# uses kubespray to deploy Kubernetes cluster and install required components
deploy_k8s: false
k8s_version: "1.33.5"
# versions installed via infrastructure playbook:
# 1.32.9, 1.33.5
# 1.32.11,1.33.7,1.34.2 installation is not being supported by infrastructure.yaml
# local path provisioner works only with kubespray deployment, so deploy_k8s needs to be true to install it.
install_csi: "local-path-provisioner" # available options: "local-path-provisioner"
huggingToken: "" # Huggingface token is required for gated/private models
kubeconfig: FILL_HERE # Provide absolute path to kubeconfig (e.g. /home/ubuntu/.kube/config)
httpProxy:
httpsProxy:
# If HTTP/HTTPS proxy is set, update the noProxy field with the following:
noProxy: #"localhost,.svc,.monitoring,.monitoring-traces"
FQDN: "erag.com" # Provide the FQDN for the deployment
gaudi_operator: false # set to true when Gaudi operator is to be installed
habana_driver_version: "1.23.0-695" # gaudi device plugin from https://github.com/HabanaAI/gaudi-device-plugin/tags
# If you want to use certificates, set autoGenerated to false and provide the paths to the cert and key
certs:
autoGenerated: true # Generate self-signed certs
pathToCert: "" # Provide absolute path to cert
pathToKey: "" # Provide absolute path to key
registry: "docker.io/opea" # alternatively "localhost:5000/erag" for local registry
tag: "2.1.0"
setup_registry: true
use_alternate_tagging: false
helm_timeout: "10m0s"
hpaEnabled: false
enforcePSS: false
tdx: # enables Intel® Trust Domain Extensions
enabled: false
one_td:
enabled: false # incompatible with coco
coco:
enabled: false # incompatible with one_td
install_kata: false
runtime_class_name: kata-qemu-tdx
attestation:
enabled: false
kbs_address: ""
llm_model: "haoranxu/ALMA-7B-R"
llm_model_gaudi: "haoranxu/ALMA-13B-R"
audio:
enabled: false
# CPUs pinning for vllm (for Xeon platforms with NUMA node size >= 64 CPUs)
balloons:
enabled: false
pipelines:
- namespace: chatqa
samplePath: translation/reference-cpu.yaml
resourcesPath: translation/resources-reference-cpu.yaml
modelConfigPath: chatqa/resources-model-cpu.yaml
type: chatqa
gmc:
enabled: true
namespace: system
gateway:
enabled: true
keycloak:
enabled: true
namespace: auth
apisix:
enabled: true
namespace: auth-apisix
istio:
enabled: true
namespace: istio-system
velero:
enabled: false
namespace: velero
storageType: minio
telemetry:
enabled: false
monitoring:
namespace: monitoring
traces:
enabled: false
namespace: monitoring-traces
ui:
enabled: false
namespace: rag-ui
edp:
enabled: false
namespace: edp
dpGuard:
enabled: false
rbac:
enabled: false
storageType: minio
minio:
bucketNameRegexFilter: ".*"
s3:
region: "us-east-1"
accessKeyId: ""
secretAccessKey: ""
sqsEventQueueUrl: ""
bucketNameRegexFilter: ".*"
s3compatible:
region: "us-east-1"
accessKeyId: ""
secretAccessKey: ""
internalUrl: "https://s3.example.com"
externalUrl: "https://s3.example.com"
bucketNameRegexFilter: ".*"
hierarchical_indices:
enabled: false
maxNewTokens: 100
kSummaries: 2
kChunks: 2
semantic_chunking:
enabled: false
rag_utils:
enabled: false
namespace: default
fingerprint:
enabled: false
namespace: fingerprint
chatHistory:
enabled: false
namespace: chat-history
vector_databases:
enabled: false
namespace: vdb
vector_store: redis # Supported: redis, redis-cluster