mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-30 14:39:55 +02:00
Touchup for Multilingual Users (#1725)
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
|
||||
# Rephrase the user query in specified languages using LLM, use comma separated values
|
||||
MULTILINGUAL_QUERY_EXPANSION="English, French"
|
||||
# Change the below to suit your specific needs, can be more explicit about the language of the response
|
||||
LANGUAGE_HINT="IMPORTANT: Respond in the same language as my query!"
|
||||
LANGUAGE_CHAT_NAMING_HINT="The name of the conversation must be in the same language as the user query."
|
||||
|
||||
# A recent MIT license multilingual model: https://huggingface.co/intfloat/multilingual-e5-small
|
||||
DOCUMENT_ENCODER_MODEL="intfloat/multilingual-e5-small"
|
||||
|
Reference in New Issue
Block a user