From 55ddc0ee8606760c71e0a86a798627007d0c83d6 Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:20:05 +0800 Subject: [PATCH] fix typo --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 15aa0d05..57d03f8b 100644 --- a/env.example +++ b/env.example @@ -62,7 +62,7 @@ ENABLE_LLM_CACHE=true # MAX_RELATION_TOKENS=10000 ### control the maximum tokens send to LLM (include entities, raltions and chunks) # 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 ### Reranker configuration (Set ENABLE_RERANK to true in reranking model is configed)