innofacisteven commited on
Commit
fec62a3
·
verified ·
1 Parent(s): 0f4527f

Update .env

Browse files
Files changed (1) hide show
  1. .env +2 -2
.env CHANGED
@@ -122,7 +122,7 @@ RERANK_BINDING=null
122
  ENABLE_LLM_CACHE_FOR_EXTRACT=true
123
 
124
  ### Document processing output language: English, Chinese, French, German ...
125
- SUMMARY_LANGUAGE=English
126
 
127
  ### Entity types that the LLM will attempt to recognize
128
  # ENTITY_TYPES='["Person", "Creature", "Organization", "Location", "Event", "Concept", "Method", "Content", "Data", "Artifact", "NaturalObject"]'
@@ -132,7 +132,7 @@ SUMMARY_LANGUAGE=English
132
  # CHUNK_OVERLAP_SIZE=100
133
 
134
  ### Number of summary segments or tokens to trigger LLM summary on entity/relation merge (at least 3 is recommended)
135
- # FORCE_LLM_SUMMARY_ON_MERGE=8
136
  ### Max description token size to trigger LLM summary
137
  # SUMMARY_MAX_TOKENS = 1200
138
  ### Recommended LLM summary output length in tokens
 
122
  ENABLE_LLM_CACHE_FOR_EXTRACT=true
123
 
124
  ### Document processing output language: English, Chinese, French, German ...
125
+ SUMMARY_LANGUAGE=Chinese
126
 
127
  ### Entity types that the LLM will attempt to recognize
128
  # ENTITY_TYPES='["Person", "Creature", "Organization", "Location", "Event", "Concept", "Method", "Content", "Data", "Artifact", "NaturalObject"]'
 
132
  # CHUNK_OVERLAP_SIZE=100
133
 
134
  ### Number of summary segments or tokens to trigger LLM summary on entity/relation merge (at least 3 is recommended)
135
+ FORCE_LLM_SUMMARY_ON_MERGE=3
136
  ### Max description token size to trigger LLM summary
137
  # SUMMARY_MAX_TOKENS = 1200
138
  ### Recommended LLM summary output length in tokens