From c92ab8373aa9582107bd133ed5ff836ae5ce7695 Mon Sep 17 00:00:00 2001 From: yangdx Date: Wed, 22 Oct 2025 15:00:18 +0800 Subject: [PATCH] Fix linting --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 3fd824ba..828f962e 100644 --- a/env.example +++ b/env.example @@ -138,7 +138,7 @@ SUMMARY_LANGUAGE=English ### control the maximum chunk_ids stored in vector and graph db # MAX_SOURCE_IDS_PER_ENTITY=300 # MAX_SOURCE_IDS_PER_RELATION=300 -### control chunk_ids limitation method: FIFO, FIFO +### control chunk_ids limitation method: FIFO, KEEP ### FIFO: First in first out ### KEEP: Keep oldest (less merge action and faster) # SOURCE_IDS_LIMIT_METHOD=FIFO