File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : trieve
3
3
description : Helm chart expressing Trieve deployment without any dependencies
4
4
type : application
5
- version : 0.2.38
5
+ version : 0.2.39
6
6
appVersion : " 0.12.0"
7
7
dependencies :
8
8
- name : qdrant
Original file line number Diff line number Diff line change 46
46
path : " /"
47
47
port : 80
48
48
image : {{ printf "%s/%s:%s" $service.registry $service.repository $service.tag }}
49
+ {{- if $service.env }}
50
+ env :
51
+ {{- range $service.env }}
52
+ - {{ . | toYaml | nindent 14 }}
53
+ {{- end }}
54
+ {{- end }}
49
55
args :
50
56
{{ (concat (list "--model-id" $service.model "--revision" $service.revision) $service.args) | toJson }}
51
57
ports :
Original file line number Diff line number Diff line change @@ -437,6 +437,9 @@ embeddings:
437
437
repository : text-embeddings-inference
438
438
useGpu : true
439
439
args : []
440
+ # env:
441
+ # - name: HF_TOKEN
442
+ # value: "HUGGINGFACE_MODEL_TOKEN"
440
443
- name : splade-doc
441
444
model : naver/efficient-splade-VI-BT-large-doc
442
445
tag : " 89-1.4"
You can’t perform that action at this time.
0 commit comments