mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 21:37:21 +02:00
Cohere Rerank (#2109)
This commit is contained in:
@@ -26,11 +26,6 @@ NORMALIZE_EMBEDDINGS="True"
|
||||
# If using a common language like Spanish, French, Chinese, etc. this can be kept turned on
|
||||
DISABLE_LLM_DOC_RELEVANCE="True"
|
||||
|
||||
# The default reranking models are English first
|
||||
# There are no great quality French/English reranking models currently so turning this off
|
||||
ENABLE_RERANKING_ASYNC_FLOW="False"
|
||||
ENABLE_RERANKING_REAL_TIME_FLOW="False"
|
||||
|
||||
# Enables fine-grained embeddings for better retrieval
|
||||
# At the cost of indexing speed (~5x slower), query time is same speed
|
||||
# Since reranking is turned off and multilingual retrieval is generally harder
|
||||
|
Reference in New Issue
Block a user