Fingerprint the Qdrant corpus by content, not by count
This commit is contained in:
@@ -22,7 +22,7 @@ spec:
|
||||
{{- toYaml .Values.global.imagePullSecrets | nindent 8 }}
|
||||
containers:
|
||||
- name: web
|
||||
image: "{{ .Values.web.image.repository }}:{{ .Values.web.image.tag }}"
|
||||
image: {{ include "medical-chatbot.image" (dict "image" .Values.web.image "name" "web") | quote }}
|
||||
imagePullPolicy: {{ .Values.web.image.pullPolicy }}
|
||||
env:
|
||||
- name: AI_SERVICE_URL
|
||||
|
||||
Reference in New Issue
Block a user