zrguo commited on
Commit
5f5e18d
·
1 Parent(s): 010afa0

Add max_gleaning to env

Browse files
Files changed (1) hide show
  1. env.example +1 -1
env.example CHANGED
@@ -59,7 +59,7 @@ SUMMARY_LANGUAGE=English
59
  ### Max tokens for entity/relations description after merge
60
  # MAX_TOKEN_SUMMARY=500
61
  ### Maximum number of entity extraction attempts for ambiguous content
62
- # ENTITY_EXTRACT_MAX_GLEANING=1
63
 
64
  ### Number of parallel processing documents(Less than MAX_ASYNC/2 is recommended)
65
  # MAX_PARALLEL_INSERT=2
 
59
  ### Max tokens for entity/relations description after merge
60
  # MAX_TOKEN_SUMMARY=500
61
  ### Maximum number of entity extraction attempts for ambiguous content
62
+ # MAX_GLEANING=1
63
 
64
  ### Number of parallel processing documents(Less than MAX_ASYNC/2 is recommended)
65
  # MAX_PARALLEL_INSERT=2