Update default entity types in env.example configuration

This commit is contained in:
yangdx 2025-08-31 22:33:34 +08:00
parent 4e751e0653
commit 57fe1403c3

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=["person", "organization", "location", "event", "concept"]
# ENTITY_TYPES=["organization", "person", "equiment", "product", "technology", "location", "event", "category"]
### Chunk size for document splitting, 500~1500 is recommended
# CHUNK_SIZE=1200