Update env.example
This commit is contained in:
parent
983bacd87e
commit
ccfe2e73d1
1 changed files with 3 additions and 3 deletions
|
|
@ -66,9 +66,9 @@ ENABLE_LLM_CACHE=true
|
|||
# RELATED_CHUNK_NUMBER=5
|
||||
|
||||
### Reranker configuration (Set ENABLE_RERANK to true in reranking model is configed)
|
||||
ENABLE_RERANK=False
|
||||
# RERANK_MODEL=BAAI/bge-reranker-v2-m3
|
||||
# RERANK_BINDING_HOST=https://api.your-rerank-provider.com/v1/rerank
|
||||
# ENABLE_RERANK=True
|
||||
# RERANK_MODEL=jina-reranker-v2-base-multilingual
|
||||
# RERANK_BINDING_HOST=https://api.jina.ai/v1/rerank
|
||||
# RERANK_BINDING_API_KEY=your_rerank_api_key_here
|
||||
|
||||
########################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue