From 7075b3bec6d81957122637d6f697f775d4403ee3 Mon Sep 17 00:00:00 2001 From: Francois van Schalkwyk Date: Thu, 11 Sep 2025 14:24:19 +0100 Subject: [PATCH] Update env.example Fixed spelling typo. --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index b322baa7..a7553f5a 100644 --- a/env.example +++ b/env.example @@ -65,7 +65,7 @@ ENABLE_LLM_CACHE=true # COSINE_THRESHOLD=0.2 ### Number of entities or relations retrieved from KG # TOP_K=40 -### Maxmium number or chunks for naive vactor search +### Maxmium number or chunks for naive vector search # CHUNK_TOP_K=20 ### control the actual enties send to LLM # MAX_ENTITY_TOKENS=6000