Allowing users to set Search Settings (#2106)

This commit is contained in:
Yuhong Sun
2024-08-10 20:48:58 -07:00
committed by GitHub
parent 7358ece008
commit d60fb15ad3
30 changed files with 281 additions and 115 deletions

View File

@@ -35,7 +35,7 @@ ENABLE_RERANKING_REAL_TIME_FLOW="False"
# At the cost of indexing speed (~5x slower), query time is same speed
# Since reranking is turned off and multilingual retrieval is generally harder
# it is advised to turn this one on
ENABLE_MINI_CHUNK="True"
ENABLE_MULTIPASS_INDEXING="True"
# Using a stronger LLM will help with multilingual tasks
# Since documents may be in multiple languages, and there are additional instructions to respond

View File

@@ -46,6 +46,6 @@ spec:
- configMapRef:
name: {{ .Values.config.envConfigMapName }}
env:
- name: ENABLE_MINI_CHUNK
- name: ENABLE_MULTIPASS_INDEXING
value: "{{ .Values.background.enableMiniChunk }}"
{{- include "danswer-stack.envSecrets" . | nindent 12}}