mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 19:37:29 +02:00
Allowing users to set Search Settings (#2106)
This commit is contained in:
@@ -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
|
||||
|
@@ -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}}
|
||||
|
Reference in New Issue
Block a user