This commit is contained in:
zrguo 2025-07-24 15:20:05 +08:00
parent 29d1220f26
commit 55ddc0ee86

View file

@ -62,7 +62,7 @@ ENABLE_LLM_CACHE=true
# MAX_RELATION_TOKENS=10000 # MAX_RELATION_TOKENS=10000
### control the maximum tokens send to LLM (include entities, raltions and chunks) ### control the maximum tokens send to LLM (include entities, raltions and chunks)
# MAX_TOTAL_TOKENS=32000 # MAX_TOTAL_TOKENS=32000
### xaximum number of related chunks per source entity or relation (higher values increase re-ranking time) ### maximum number of related chunks per source entity or relation (higher values increase re-ranking time)
# RELATED_CHUNK_NUMBER=5 # RELATED_CHUNK_NUMBER=5
### Reranker configuration (Set ENABLE_RERANK to true in reranking model is configed) ### Reranker configuration (Set ENABLE_RERANK to true in reranking model is configed)