From f7aa108cc26a114970a6eeb5927b731642fc6439 Mon Sep 17 00:00:00 2001 From: yangdx Date: Sat, 13 Sep 2025 11:27:02 +0800 Subject: [PATCH] Update env.example --- env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.example b/env.example index c5ec229e..bc162012 100644 --- a/env.example +++ b/env.example @@ -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