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
22name : trieve
33description : Helm chart expressing Trieve deployment without any dependencies
44type : application
5- version : 0.2.38
5+ version : 0.2.39
66appVersion : " 0.12.0"
77dependencies :
88 - name : qdrant
Original file line number Diff line number Diff line change 4646 path : " /"
4747 port : 80
4848 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 }}
4955 args :
5056 {{ (concat (list "--model-id" $service.model "--revision" $service.revision) $service.args) | toJson }}
5157 ports :
Original file line number Diff line number Diff line change @@ -437,6 +437,9 @@ embeddings:
437437 repository : text-embeddings-inference
438438 useGpu : true
439439 args : []
440+ # env:
441+ # - name: HF_TOKEN
442+ # value: "HUGGINGFACE_MODEL_TOKEN"
440443 - name : splade-doc
441444 model : naver/efficient-splade-VI-BT-large-doc
442445 tag : " 89-1.4"
You can’t perform that action at this time.
0 commit comments