Update env.example

This commit is contained in:
yangdx 2025-09-13 11:27:02 +08:00
parent 4ce5f9014c
commit f7aa108cc2

View file

@ -125,7 +125,7 @@ ENABLE_LLM_CACHE_FOR_EXTRACT=true
SUMMARY_LANGUAGE=English
### Entity types that the LLM will attempt to recognize
# ENTITY_TYPES='["Organization", "Person", "Location", "Event", "Technology", "Equipment", "Product", "Document", "Category"]'
# ENTITY_TYPES='["Person", "Organization", "Location", "Event", "Artifact", "CreativeWork"]'
### Chunk size for document splitting, 500~1500 is recommended
# CHUNK_SIZE=1200