From 1ee9cab235a05966ebfbf10a9ca5216736c7600a Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Tue, 1 Jul 2025 17:14:02 +0800 Subject: [PATCH] Add max_gleaning to env --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index 6bac24ae..19153ecc 100644 --- a/env.example +++ b/env.example @@ -59,7 +59,7 @@ SUMMARY_LANGUAGE=English ### Max tokens for entity/relations description after merge # MAX_TOKEN_SUMMARY=500 ### Maximum number of entity extraction attempts for ambiguous content -# ENTITY_EXTRACT_MAX_GLEANING=1 +# MAX_GLEANING=1 ### Number of parallel processing documents(Less than MAX_ASYNC/2 is recommended) # MAX_PARALLEL_INSERT=2