Refine default entity types

This commit is contained in:
yangdx 2025-09-13 11:17:06 +08:00
parent bf423a4ce1
commit f3b5352019

View file

@ -24,15 +24,12 @@ DEFAULT_SUMMARY_LENGTH_RECOMMENDED = 600
DEFAULT_SUMMARY_CONTEXT_SIZE = 12000 DEFAULT_SUMMARY_CONTEXT_SIZE = 12000
# Default entities to extract if ENTITY_TYPES is not specified in .env # Default entities to extract if ENTITY_TYPES is not specified in .env
DEFAULT_ENTITY_TYPES = [ DEFAULT_ENTITY_TYPES = [
"Organization",
"Person", "Person",
"Organization",
"Location", "Location",
"Event", "Event",
"Technology", "Artifact",
"Equipment", "CreativeWork",
"Product",
"Document",
"Category",
] ]
# Separator for graph fields # Separator for graph fields